forked from Akryum/meteor-vite
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #284 from JorgenVatle/changeset-release/release
Version Packages
- Loading branch information
Showing
4 changed files
with
17 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|