Skip to content

Commit

Permalink
- bumping observe-sequence
Browse files Browse the repository at this point in the history
- Updating history.md
- Fixing typo in the publish-all file
  • Loading branch information
denihs committed Apr 13, 2022
1 parent da73b87 commit 1c31498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.6.0, 2022-April-XX
## v2.6.0, 2022-April-13

* [#330](https://github.com/meteor/blaze/pull/330) Removed deprecated APIs from before Meteor 1.0
* This is potentially breaking, especially for old packages and apps.
Expand Down
2 changes: 1 addition & 1 deletion packages/observe-sequence/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Observe changes to various sequence types such as arrays, cursors and objects",
version: "1.0.19"
version: "1.0.20"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion publish-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u

# the order is important
for package in htmljs html-tools blaze-tools spacebars-compiler templating-tools caching-html-compiler obserce-sequence blaze spacebars templating-compiler templating-runtime blaze-hot templating spacebars-tests blaze-html-templates ; do
for package in htmljs html-tools blaze-tools spacebars-compiler templating-tools caching-html-compiler observe-sequence blaze spacebars templating-compiler templating-runtime blaze-hot templating spacebars-tests blaze-html-templates ; do
echo "Publishing $package"
(cd packages/$package && meteor publish)
done

0 comments on commit 1c31498

Please sign in to comment.