diff --git a/packages/blaze/.versions b/packages/blaze/.versions index 8bdb940d2..c29a8a96e 100644 --- a/packages/blaze/.versions +++ b/packages/blaze/.versions @@ -3,7 +3,7 @@ babel-compiler@7.10.5 babel-runtime@1.5.1 base64@1.0.12 binary-heap@1.0.11 -blaze@2.9.0-beta.0 +blaze@2.9.0 blaze-tools@1.1.4 boilerplate-generator@1.7.2 caching-compiler@1.2.2 @@ -24,11 +24,11 @@ ejson@1.1.3 fetch@0.1.4 geojson-utils@1.0.11 html-tools@1.1.4 -htmljs@1.2.1-beta.0 +htmljs@1.2.1 id-map@1.1.1 inter-process-messaging@0.1.1 jquery@1.11.10 -local-test:blaze@2.9.0-beta.0 +local-test:blaze@2.9.0 logging@1.3.3 meteor@1.11.5 minimongo@1.9.3 diff --git a/packages/blaze/package.js b/packages/blaze/package.js index 788478f1c..61fb2401a 100644 --- a/packages/blaze/package.js +++ b/packages/blaze/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'blaze', summary: "Meteor Reactive Templating library", - version: '2.9.0-beta.0', + version: '2.9.0', git: 'https://github.com/meteor/blaze.git' }); @@ -27,8 +27,8 @@ Package.onUse(function (api) { 'Handlebars' ]); - api.use('htmljs@1.2.1-beta.0'); - api.imply('htmljs@1.2.1-beta.0'); + api.use('htmljs@1.2.1'); + api.imply('htmljs@1.2.1'); api.addFiles([ 'preamble.js' diff --git a/packages/htmljs/.versions b/packages/htmljs/.versions index 657d42eed..ae54dc62e 100644 --- a/packages/htmljs/.versions +++ b/packages/htmljs/.versions @@ -19,10 +19,10 @@ ecmascript-runtime-server@0.11.0 ejson@1.1.3 fetch@0.1.4 geojson-utils@1.0.11 -htmljs@1.2.1-beta.0 +htmljs@1.2.1 id-map@1.1.1 inter-process-messaging@0.1.1 -local-test:htmljs@1.2.1-beta.0 +local-test:htmljs@1.2.1 logging@1.3.3 meteor@1.11.5 minimongo@1.9.3 diff --git a/packages/htmljs/package.js b/packages/htmljs/package.js index 5bef8a4f5..82a00c713 100644 --- a/packages/htmljs/package.js +++ b/packages/htmljs/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'htmljs', summary: "Small library for expressing HTML trees", - version: '1.2.1-beta.0', + version: '1.2.1', git: 'https://github.com/meteor/blaze.git' }); diff --git a/packages/spacebars-tests/.versions b/packages/spacebars-tests/.versions index 84904e3d6..6079a4f81 100644 --- a/packages/spacebars-tests/.versions +++ b/packages/spacebars-tests/.versions @@ -3,7 +3,7 @@ babel-compiler@7.10.5 babel-runtime@1.5.1 base64@1.0.12 binary-heap@1.0.11 -blaze@2.9.0-beta.0 +blaze@2.9.0 blaze-tools@1.1.4 boilerplate-generator@1.7.2 caching-compiler@1.2.2 @@ -25,11 +25,11 @@ es5-shim@4.8.0 fetch@0.1.4 geojson-utils@1.0.11 html-tools@1.1.4 -htmljs@1.2.1-beta.0 +htmljs@1.2.1 id-map@1.1.1 inter-process-messaging@0.1.1 jquery@1.11.10 -local-test:spacebars-tests@1.4.0-beta.0 +local-test:spacebars-tests@1.4.0 logging@1.3.3 markdown@1.0.14 meteor@1.11.5 @@ -56,7 +56,7 @@ session@1.2.1 socket-stream-client@0.5.2 spacebars@1.4.0 spacebars-compiler@1.3.2 -spacebars-tests@1.4.0-beta.0 +spacebars-tests@1.4.0 templating@1.4.3 templating-compiler@1.4.2 templating-runtime@1.6.4 diff --git a/packages/spacebars-tests/package.js b/packages/spacebars-tests/package.js index 7640bbae9..f3b399cda 100644 --- a/packages/spacebars-tests/package.js +++ b/packages/spacebars-tests/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'spacebars-tests', summary: "Additional tests for Spacebars", - version: '1.4.0-beta.0', + version: '1.4.0', git: 'https://github.com/meteor/blaze.git' }); @@ -24,7 +24,7 @@ Package.onTest(function (api) { api.use([ 'spacebars@1.4.0', - 'blaze@2.9.0-beta.0' + 'blaze@2.9.0' ]); api.use('templating@1.4.3', 'client'); diff --git a/packages/spacebars/.versions b/packages/spacebars/.versions index 250527357..39b6d60b6 100644 --- a/packages/spacebars/.versions +++ b/packages/spacebars/.versions @@ -3,7 +3,7 @@ babel-compiler@7.10.5 babel-runtime@1.5.1 base64@1.0.12 binary-heap@1.0.11 -blaze@2.9.0-beta.0 +blaze@2.9.0 boilerplate-generator@1.7.2 callback-hook@1.5.1 check@1.3.2 @@ -20,10 +20,10 @@ ecmascript-runtime-server@0.11.0 ejson@1.1.3 fetch@0.1.4 geojson-utils@1.0.11 -htmljs@1.2.1-beta.0 +htmljs@1.2.1 id-map@1.1.1 inter-process-messaging@0.1.1 -local-test:spacebars@1.6.0-beta.0 +local-test:spacebars@1.6.0 logging@1.3.3 meteor@1.11.5 minimongo@1.9.3 @@ -45,7 +45,7 @@ reload@1.3.1 retry@1.1.0 routepolicy@1.1.1 socket-stream-client@0.5.2 -spacebars@1.6.0-beta.0 +spacebars@1.6.0 tinytest@1.2.3 tracker@1.3.3 typescript@4.9.5 diff --git a/packages/spacebars/package.js b/packages/spacebars/package.js index 3e24b6a3b..3442a4303 100644 --- a/packages/spacebars/package.js +++ b/packages/spacebars/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'spacebars', summary: "Handlebars-like template language for Meteor", - version: '1.6.0-beta.0', + version: '1.6.0', git: 'https://github.com/meteor/blaze.git' }); @@ -19,8 +19,8 @@ Package.onUse(function (api) { api.export('Spacebars'); - api.use('htmljs@1.2.1-beta.0'); - api.use('blaze@2.9.0-beta.0'); + api.use('htmljs@1.2.1'); + api.use('blaze@2.9.0'); api.addFiles([ 'spacebars-runtime.js'