Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenVatle committed Jan 22, 2025
2 parents 512dddc + 8beea72 commit 6c2e4c2
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .changeset/good-cougars-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-feet-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-poets-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-moles-cry.md

This file was deleted.

58 changes: 58 additions & 0 deletions changeset-status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"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"
}
],
"releases": [
{
"name": "meteor-vite",
"type": "minor",
"oldVersion": "3.1.2",
"changesets": [
"good-cougars-march",
"happy-feet-tan",
"plenty-poets-eat",
"six-moles-cry"
],
"newVersion": "3.2.0"
}
]
}
23 changes: 23 additions & 0 deletions npm-packages/meteor-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# meteor-vite

## 3.2.0

### Minor Changes

- 689c8cb7: Default configuration improvements

- Disable debug logs by default in production

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

- Disable stub validation warnings for packages with known undefined exports
- https://github.com/JorgenVatle/meteor-vite/issues/246

- 0bdafcff: Add plugin option for exposing source maps through the Meteor WebApp in production.

### Patch Changes

- 493a0bd4: Normalize generated import paths to address bad import paths on Windows.

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

- 41837c35: 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.

## 3.1.2

### Patch 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.1.2",
"version": "3.2.0",
"description": "",
"files": [
"dist"
Expand Down

0 comments on commit 6c2e4c2

Please sign in to comment.