mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
2.3.5-rc.0
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
- Node.js updated to [v14.17.5](https://nodejs.org/en/blog/release/v14.17.5/)
|
||||
- Typescript updated to [v4.3.5](https://github.com/Microsoft/TypeScript/releases/tag/v4.3.5)
|
||||
- `@meteorjs/babel@7.12.0`
|
||||
- Fix broken source maps in VSCode - [PR](https://github.com/meteor/meteor/pull/11584)
|
||||
|
||||
## v2.3.4, 2021-08-03
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Package.describe({
|
||||
// isn't possible because you can't publish a non-recommended
|
||||
// release with package versions that don't have a pre-release
|
||||
// identifier at the end (eg, -dev)
|
||||
version: '7.7.0-beta235.0'
|
||||
version: '7.7.0'
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: 'ecmascript',
|
||||
version: '0.15.3-beta235.0',
|
||||
version: '0.15.3',
|
||||
summary: 'Compiler plugin that supports ES2015+ in all .js files',
|
||||
documentation: 'README.md'
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '2.3.5-beta.0'
|
||||
version: '2.3.5-rc.0'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "typescript",
|
||||
version: "4.3.5-beta235.0",
|
||||
version: "4.3.5",
|
||||
summary: "Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files",
|
||||
documentation: "README.md"
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "2.3.5-beta.0",
|
||||
"version": "2.3.5-rc.0",
|
||||
"recommended": false,
|
||||
"official": false,
|
||||
"description": "Meteor"
|
||||
|
||||
Reference in New Issue
Block a user