Skip to content

Commit

Permalink
1.8.5-beta.1
Browse files Browse the repository at this point in the history
- Fix automatic lint
- Changelog addition
  • Loading branch information
StorytellerCZ committed Dec 10, 2023
1 parent ecab6fc commit 59b4d0a
Show file tree
Hide file tree
Showing 4 changed files with 6 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.4
local-test:reywood:publish-composite@1.8.5-beta.1
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.4
reywood:publish-composite@1.8.5-beta.1
routepolicy@1.1.1
socket-stream-client@0.5.1
spacebars@1.0.13
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,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.4',
version: '1.8.5-beta.1',
git: 'https://github.com/Meteor-Community-Packages/meteor-publish-composite'
})

Expand All @@ -11,7 +11,7 @@ Npm.depends({
})

Package.onUse((api) => {
api.versionsFrom(['1.8.3', '2.8.1', '3.0-alpha.15'])
api.versionsFrom(['1.8.3', '2.8.1', '3.0-alpha.19'])
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.4",
"version": "1.8.5-beta.1",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 59b4d0a

Please sign in to comment.