Skip to content

Commit

Permalink
Merge branch 'master' into feature/isInRole
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 22, 2024
2 parents 6f8b192 + 0a09132 commit b7c17e3
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 63 deletions.
12 changes: 6 additions & 6 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected].9
alanning:[email protected].2
[email protected].10
alanning:[email protected].3
[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -27,10 +27,10 @@ [email protected]
[email protected]
lmieulet:[email protected]
lmieulet:[email protected]
local-test:alanning:[email protected].2
local-test:alanning:[email protected].3
[email protected]
[email protected]
[email protected].4
[email protected].5
meteortesting:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
Expand All @@ -55,8 +55,8 @@ [email protected]
[email protected]
[email protected]
[email protected]
underscore@1.0.13
underscore@1.6.0
[email protected]
[email protected].6
[email protected].8
[email protected]
zodern:[email protected]
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.6.3

* Added missing dependency on the `ddp` package [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* Updated Blaze weak dependency to v2.9 [@storytellercz](https://github.com/sponsors/StorytellerCZ)

## v3.6.2

* Fixed TypeScript definition to play nice with Meteor definition [#389](https://github.com/Meteor-Community-Packages/meteor-roles/pull/389) [@bruceborrett](https://github.com/sponsors/bruceborrett)
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package.describe({
summary: 'Authorization package for Meteor',
version: '3.6.2',
version: '3.6.3',
git: 'https://github.com/Meteor-Community-Packages/meteor-roles.git',
name: 'alanning:roles'
})
Expand All @@ -23,7 +23,7 @@ Package.onUse(function (api) {

api.use('zodern:[email protected]')

api.use(['blaze@2.7.1'], 'client', { weak: true })
api.use(['blaze@2.9.0'], 'client', { weak: true })

api.export('Roles')

Expand Down
95 changes: 40 additions & 55 deletions testapp/package-lock.json

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

0 comments on commit b7c17e3

Please sign in to comment.