-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4296 from reactioncommerce/release-1.13.0
Release 1.13.0
- Loading branch information
Showing
219 changed files
with
3,316 additions
and
5,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,36 +7,36 @@ | |
# Core Meteor Packages | ||
### | ||
|
||
meteor-base@1.3.0 # Packages every Meteor app needs to have | ||
meteor-base@1.4.0 # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
[email protected] # Compile .html files into Meteor Blaze views | ||
es5-shim@4.7.0 # ECMAScript 5 compatibility for older browsers. | ||
ecmascript@0.10.0 # Enable ECMAScript2015+ syntax in app code | ||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers. | ||
ecmascript@0.11.0 # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # ensure meteor method argument validation | ||
[email protected] # security-related policies enforced by newer browsers | ||
juliancwirko:[email protected] # CSS post-processing plugin (replaces standard-minifier-css) | ||
[email protected] # ReactiveDict whose contents are preserved across Hot Code Push | ||
tracker@1.1.3 # Meteor transparent reactive programming library | ||
mongo@1.4.2 | ||
tracker@1.2.0 # Meteor transparent reactive programming library | ||
mongo@1.5.0 | ||
[email protected] | ||
[email protected] | ||
[email protected].0 | ||
[email protected].0 | ||
[email protected].1 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
[email protected].19 | ||
[email protected].20 | ||
[email protected] | ||
[email protected] | ||
[email protected].11 | ||
[email protected].12 | ||
[email protected] | ||
mdg:validated-method | ||
[email protected] | ||
dynamic-import@0.3.0 | ||
[email protected].1 | ||
dynamic-import@0.4.0 | ||
[email protected].4 | ||
|
||
# Meteor Auth Packages | ||
[email protected] | ||
[email protected].0 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@1.6.1 | ||
METEOR@1.7.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.