Skip to content

Commit

Permalink
🚀 Blaze 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 committed May 26, 2023
1 parent b4a8809 commit 79fc737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/blaze/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'blaze',
summary: "Meteor Reactive Templating library",
version: '2.7.0',
version: '2.7.1',
git: 'https://github.com/meteor/blaze.git'
});

Expand Down
4 changes: 2 additions & 2 deletions packages/spacebars/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'spacebars',
summary: "Handlebars-like template language for Meteor",
version: '1.4.0',
version: '1.4.1',
git: 'https://github.com/meteor/blaze.git'
});

Expand All @@ -20,7 +20,7 @@ Package.onUse(function (api) {
api.export('Spacebars');

api.use('[email protected]');
api.use('[email protected].0');
api.use('[email protected].1');

api.addFiles([
'spacebars-runtime.js'
Expand Down

0 comments on commit 79fc737

Please sign in to comment.