Skip to content

Commit

Permalink
Update versions for final release of Meteor 3
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 17, 2024
1 parent 14fc02f commit 61b9a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
meteorRelease:
- '--release 3.0-rc.4'
- '--release 3.0.1'
# Latest version
steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Package.describe({
name: 'matb33:collection-hooks',
summary: 'Extends Mongo.Collection with before/after hooks for insert/update/upsert/remove/find/findOne',
version: '2.0.0-rc.1',
version: '2.0.0-rc.2',
git: 'https://github.com/Meteor-Community-Packages/meteor-collection-hooks'
})

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

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.10'])
api.versionsFrom(['2.8.0', '3.0'])

api.use([
'matb33:collection-hooks',
Expand Down

0 comments on commit 61b9a3f

Please sign in to comment.