Skip to content

Commit

Permalink
Merge pull request #284 from JorgenVatle/changeset-release/release
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JorgenVatle authored Jan 22, 2025
2 parents 2160757 + c75ac63 commit 5aca214
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .changeset/big-planes-explain.md

This file was deleted.

45 changes: 6 additions & 39 deletions changeset-status.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,25 @@
{
"changesets": [
{
"releases": [
{
"name": "meteor-vite",
"type": "minor"
}
],
"summary": "Default configuration improvements\n\n- Disable debug logs by default in production\n - https://github.com/JorgenVatle/meteor-vite/issues/275\n \n- Disable stub validation warnings for packages with known undefined exports\n - https://github.com/JorgenVatle/meteor-vite/issues/246",
"id": "good-cougars-march"
},
{
"releases": [
{
"name": "meteor-vite",
"type": "patch"
}
],
"summary": "Normalize generated import paths to address bad import paths on Windows.\n\n- https://github.com/JorgenVatle/meteor-vite/issues/281",
"id": "happy-feet-tan"
},
{
"releases": [
{
"name": "meteor-vite",
"type": "minor"
}
],
"summary": "Add plugin option for exposing source maps through the Meteor WebApp in production.",
"id": "plenty-poets-eat"
},
{
"releases": [
{
"name": "meteor-vite",
"type": "patch"
}
],
"summary": "Place .gitignore file for temporary Vite bundle modules in temp dir root instead of the parent directory of the server entry. Addresses a concern where these temporary files might get accidentally commited into version control.",
"id": "six-moles-cry"
"summary": "Disable old stub template caching when running in simulated production mode (`meteor run --production`)\n\nFixes:\n- https://github.com/JorgenVatle/meteor-vite/issues/283",
"id": "big-planes-explain"
}
],
"releases": [
{
"name": "meteor-vite",
"type": "minor",
"oldVersion": "3.1.2",
"type": "patch",
"oldVersion": "3.2.0",
"changesets": [
"good-cougars-march",
"happy-feet-tan",
"plenty-poets-eat",
"six-moles-cry"
"big-planes-explain"
],
"newVersion": "3.2.0"
"newVersion": "3.2.1"
}
]
}
10 changes: 10 additions & 0 deletions npm-packages/meteor-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# meteor-vite

## 3.2.1

### Patch Changes

- 56b7b000: Disable old stub template caching when running in simulated production mode (`meteor run --production`)

Fixes:

- https://github.com/JorgenVatle/meteor-vite/issues/283

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/meteor-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-vite",
"version": "3.2.0",
"version": "3.2.1",
"description": "",
"files": [
"dist"
Expand Down

0 comments on commit 5aca214

Please sign in to comment.