Skip to content

Commit

Permalink
Published reywood:publish-composite@1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 4, 2024
1 parent 1f41d63 commit d7edf3a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ geojson-utils@1.0.11
http@1.0.10
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:reywood:publish-composite@1.8.7
local-test:reywood:publish-composite@1.8.8
logging@1.3.3
meteor@1.11.5
meteortesting:browser-tests@1.6.0-beta300.0
Expand All @@ -43,7 +43,7 @@ random@1.2.1
react-fast-refresh@0.2.8
reload@1.3.1
retry@1.1.0
reywood:publish-composite@1.8.7
reywood:publish-composite@1.8.8
routepolicy@1.1.1
socket-stream-client@0.5.2
tracker@1.3.3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.8.8
* Revert "Fix for conflicting cursor events #177" [PR](https://github.com/Meteor-Community-Packages/meteor-publish-composite/pull/182) [@manueltimita](https://github.com/manueltimita)
* Bump `versionsFrom` compat for Meteor 3.0-beta.6 [@storytellercz](https://github.com/sponsors/StorytellerCZ)

## v1.8.7
* `valueOfId` moved to `utils.js`
* Fixed race condition waiting for documents to be added [PR](https://github.com/Meteor-Community-Packages/meteor-publish-composite/pull/179) [@redabourial](https://github.com/redabourial)
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -2,15 +2,15 @@
Package.describe({
name: 'reywood:publish-composite',
summary: 'Publish a set of related documents from multiple collections with a reactive join.',
version: '1.8.7',
version: '1.8.8',
git: 'https://github.com/Meteor-Community-Packages/meteor-publish-composite'
})

Package.onUse((api) => {
Npm.depends({
'lodash.isequal': '4.5.0'
})
api.versionsFrom(['1.8.3', '2.8.1', '3.0-beta.4'])
api.versionsFrom(['1.8.3', '2.8.1', '3.0-beta.6'])
api.use([
'check',
'ecmascript',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish-composite",
"version": "1.8.7",
"version": "1.8.8",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit d7edf3a

Please sign in to comment.