mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- Meteor version to 2.15.0-rc.1 ☄️
This commit is contained in:
@@ -10,6 +10,46 @@
|
||||
|
||||
|
||||
|
||||
## v2.15.0, 2024-01-XX
|
||||
|
||||
### Highlights
|
||||
|
||||
* Bumps embedded MongoDB to 7.0.5.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
N/A
|
||||
|
||||
#### Internal API changes
|
||||
|
||||
N/A
|
||||
|
||||
#### Migration Steps
|
||||
|
||||
Please run the following command to update your project:
|
||||
|
||||
```bash
|
||||
|
||||
meteor update --release 2.15.0
|
||||
|
||||
```
|
||||
|
||||
|
||||
#### Meteor Version Release
|
||||
|
||||
|
||||
* `Command line`:
|
||||
- The bundle version was changed to include embedded MongoDB to 7.0.5.
|
||||
|
||||
|
||||
#### Special thanks to
|
||||
|
||||
- [@Grubba27](https://github.com/Grubba27).
|
||||
- [@denihs](https://github.com/denihs).
|
||||
|
||||
For making this great framework even better!
|
||||
|
||||
|
||||
## v2.14.0, 2023-12-12
|
||||
|
||||
### Highlights
|
||||
@@ -74,7 +114,7 @@ For more information you can check our [Migration Guide](https://guide.meteor.co
|
||||
|
||||
## Meteor Version Release
|
||||
|
||||
* `accounts-base@2.2.9`
|
||||
* `accounts-base@2.2.10`
|
||||
- Ensure that `onLogin` callback fires properly
|
||||
- Indexes are now created asynchronously
|
||||
|
||||
@@ -131,7 +171,7 @@ For more information you can check our [Migration Guide](https://guide.meteor.co
|
||||
* `logic-solver@2.0.9`
|
||||
- Removed Underscore dependency
|
||||
|
||||
* `meteor@1.11.4`:
|
||||
* `meteor@1.11.5`:
|
||||
- Improve TS types
|
||||
|
||||
* `mobile-experience@1.1.1`:
|
||||
@@ -160,7 +200,7 @@ For more information you can check our [Migration Guide](https://guide.meteor.co
|
||||
* `react-fast-refresh@0.2.8`:
|
||||
- Updated `semver` to version 7.5.4
|
||||
|
||||
* `service-configuration@1.3.2`
|
||||
* `service-configuration@1.3.3`
|
||||
- Indexes are now created asynchronously
|
||||
- Add types for ConfigError
|
||||
|
||||
@@ -186,7 +226,7 @@ For more information you can check our [Migration Guide](https://guide.meteor.co
|
||||
* `typescript@4.9.5`:
|
||||
- Updated to 4.9.5
|
||||
|
||||
* `webapp@1.13.6`
|
||||
* `webapp@1.13.8`
|
||||
- Updated `cordova-plugin-meteor-webapp` to v2.0.3
|
||||
- Updated `cookie-parser` to v1.4.6
|
||||
- Updated `send` to v0.18.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'A user account system',
|
||||
version: '2.2.9',
|
||||
version: '2.2.10-rc215.1',
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'The Meteor command-line tool',
|
||||
version: '2.15.0-rc.0',
|
||||
version: '2.15.0-rc.1',
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Package.describe({
|
||||
summary: "Core Meteor environment",
|
||||
version: '1.11.4',
|
||||
version: '1.11.5-rc215.1',
|
||||
});
|
||||
|
||||
Package.registerBuildPlugin({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Manage the configuration for third-party services',
|
||||
version: '1.3.2',
|
||||
version: '1.3.3-rc215.1',
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
Package.describe({
|
||||
summary: "Collection of small helpers: _.map, _.each, ...",
|
||||
version: '1.6.0',
|
||||
version: '1.6.0-rc215.1',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Serves a Meteor app over HTTP',
|
||||
version: '1.13.7',
|
||||
version: '1.13.8-rc215.1',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
Reference in New Issue
Block a user