Bump package versions for 1.10.2 release

This commit is contained in:
filipenevola
2020-04-21 17:32:43 -04:00
parent 0109a5b402
commit 23dbf94bf7
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
## v1.10.2, TBD
## 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-rc.0'
version: '1.10.2'
});
Package.includeTool();

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '1.6.0-rc1102.0'
version: '1.6.0'
});
Package.onUse(api => {

View File

@@ -9,7 +9,7 @@
Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.10.0-rc1102.0'
version: '1.10.0'
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "socket-stream-client",
version: "0.3.0-rc1102.0",
version: "0.3.0",
summary: "Provides the ClientStream abstraction used by ddp-client",
documentation: "README.md"
});

View File

@@ -5,7 +5,7 @@
Package.describe({
summary: "Library for Secure Remote Password (SRP) exchanges",
version: "1.1.0-rc1102.0"
version: "1.1.0"
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "url",
version: "1.3.0-rc1102.0",
version: "1.3.0",
summary: "Isomorphic modern/legacy/Node polyfill for WHATWG URL/URLSearchParams",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.10.1",
"version": "1.10.2",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"