Skip to content

Commit

Permalink
Published reywood:publish-composite@1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Sep 29, 2023
1 parent e6b7233 commit f0e6de0
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 @@ -32,7 +32,7 @@ htmljs@1.0.11
id-map@1.1.1
inter-process-messaging@0.1.1
jquery@1.11.11
local-test:reywood:publish-composite@1.8.1
local-test:reywood:publish-composite@1.8.2
logging@1.3.2
meteor@1.11.3
minimongo@1.9.3
Expand All @@ -56,7 +56,7 @@ react-fast-refresh@0.2.7
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
reywood:publish-composite@1.8.1
reywood:publish-composite@1.8.2
routepolicy@1.1.1
socket-stream-client@0.5.1
spacebars@1.0.13
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## v1.x.x
## v1.8.2

* Find and children async [PR](https://github.com/Meteor-Community-Packages/meteor-publish-composite/pull/160) [@aboire](https://github.com/aboire)

## v1.8.1

* Update dev dependencies [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* Add installation compatibility with Meteor `3.0-alpha.15` [@storytellercz](https://github.com/sponsors/StorytellerCZ)
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.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name: 'reywood:publish-composite',
summary: 'Publish a set of related documents from multiple collections with a reactive join.',
version: '1.8.1',
version: '1.8.2',
git: 'https://github.com/Meteor-Community-Packages/meteor-publish-composite'
})

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.7.4",
"version": "1.8.2",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit f0e6de0

Please sign in to comment.