Skip to content

Commit

Permalink
- bumping blaze version to 2.6.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Apr 20, 2022
1 parent a2123a4 commit 4ab041f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
66 changes: 33 additions & 33 deletions packages/blaze/.versions
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
[email protected].0
babel-compiler@7.6.1
[email protected].1
babel-compiler@7.9.0
[email protected]
[email protected]
[email protected]
blaze@2.5.0
[email protected].2
blaze@2.6.1-rc.1
[email protected].3
[email protected]
[email protected]
[email protected]
callback-hook@1.3.0
callback-hook@1.4.0
[email protected]
[email protected]
ddp-client@2.4.0
ddp-client@2.5.0
[email protected]
ddp-server@2.3.2
ddp-server@2.5.0
[email protected]
dynamic-import@0.6.0
ecmascript@0.15.1
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
[email protected].1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
[email protected].2
[email protected]
[email protected]
[email protected].0
[email protected].0
[email protected].0
[email protected].3
[email protected].1
[email protected].1
[email protected]
[email protected]
local-test:blaze@2.5.0
logging@1.2.0
meteor@1.9.3
minimongo@1.6.2
[email protected].5
modules@0.16.0
modules-runtime@0.12.0
mongo@1.11.0
local-test:blaze@2.6.1-rc.1
logging@1.3.1
meteor@1.10.0
minimongo@1.8.0
[email protected].7
modules@0.18.0
modules-runtime@0.13.0
mongo@1.14.6
[email protected]
[email protected]
[email protected].7
npm-mongo@3.9.0
[email protected].8
npm-mongo@4.3.1
[email protected]
[email protected]
promise@0.11.2
promise@0.12.0
[email protected]
react-fast-refresh@0.1.0
react-fast-refresh@0.2.3
[email protected]
[email protected]
[email protected]
[email protected].0
socket-stream-client@0.3.1
[email protected].1
socket-stream-client@0.4.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
test-helpers@1.2.0
tinytest@1.1.0
test-helpers@1.3.0
tinytest@1.2.1
[email protected]
[email protected]
webapp@1.10.1
webapp@1.13.1
[email protected]
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.6.1-rc.0',
version: '2.6.1-rc.1',
git: 'https://github.com/meteor/blaze.git'
});

Expand Down
2 changes: 1 addition & 1 deletion packages/spacebars-tests/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'spacebars-tests',
summary: "Additional tests for Spacebars",
version: '1.3.0',
version: '1.3.1-rc.1',
git: 'https://github.com/meteor/blaze.git'
});

Expand Down
6 changes: 3 additions & 3 deletions packages/templating-runtime/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'templating-runtime',
summary: "Runtime for compiled .html files",
version: '1.6.1',
version: '1.6.1-rc.1',
git: 'https://github.com/meteor/blaze.git',
documentation: null
});
Expand All @@ -23,13 +23,13 @@ Package.onUse(function (api) {
// Blaze, so anybody using templating (eg apps) need to implicitly use
// 'meteor' and 'blaze'.
api.use([
'[email protected].0',
'[email protected].1-rc.1',
'[email protected]',
'[email protected]'
]);
api.imply([
'[email protected]',
'[email protected].0',
'[email protected].1-rc.1',
'[email protected]'
], 'client');

Expand Down

0 comments on commit 4ab041f

Please sign in to comment.