mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump package versions for 1.10.3-beta.0 release
This commit is contained in:
14
History.md
14
History.md
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '1.10.2'
|
||||
version: '1.10.3-beta.0'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "1.10.2-rc.0",
|
||||
"version": "1.10.3-beta.0",
|
||||
"recommended": false,
|
||||
"official": false,
|
||||
"description": "Meteor"
|
||||
|
||||
Reference in New Issue
Block a user