mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump to 2.2-beta.1 version
- beta.0 was broken, mongo package version was missing the patch.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "A user account system",
|
||||
version: "1.9.0-beta220.0",
|
||||
version: "1.9.0-beta220.1",
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -6,7 +6,7 @@ Package.describe({
|
||||
// isn't possible because you can't publish a non-recommended
|
||||
// release with package versions that don't have a pre-release
|
||||
// identifier at the end (eg, -dev)
|
||||
version: '7.6.1-beta220.0'
|
||||
version: '7.6.1-beta220.1'
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: 'ecmascript',
|
||||
version: '0.15.1-beta220.0',
|
||||
version: '0.15.1-beta220.1',
|
||||
summary: 'Compiler plugin that supports ES2015+ in all .js files',
|
||||
documentation: 'README.md'
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Facebook OAuth flow",
|
||||
version: "1.8.0-beta220.0"
|
||||
version: "1.8.0-beta220.1"
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -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.1-beta220.0'
|
||||
version: '1.2.1-beta220.1'
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '2.2.0-beta.0'
|
||||
version: '2.2.0-beta.1'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
|
||||
version: '1.6.2-beta220.0'
|
||||
version: '1.6.2-beta220.1'
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
Package.describe({
|
||||
summary: "Adaptor for using MongoDB and Minimongo over DDP",
|
||||
version: '1.11.0-beta220.0'
|
||||
version: '1.11.0-beta220.1'
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Package.describe({
|
||||
summary: "Wrapper around the mongo npm package",
|
||||
version: "3.9.0-beta220.0",
|
||||
version: "3.9.0-beta220.1",
|
||||
documentation: null
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "typescript",
|
||||
version: "4.2.2-beta220.0",
|
||||
version: "4.2.2-beta220.1",
|
||||
summary: "Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files",
|
||||
documentation: "README.md"
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Serves a Meteor app over HTTP",
|
||||
version: '1.10.1-beta220.0'
|
||||
version: '1.10.1-beta220.1'
|
||||
});
|
||||
|
||||
Npm.depends({"basic-auth-connect": "1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "2.2-beta.0",
|
||||
"version": "2.2-beta.1",
|
||||
"recommended": false,
|
||||
"official": false,
|
||||
"description": "Meteor"
|
||||
|
||||
Reference in New Issue
Block a user