Skip to content

Commit

Permalink
Merge pull request #838 from veliovgroup/dev
Browse files Browse the repository at this point in the history
📦 v2.1.0
  • Loading branch information
dr-dimitru authored Jun 9, 2022
2 parents 7f67a08 + e3a347c commit 7069257
Show file tree
Hide file tree
Showing 40 changed files with 575 additions and 546 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Version of `Meteor` you're experiencing this issue
- Where this issue appears? OS (Mac/Win/Linux)? Browser name and its version?
- Is it *Client* or *Server* issue?
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)

### I had an issue and I've solved it on my own:
- Provide a description of steps that you've followed to solve the problem
Expand Down
64 changes: 32 additions & 32 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
[email protected].0
babel-compiler@7.6.0
[email protected].0
[email protected].1
babel-compiler@7.9.0
[email protected].1
[email protected]
[email protected]
[email protected]
callback-hook@1.3.0
callback-hook@1.4.0
[email protected]
[email protected]
ddp-client@2.4.0
ddp-client@2.5.0
[email protected]
ddp-server@2.3.2
ddp-server@2.5.0
[email protected]
dynamic-import@0.6.0
ecmascript@0.15.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
[email protected].1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
[email protected].2
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
local-test:ostrio:files@2.0.1
logging@1.2.0
meteor@1.9.3
minimongo@1.6.1
[email protected].5
modules@0.16.0
modules-runtime@0.12.0
mongo@1.10.1
[email protected].2
local-test:ostrio:files@2.1.0
logging@1.3.1
meteor@1.10.0
minimongo@1.8.0
[email protected].8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.15.0
[email protected].3
[email protected]
[email protected].7
npm-mongo@3.8.1
[email protected].8
npm-mongo@4.3.1
[email protected]
ostrio:[email protected].0
ostrio:files@2.0.1
promise@0.11.2
ostrio:[email protected].2
ostrio:files@2.1.0
promise@0.12.0
[email protected]
react-fast-refresh@0.1.0
react-fast-refresh@0.2.3
[email protected]
[email protected]
[email protected]
[email protected].0
socket-stream-client@0.3.1
tinytest@1.1.0
[email protected].1
socket-stream-client@0.5.0
tinytest@1.2.1
[email protected]
[email protected]
webapp@1.10.0
webapp@1.13.1
[email protected]
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For full changelog see [releases on GitHub](https://github.com/VeliovGroup/Meteor-Files/releases)
For full changelog see [releases on GitHub](https://github.com/veliovgroup/Meteor-Files/releases)
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
### I'm having an issue:
1. Search [issues](https://github.com/VeliovGroup/Meteor-Files/issues), maybe your issue is already solved
2. We have useful threads marked as [`In a case of the fire - Read This`](https://github.com/VeliovGroup/Meteor-Files/issues?utf8=✓&q=label%3A%22In%20a%20case%20of%20the%20fire%20-%20Read%20This%22), read them too
1. Search [issues](https://github.com/veliovgroup/Meteor-Files/issues), maybe your issue is already solved
2. We have useful threads marked as [`In a case of the fire - Read This`](https://github.com/veliovgroup/Meteor-Files/issues?utf8=✓&q=label%3A%22In%20a%20case%20of%20the%20fire%20-%20Read%20This%22), read them too
3. Before submitting an issue make sure it's only related to `Meteor-Files` package
4. If your issue is not solved:
- Give an expressive description of what is went wrong
- Version of `Meteor-Files` you're experiencing this issue
- Version of `Meteor` you're experiencing this issue
- Where this issue appears? OS (Mac/Win/Linux)? Browser name and its version?
- Is it *Client* or *Server* issue?
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)

### I had an issue and I've solved it on my own:
- Provide a description of steps that you've followed to solve the problem
- Provide links to websites and/or pages with the information that helped you (*if there are any*)

### I have a suggestion:
1. PRs are always welcome - [send a PR](https://github.com/VeliovGroup/Meteor-Files/compare)
- Always send PRs only to [`dev` branch](https://github.com/VeliovGroup/Meteor-Files/compare/dev), thank you
1. PRs are always welcome - [send a PR](https://github.com/veliovgroup/Meteor-Files/compare)
- Always send PRs only to [`dev` branch](https://github.com/veliovgroup/Meteor-Files/compare/dev), thank you
2. If you're can not send a PR for some reason:
- Create a new issue ticket
- Describe your feature / request
- How you going to use it? Give a usage example(s)

### Documentation is missing something or incorrect (have typos, etc.):
1. PRs are always welcome - [send a PR](https://github.com/VeliovGroup/Meteor-Files/compare)
- Always send PRs only to [`dev` branch](https://github.com/VeliovGroup/Meteor-Files/compare/dev), thank you
1. PRs are always welcome - [send a PR](https://github.com/veliovgroup/Meteor-Files/compare)
- Always send PRs only to [`dev` branch](https://github.com/veliovgroup/Meteor-Files/compare/dev), thank you
2. If you're can not send a PR to docs for some reason:
- Create a new issue ticket
- Give an expressive description what you have changed/added and why
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For full package history see [releases on GitHub](https://github.com/VeliovGroup/Meteor-Files/releases)
For full package history see [releases on GitHub](https://github.com/veliovgroup/Meteor-Files/releases)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021, dr.dimitru (Dmitry A.; Veliov Group, LLC)
Copyright (c) 2022, dr.dimitru (Dmitry A.; Veliov Group, LLC)
All rights reserved.

Redistribution and use in source and binary forms,
Expand Down
Loading

0 comments on commit 7069257

Please sign in to comment.