Skip to content

Commit

Permalink
Merge branch 'master' into migrate/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 16, 2024
2 parents 0e420c6 + e09a88d commit f744389
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
9 changes: 7 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
* Test suite minimum Meteor version is 2.12 to support new counts and to be fully compatible with Meteor 3
* Meteor `3.0-beta.0` is now a supported version, but not functionality wise (need to upgrade `count` functions in tests)

## v1.3.2
* Updated `zodern:types` to v1.0.13 [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* Updated Meteor 3 supported version to `3.0-rc.10` for migration support, but will release full 3.0 supported version soon. [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* Fix loop in before.find when retuning false [PR](https://github.com/Meteor-Community-Packages/meteor-collection-hooks/pull/313) by [rikvdlooi](https://github.com/rikvdlooi)

## v1.3.1
* Updated zodern:types to v1.0.10
* Meteor `3.0-beta.0` is now a supported version, but not functionality wise (need to upgrade `count` functions in code)
* Updated `zodern:types` to v1.0.10 [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* Meteor `3.0-beta.0` is now a supported version, but not functionality wise (need to upgrade `count` functions in code) [@storytellercz](https://github.com/sponsors/StorytellerCZ)

## v1.3.0
* Add direct async methods [PR](https://github.com/Meteor-Community-Packages/meteor-collection-hooks/pull/300) [@alisnic](https://github.com/alisnic)
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
})

Package.onUse(function (api) {
api.versionsFrom(['2.8.0', '3.0-rc.4'])
api.versionsFrom(['2.8.1', '3.0-rc.10'])

api.use([
'mongo',
Expand All @@ -29,7 +29,7 @@ Package.onUse(function (api) {
})

Package.onTest(function (api) {
api.versionsFrom(['2.8.0', '3.0-rc.4'])
api.versionsFrom(['2.8.0', '3.0-rc.10'])

api.use([
'matb33:collection-hooks',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-standard": "^4.1.0",
"spacejam": "^1.6.1"
},
Expand Down

0 comments on commit f744389

Please sign in to comment.