Skip to content

Commit

Permalink
Bump package versions for 1.10-rc.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Mar 6, 2020
1 parent 65fc649 commit 5e5c75b
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
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: "1.6.0-rc110.3",
version: "1.6.0-rc110.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.2.0-rc110.3",
version: "1.2.0-rc110.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: "1.6.0-rc110.3"
version: "1.6.0-rc110.4"
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate-generator/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Generates the boilerplate html from program's manifest",
version: '1.7.0-rc110.3'
version: '1.7.0-rc110.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.7.0-rc110.3"
version: "1.7.0-rc110.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.3.0-rc110.3",
version: "1.3.0-rc110.4",
});

Cordova.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/inter-process-messaging/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "inter-process-messaging",
version: "0.1.1-rc110.3",
version: "0.1.1-rc110.4",
summary: "Support for sending messages from the build process to the server process",
documentation: "README.md"
});
Expand Down
2 changes: 1 addition & 1 deletion packages/launch-screen/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
// between such packages and the build tool.
name: 'launch-screen',
summary: 'Default and customizable launch screen on mobile.',
version: '1.2.0-rc110.3'
version: '1.2.0-rc110.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: '1.10.0-rc.3'
version: '1.10.0-rc.4'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/minimongo/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '1.5.0-rc110.3'
version: '1.5.0-rc110.4'
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile-experience/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'mobile-experience',
version: '1.1.0-rc110.3',
version: '1.1.0-rc110.4',
summary: 'Packages for a great mobile user experience',
documentation: 'README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile-status-bar/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'mobile-status-bar',
summary: "Good defaults for the mobile status bar",
version: "1.1.0-rc110.3"
version: "1.1.0-rc110.4"
});

Cordova.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.9.0-rc110.3'
version: '1.9.0-rc110.4'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Package.describe({
summary: "Wrapper around the mongo npm package",
version: "3.7.0-rc110.3",
version: "3.7.0-rc110.4",
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/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 services",
version: "1.3.0-rc110.3"
version: "1.3.0-rc110.4"
});

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

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

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/random/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Random number generator and utilities',
version: '1.2.0-rc110.3',
version: '1.2.0-rc110.4',
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-server/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "shell-server",
version: "0.5.0-rc110.3",
version: "0.5.0-rc110.4",
summary: "Server-side component of the `meteor shell` command.",
documentation: "README.md"
});
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Serves a Meteor app over HTTP",
version: '1.9.0-rc110.3'
version: '1.9.0-rc110.4'
});

Npm.depends({"basic-auth-connect": "1.0.0",
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": "1.10-rc.3",
"version": "1.10-rc.4",
"recommended": false,
"official": false,
"description": "Meteor"
Expand Down

0 comments on commit 5e5c75b

Please sign in to comment.