Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Apr 4, 2016
2 parents bfc8870 + 80ae689 commit 412736a
Show file tree
Hide file tree
Showing 157 changed files with 334 additions and 702 deletions.
25 changes: 25 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v1.3.1

* Long isopacket node_modules paths have been shortened, fixing upgrade
problems on Windows. #6609

* Version 1.3.1 of Meteor can now publish packages for earlier versions of
Meteor, provided those packages do not rely on modules. #6484 #6618

* The meteor-babel npm package used by babel-compiler has been upgraded to
version 0.8.4. c8d12aed4e725217efbe86fa35de5d5e56d73c83

* The `meteor node` and `meteor npm` commands now return the same exit
codes as their child processes. #6673 #6675

* Missing module warnings are no longer printed for Meteor packages, or
for `require` calls when `require` is not a free variable, fixing
https://github.com/practicalmeteor/meteor-mocha/issues/19.

* Cordova iOS builds are no longer built by Meteor, but merely prepared
for building. 88d43a0f16a484a5716050cb7de8066b126c7b28

* Compiler plugin errors were formerly silenced for files not explicitly
added in package.js. Now those errors are reported when/if the files are
imported by the ImportScanner. be986fd70926c9dd8eff6d8866205f236c8562c4

## v1.3

### ES2015/Modules
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-base/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "A user account system",
version: "1.2.4"
version: "1.2.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-facebook/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Facebook accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-github/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Github accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-google/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Google accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-meetup/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Meetup accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-meteor-developer/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Meteor developer accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth-based login services",
version: "1.1.10"
version: "1.1.11"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-password/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Password support for accounts",
version: "1.1.6"
version: "1.1.7"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-twitter/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Twitter accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-ui-unstyled/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Unstyled version of login widgets",
version: "1.1.10"
version: "1.1.11"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-ui/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Simple templates to add login widgets to an app",
version: "1.1.7"
version: "1.1.8"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-weibo/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Sina Weibo accounts",
version: "1.0.7"
version: "1.0.8"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/allow-deny/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'allow-deny',
version: '1.0.2',
version: '1.0.3',
// Brief, one-line summary of the package.
summary: 'Implements functionality for allow/deny and client-side db operations',
// URL to the Git repository containing the source code for this package.
Expand Down
2 changes: 1 addition & 1 deletion packages/appcache/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Enable the application cache in the browser",
version: "1.0.8"
version: "1.0.9"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/audit-argument-checks/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Try to detect inadequate input sanitization",
version: '1.0.5'
version: '1.0.6'
});

// This package is empty; its presence is detected by livedata.
2 changes: 1 addition & 1 deletion packages/autopublish/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "(For prototyping only) Publish the entire database to all clients",
version: '1.0.5'
version: '1.0.6'
});

// This package is empty; its presence is detected by several other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/autoupdate/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Update the client when new client code is available",
version: '1.2.6'
version: '1.2.7'
});

Package.onUse(function (api) {
Expand Down
Loading

0 comments on commit 412736a

Please sign in to comment.