Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2024
1 parent 3c52eeb commit 6310c5f
Showing 1 changed file with 10 additions and 29 deletions.
39 changes: 10 additions & 29 deletions changeset-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,57 +7,38 @@
"type": "minor"
}
],
"summary": "Store temporary client builds in project root directory to allow all files generated by Vite to be kept in the same `.gitignore` directory.",
"id": "cuddly-lions-eat"
"summary": "Use any available IPC interface for workers instead of relying on one transport strategy\n\n- Automatically include React preamble in apps that depend on `@vitejs/plugin-react`. You no longer need to manually modify your Meteor HTML to inject this yourself. See migration steps below.\n- Use `semver` package instead of a custom parser when determining whether `meteor-vite` is out of date.\n- Use `package-lock.json` instead of `package.json` when determining whether `meteor-vite` is out of date.\n- Added a check to warn you if your app is missing `meteor-node-stubs`. Addresses some potentially confusing runtime errors: #239\n\n### Migration steps\n\nIf your app is using `@vitejs/plugin-react` and was created using the [Meteor-Vite React example app](https://github.com/JorgenVatle/meteor-vite/tree/d3633cb015206cb61168fa135c33b89331afeb04/examples/react), \nmake sure you remove the [`server/react-refresh.js`](https://github.com/JorgenVatle/meteor-vite/blob/d3633cb015206cb61168fa135c33b89331afeb04/examples/react/server/react-refresh.js) compatability module from your app. \n\nThe boilerplate is now added automatically by Meteor-Vite when `@vitejs/plugin-react` is detected as a dependency.",
"id": "chatty-teachers-build"
},
{
"releases": [
{
"name": "meteor-vite",
"type": "minor"
}
],
"summary": "Build `serverEntry` bundles using Vite's SSR build process instead of using an inline browser build config.\n- Resolves some of the configuration necessary to get the new server builds to work correctly. Default settings should now work for most users.\n- SSR with Meteor can now be done entirely through Vite's build system.\n- Import aliases no longer need to be defined in a Babel config if you intend to use them in server code. \n\n#### SSR example\n- See the new [Vue + SSR](/examples/vue-ssr) example app to see it in action. Or check the [live preview](https://vue-ssr--meteor-vite.wcaserver.com)! \n\n#### Related issues\n- #195\n- #215\n\nRelated release notes: https://github.com/JorgenVatle/meteor-vite/releases/tag/vite-bundler%402.1.2",
"id": "large-rings-serve"
},
{
"releases": [
{
"name": "@meteor-vite/plugin-zodern-relay",
"type": "patch"
}
],
"summary": "Fix server-side transpilation when building Meteor server with Vite. Fixes an issue where server bundles would use client stubs from babel-plugin-zodern-relay.\n\nRelated issues\n- #195\n- #182",
"id": "yellow-bikes-smoke"
"summary": "Use any available IPC interface for workers instead of relying on one transport strategy",
"id": "orange-students-sleep"
}
],
"releases": [
{
"name": "vite-bundler",
"type": "minor",
"oldVersion": "2.1.3",
"oldVersion": "2.2.0",
"changesets": [
"cuddly-lions-eat"
"chatty-teachers-build"
],
"newVersion": "2.2.0"
"newVersion": "2.3.0"
},
{
"name": "meteor-vite",
"type": "minor",
"oldVersion": "1.11.2",
"changesets": [
"large-rings-serve"
],
"newVersion": "1.12.0"
},
{
"name": "@meteor-vite/plugin-zodern-relay",
"type": "patch",
"oldVersion": "1.0.5",
"oldVersion": "1.12.0",
"changesets": [
"yellow-bikes-smoke"
"orange-students-sleep"
],
"newVersion": "1.0.6"
"newVersion": "1.12.1"
}
]
}

0 comments on commit 6310c5f

Please sign in to comment.