Skip to content

Commit

Permalink
Bump packages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaiaarantes committed Mar 17, 2022
1 parent 721982f commit 5607078
Show file tree
Hide file tree
Showing 44 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* New core package: `accounts-2fa`
* Support for 2FA in `accounts-password` and `accounts-passwordless`
* PostCSS's plugins are run by `standard-minifier-css` if the app has PostCSS configured
* App skeletons and test packages were updated to `[email protected].0`
* App skeletons and test packages were updated to `[email protected].1`

#### Breaking Changes

Expand Down Expand Up @@ -81,7 +81,7 @@ Read our [Migration Guide](https://guide.meteor.com/2.7-migration.html) for this
* `[email protected]`
- Fix some npm modules being imported as an empty object. [PR](https://github.com/meteor/meteor/pull/11954), [Issue 1](https://github.com/meteor/meteor/issues/11900), [Issue 2](https://github.com/meteor/meteor/issues/11853).

* `[email protected]`
* `[email protected].1`
- Adds support for [node:](https://nodejs.org/api/esm.html#node-imports) imports.

#### Independent Releases
Expand Down
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-rc270.3',
version: '1.0.0-rc270.4',
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-rc270.3',
version: '2.2.2-rc270.4',
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth-based login services",
version: "1.4.1-rc270.3",
version: "1.4.1-rc270.4",
});

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-rc270.3',
version: '2.3.0-rc270.4',
});

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-rc270.3',
version: '2.1.0-rc270.4',
});

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-rc270.3',
version: '1.7.0-rc270.4',
});

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-rc270.3'
version: '7.9.0-rc270.4'
});

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-rc270.3',
version: '0.16.2-rc270.4',
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-rc270.3'
version: '1.1.2-rc270.4'
});

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-rc270.3',
version: '2.2.1-rc270.4',
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Facebook OAuth flow",
version: "1.11.0-rc270.3"
version: "1.11.0-rc270.4"
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/github-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'GitHub OAuth flow',
version: '1.4.0-rc270.3'
version: '1.4.0-rc270.4'
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Google OAuth flow",
version: "1.4.2-rc270.3",
version: "1.4.2-rc270.4",
});

Cordova.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.7.0-rc.3',
version: '2.7.0-rc.4',
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/modules-runtime/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "modules-runtime",
version: "0.13.0-rc270.3",
version: "0.13.0-rc270.4",
summary: "CommonJS module system",
git: "https://github.com/benjamn/install",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/non-core/mongo-decimal/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "JS simulation of MongoDB Decimal128 type",
version: '0.1.3-rc270.3'
version: '0.1.3-rc270.4'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/react-fast-refresh/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'react-fast-refresh',
version: '0.2.3-rc270.3',
version: '0.2.3-rc270.4',
summary: 'Automatically update React components with HMR',
documentation: 'README.md',
devOnly: true,
Expand Down
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-rc270.3',
version: '1.8.0-rc270.4',
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-rc270.3',
version: '4.5.4-rc270.4',
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.7-rc.3",
"version": "2.7-rc.4",
"recommended": false,
"official": false,
"description": "Meteor experimental release"
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"apollo-server-express": "^3.4.0",
"express": "^4.17.1",
"graphql": "^15.6.1",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion tools/static-assets/skel-blaze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": {
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"devDependencies": {
"chai": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": {
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"svelte": "^3.46.4"
},
"meteor": {
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/static-assets/skel-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"vue": "^2.6.14",
"vue-meteor-tracker": "^2.0.0-beta.5"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"puppeteer": "^2.1.1"
},
"meteor": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/app-prints-pid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/client-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/css-injection-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.15.3",
"jquery": "^3.5.1",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": "css-injection-test.js"
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/custom-minifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.15.3",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": "code.js"
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/dev-bundle-bin-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion tools/tests/apps/dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"acorn": "^7.4.1",
"arson": "^0.2.6",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"moment": "^2.29.1",
"optimism": "^0.11.5",
"private": "^0.1.8",
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/ecmascript-regression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"puppeteer": "^10.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/git-commit-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.2.0",
"meteor-node-stubs": "^1.2.1",
"puppeteer": "^2.1.1"
},
"meteor": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/link-config-npm-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.15.3",
"config": "file:../config-package",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/linked-external-npm-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.15.3",
"external-package": "file:../external-package",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/apps/meteor-ignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion tools/tests/apps/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion tools/tests/apps/standard-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.1"
},
"meteor": {
"mainModule": false,
Expand Down

0 comments on commit 5607078

Please sign in to comment.