mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update package versions
This commit is contained in:
@@ -89,8 +89,9 @@
|
||||
* `ddp-client@2.5.0`
|
||||
- Removed backward compatibility method names for Meteor before 1.0
|
||||
|
||||
* `ddp-server@2.5.0`
|
||||
* `ddp-server@2.4.0`
|
||||
- Removed backward compatibility method names for Meteor before 1.0
|
||||
- Added support for this.unblock() in Meteor.publish() context
|
||||
|
||||
* `meteor-base@2.0.0`
|
||||
- Removed `livedata` dependency which was there for packages build for 0.9.0
|
||||
@@ -107,9 +108,6 @@
|
||||
* `markdown@2.0.0`
|
||||
- Use lazy imports to prevent it from being added to the initial bundle
|
||||
- Added deprecation flag
|
||||
|
||||
* `ddp-server@2.4.0`
|
||||
- Added support for this.unblock() in Meteor.publish() context
|
||||
|
||||
* `socket-stream-client@0.4.0`
|
||||
- Remove IE8 checks
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "A user account system",
|
||||
version: "1.9.0",
|
||||
version: "2.0.0-beta230.1",
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -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.8.0"
|
||||
version: "2.0.0-beta230.1"
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's latency-compensated distributed data client",
|
||||
version: '2.4.1',
|
||||
version: '2.5.0-beta230.1',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's latency-compensated distributed data server",
|
||||
version: '2.3.3',
|
||||
version: '2.4.0-beta230.1',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: 'meteor-base',
|
||||
version: '1.4.0',
|
||||
version: '2.0.0-beta230.1',
|
||||
// Brief, one-line summary of the package.
|
||||
summary: 'Packages that every Meteor app needs',
|
||||
// By default, Meteor will default to using README.md for documentation.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
|
||||
version: '1.6.2'
|
||||
version: '1.7.0-beta230.1'
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
Package.describe({
|
||||
summary: "Adaptor for using MongoDB and Minimongo over DDP",
|
||||
version: '1.11.1'
|
||||
version: '1.12.0-beta230.1'
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Common code for OAuth-based services",
|
||||
version: "1.3.2"
|
||||
version: "2.0.0-beta230.1"
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "socket-stream-client",
|
||||
version: "0.3.3",
|
||||
version: "0.4.0-beta230.1",
|
||||
summary: "Provides the ClientStream abstraction used by ddp-client",
|
||||
documentation: "README.md"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user