chore: bumbed packages version

This commit is contained in:
Gabriel Grubba
2023-02-10 16:50:45 -03:00
parent e1e6f194c4
commit ef489d896d
9 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
Package.describe({
version: '2.0.1',
version: '2.0.2-rc2110.0',
summary:
'Package used to enable two factor authentication through OTP protocol',
});

View File

@@ -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.3',
version: '2.3.4-rc2110.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Send email messages',
version: '2.2.3',
version: '2.2.3-rc2110.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Logging facility.',
version: '1.3.1'
version: '1.3.2-rc2110.0',
});
Npm.depends({

View File

@@ -2,7 +2,7 @@
Package.describe({
summary: "Core Meteor environment",
version: '1.11.0'
version: '1.11.1-rc2110.0',
});
Package.registerBuildPlugin({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'react-fast-refresh',
version: '0.2.5',
version: '0.2.6-rc2110.0',
summary: 'Automatically update React components with HMR',
documentation: 'README.md',
devOnly: true,

View File

@@ -1,5 +1,5 @@
Npm.depends({
'@types/underscore': '1.11.4',
'@types/underscore': '1.11.5-rc2110.0',
});
Package.describe({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Serves a Meteor app over HTTP',
version: '1.13.3',
version: '1.13.4-rc2110.0',
});
Npm.depends({

View File

@@ -4,6 +4,8 @@
"description": "update semver in meteor js",
"main": "index.js",
"scripts": {
"bump-experimental-rc" : "node index.js @auto.rc",
"bump-experimental-beta" : "node index.js @auto.beta",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "grubba27",