Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/underscore 1.9.2 #12994

Open
wants to merge 12 commits into
base: devel
Choose a base branch
from
2 changes: 1 addition & 1 deletion docs/generators/changelog/versions/2.15.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ meteor update --release 2.15
- The bundle version was changed to include embedded MongoDB to 7.0.5.
- Fix cordova launch screen warnings on 2.15 [PR #12971]
* `underscore@get-version`:
- A test related to [PR #12798] to see if the tests can manage the first update step. [PR #12912]
- Updated Underscore to v1.6. [PR #12912]
* `service-configuration@get-version`:
- added new types* [PR #12922]
* `meteor@get-version`:
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var packageJson = {
promise: "8.1.0",
"@meteorjs/reify": "0.24.0",
"@babel/parser": "7.17.0",
"@types/underscore": "1.11.4",
"@types/underscore": "1.11.9",
underscore: "1.13.6",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
"@types/semver": "5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var packageJson = {
// For backwards compatibility with isopackets that still depend on
// babel-runtime rather than @babel/runtime.
"babel-runtime": "7.0.0-beta.3",
"@types/underscore": "1.11.2",
"@types/underscore": "1.11.9",
underscore: "1.13.6",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
"@types/semver": "5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/underscore/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Package.describe({
summary: "Collection of small helpers: _.map, _.each, ...",
version: '1.6.1',
summary: "JavaScript's utility _ belt",
version: '1.8.3',
});

Npm.depends({
Expand Down