Meteor version to 3.3-beta.0 ☄️

This commit is contained in:
italo jose
2025-04-15 12:13:32 -03:00
parent e26204770b
commit 2f7bb724a9
15 changed files with 87 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "A user account system",
version: "3.1.0",
version: "3.1.1-beta330.0",
});
Package.onUse((api) => {

View File

@@ -5,7 +5,7 @@ Package.describe({
// 2.2.x in the future. The version was also bumped to 2.0.0 temporarily
// during the Meteor 1.5.1 release process, so versions 2.0.0-beta.2
// through -beta.5 and -rc.0 have already been published.
version: "3.1.0",
version: "3.2.0-beta330.0",
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Update the client when new client code is available',
version: '2.0.0',
version: '2.0.1-beta330.0',
});
Package.onUse(function(api) {

View File

@@ -1,7 +1,7 @@
Package.describe({
name: "babel-compiler",
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
version: '7.11.3',
version: '7.12.0-beta330.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Generates the boilerplate html from program's manifest",
version: '2.0.0',
version: '2.0.1-beta330.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data client",
version: "3.1.0",
version: "3.1.1-beta330.0",
documentation: null,
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.16.10',
version: '0.16.11-beta330.0',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md',
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Extended and Extensible JSON library',
version: '1.1.4',
version: '1.1.5-beta330.0',
});
Package.onUse(function onUse(api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: "3.2.0",
version: "3.3.0-beta.0",
});
Package.includeTool();

View File

@@ -2,7 +2,7 @@
Package.describe({
summary: "Core Meteor environment",
version: '2.1.0',
version: '2.1.1-beta330.0',
});
Package.registerBuildPlugin({

View File

@@ -9,7 +9,7 @@
Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: "2.1.1",
version: "2.1.2-beta330.0",
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "server-render",
version: '0.4.2',
version: '0.4.3-beta330.0',
summary: "Generic support for server-side rendering in Meteor apps",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Serves a Meteor app over HTTP",
version: "2.0.6",
version: "2.0.7-beta330.0",
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "3.2-beta.2",
"version": "3.3-beta.0",
"recommended": false,
"official": false,
"description": "Meteor experimental release"

View File

@@ -0,0 +1,73 @@
## v3.3.0, 2025-04-15
### Highlights
- Support SWC transpiler for faster dev and builds [PR#13657](https://github.com/meteor/meteor/pull/13657)
- Default to modern architecture in new apps [PR#13665](https://github.com/meteor/meteor/pull/13665)
- Support CPU profiling in Meteor 3 bundler [PR#13650](https://github.com/meteor/meteor/pull/13650)
- Improve `meteor profile`@show rebuild steps, support `--build` [PR#13694](https://github.com/meteor/meteor/pull/13694)
- Improve `useFind` and `useSubscribe` React hooks
- Add `replaceEmailAsync` helper to Accounts [PR#13677](https://github.com/meteor/meteor/pull/13677)
- Fix user agent detection and oplog collection filtering
- Refine type definitions for Meteor methods and SSR's ServerSink
- Update Express to 5.1.0
All merged PRs@[GitHub PRs 3.3](https://github.com/meteor/meteor/pulls?q=is%3Apr+is%3Amerged+base%3Arelease-3.3)
React packages PRs@[PR#419](https://github.com/meteor/react-packages/pull/419), [PR#429](https://github.com/meteor/react-packages/pull/429) and [PR#430](https://github.com/meteor/react-packages/pull/430)
#### Breaking Changes
N/A
#### Internal API changes
N/A
#### Migration Steps
Please run the following command to update your project:
```bash
meteor update --release 3.3-beta.0
```
#### Bumped Meteor Packages
- accounts-base@3.1.1
- accounts-password@3.2.0
- autoupdate@2.0.1
- babel-compiler@7.12.0
- boilerplate-generator@2.0.1
- ddp-client@3.1.1
- ecmascript@0.16.11
- ejson@1.1.5
- meteor@2.1.1
- mongo@2.1.2
- server-render@0.4.3
- webapp@2.0.7
- meteor-tool@3.3.0
#### Bumped NPM Packages
- meteor-node-stubs@1.2.17
#### Special thanks to
✨✨✨
- [@nachocodoner](https://github.com/nachocodoner)
- [@italojs](https://github.com/italojs)
- [@Grubba27](https://github.com/Grubba27)
- [@zodern](https://github.com/zodern)
- [@9Morello](https://github.com/9Morello)
- [@welkinwong](https://github.com/welkinwong)
- [@Poyoman39](https://github.com/Poyoman39)
- [@PedroMarianoAlmeida](https://github.com/PedroMarianoAlmeida)
- [@harryadel](https://github.com/harryadel)
- [@ericm546](https://github.com/ericm546)
✨✨✨