2.3.5-rc.0

This commit is contained in:
Jan Dvorak
2021-08-12 16:38:15 +02:00
parent 47e8b36330
commit 9abe31def2
6 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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({

View File

@@ -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'
});

View File

@@ -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();

View File

@@ -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"
});

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "2.3.5-beta.0",
"version": "2.3.5-rc.0",
"recommended": false,
"official": false,
"description": "Meteor"