Skip to content

Commit

Permalink
Bump Meteor version to 2.6.1-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Feb 9, 2022
1 parent f141cb7 commit 9a18217
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-2fa/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package.describe({
version: '1.0.0-beta261.2',
version: '1.0.0-beta261.3',
summary:
'Package used to enable two factor authentication through OTP protocol',
});
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-base/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'A user account system',
version: '2.2.2-beta261.2',
version: '2.2.2-beta261.3',
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-password/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Package.describe({
// 2.2.x in the future. The version was also bumped to 2.0.0 temporarily
// during the Meteor 1.5.1 release process, so versions 2.0.0-beta.2
// through -beta.5 and -rc.0 have already been published.
version: '2.3.0-beta261.2',
version: '2.3.0-beta261.3',
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-passwordless/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'No-password login/sign-up support for accounts',
version: '2.1.0-beta261.2',
version: '2.1.0-beta261.3',
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-ui-unstyled/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Unstyled version of login widgets',
version: '1.7.0-beta261.2',
version: '1.7.0-beta261.3',
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "babel-compiler",
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
version: '7.9.0-beta261.2'
version: '7.9.0-beta261.3'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/ecmascript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.16.2-beta261.2',
version: '0.16.2-beta261.3',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md',
});
Expand Down
2 changes: 1 addition & 1 deletion packages/ejson/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Extended and Extensible JSON library',
version: '1.1.2-beta261.2'
version: '1.1.2-beta261.3'
});

Package.onUse(function onUse(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Send email messages',
version: '2.2.1-beta261.2',
version: '2.2.1-beta261.3',
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-tool/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'The Meteor command-line tool',
version: '2.6.1-beta.2',
version: '2.6.1-beta.3',
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/standard-minifier-css/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'standard-minifier-css',
version: '1.8.0-beta261.2',
version: '1.8.0-beta261.3',
summary: 'Standard css minifier used with Meteor apps by default.',
documentation: 'README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'typescript',
version: '4.5.4-beta261.2',
version: '4.5.4-beta261.3',
summary:
'Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files',
documentation: 'README.md',
Expand Down
2 changes: 1 addition & 1 deletion scripts/admin/meteor-release-experimental.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "2.6.1-beta.2",
"version": "2.6.1-beta.3",
"recommended": false,
"official": false,
"description": "Meteor experimental release"
Expand Down

0 comments on commit 9a18217

Please sign in to comment.