Bump package versions for 1.10.3-beta.0 release

This commit is contained in:
filipenevola
2020-05-10 21:46:17 -04:00
parent 225422b27e
commit c19bb8f492
3 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,18 @@
## v1.10.3, TBD
### Breaking changes
N/A
### Migration steps
N/A
### Changes
* Fixes error when removing cordova plugin that depends on cli variables. PR [#10976](https://github.com/meteor/meteor/pull/11052)
## v1.10.2, 2020-04-21
### Breaking changes

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.10.2'
version: '1.10.3-beta.0'
});
Package.includeTool();

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.10.2-rc.0",
"version": "1.10.3-beta.0",
"recommended": false,
"official": false,
"description": "Meteor"