Skip to content

Commit

Permalink
Published freedombase:[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed May 4, 2024
1 parent bdd51c6 commit d440efb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@

### Deprecated

## v0.7.2 - 2024-05-04

### Fixes

* Added missing dependency list of `aldeed:simple-schema`

## v0.7.1 - 2024-05-04

### Fixes

* Added missing indexes

## v0.7.0 - 2024-04-28

### Breaking changes
Expand Down
3 changes: 2 additions & 1 deletion package/freedombase-flashnews/.versions
5 changes: 3 additions & 2 deletions package/freedombase-flashnews/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global Package */
Package.describe({
name: 'freedombase:flashnews',
version: '0.7.1',
version: '0.7.2',
// Brief, one-line summary of the package.
summary: 'Timed and localized flash messages for your Meteor app ',
// URL to the Git repository containing the source code for this package.
Expand All @@ -16,7 +16,8 @@ Package.onUse(function (api) {
api.use(['ecmascript', 'typescript', 'mongo', 'ddp', 'callback-hook'])
api.use([
'aldeed:[email protected]',
'socialize:[email protected]'
'socialize:[email protected]',
'aldeed:[email protected]'
])
api.mainModule('common.ts', 'client')
api.mainModule('./server/index.ts', 'server')
Expand Down

0 comments on commit d440efb

Please sign in to comment.