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 remote-tracking branch 'origin/release' into release
- Loading branch information
Showing
7 changed files
with
82 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |
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.1.2", | ||
"version": "3.2.0", | ||
"description": "", | ||
"files": [ | ||
"dist" | ||
|