Skip to content

Commit

Permalink
Published reywood:publish-composite@1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Feb 28, 2024
1 parent 1684c6a commit cb5b0a3
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .npm/package/npm-shrinkwrap.json

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

37 changes: 10 additions & 27 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
allow-deny@1.1.1
autoupdate@1.8.0
babel-compiler@7.10.5
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze@2.1.9
blaze-tools@1.0.10
boilerplate-generator@1.7.2
caching-compiler@1.2.2
caching-html-compiler@1.0.7
callback-hook@1.5.1
check@1.3.2
coffeescript@1.0.17
cultofcoders:mocha@2.4.6
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-server@2.7.0
deps@1.0.12
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.8
Expand All @@ -27,14 +19,15 @@ ecmascript-runtime-server@0.11.0
ejson@1.1.3
fetch@0.1.4
geojson-utils@1.0.11
html-tools@1.0.11
htmljs@1.0.11
http@1.0.10
id-map@1.1.1
inter-process-messaging@0.1.1
jquery@1.11.11
local-test:reywood:publish-composite@1.8.6
local-test:reywood:publish-composite@1.8.7
logging@1.3.3
meteor@1.11.4
meteor@1.11.5
meteortesting:browser-tests@1.6.0-beta300.0
meteortesting:mocha@3.1.0-beta300.0
meteortesting:mocha-core@8.3.1-beta300.0
minimongo@1.9.3
modern-browsers@0.1.10
modules@0.20.0
Expand All @@ -44,29 +37,19 @@ mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.17.2
observe-sequence@1.0.16
ordered-dict@1.1.0
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
practicalmeteor:mocha-core@1.0.1
practicalmeteor:sinon@1.14.1_2
promise@0.12.2
random@1.2.1
react-fast-refresh@0.2.8
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
reywood:publish-composite@1.8.6
reywood:publish-composite@1.8.7
routepolicy@1.1.1
socket-stream-client@0.5.2
spacebars@1.0.13
spacebars-compiler@1.1.3
templating@1.1.14
templating-tools@1.1.2
tmeasday:test-reporter-helpers@0.2.1
tracker@1.3.3
typescript@4.9.5
underscore@1.0.13
webapp@1.13.6
underscore@1.6.0
url@1.3.2
webapp@1.13.8
webapp-hashing@1.1.1
zodern:types@1.0.11
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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)
* Fix conflicting cursor events [PR](https://github.com/Meteor-Community-Packages/meteor-publish-composite/pull/177) [@gabrielcazacu96](https://github.com/gabrielcazacu96)
* Fixed test dependencies [PR](https://github.com/Meteor-Community-Packages/meteor-publish-composite/pull/178) [@manueltimita](https://github.com/manueltimita)

## v1.8.6
* Fixed `this.ready()` being fired too early [PR](https://github.com/Meteor-Community-Packages/meteor-publish-composite/pull/174) [manueltimita](https://github.com/manueltimita)
* Added `ddp` dependency that is needed for Meteor 3.0 and version support for Meteor `3.0-beta.0` [@storytellercz](https://github.com/sponsors/StorytellerCZ)
Expand Down
Loading

0 comments on commit cb5b0a3

Please sign in to comment.