Skip to content

Commit

Permalink
chore: Update version for release (pre) (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 10, 2024
1 parent ae09cd1 commit 6996772
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"initialVersions": {
"@mcansh/vite-svg-sprite-plugin": "0.3.0"
},
"changesets": []
"changesets": [
"itchy-trainers-dream"
]
}
10 changes: 10 additions & 0 deletions packages/vite-svg-sprite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mcansh/vite-svg-sprite-plugin

## 0.4.0-pre.0

### Minor Changes

- 9507fa9: use vite's emitFile to emit consistent file to all builds

do some post build file transforms to replace the dev sprite name with the actual hashed sprite filename

sort icons before adding to sprite for consistent hashes

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-svg-sprite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcansh/vite-svg-sprite-plugin",
"version": "0.3.0",
"version": "0.4.0-pre.0",
"repository": "mcansh/vite-svg-sprite-plugin",
"funding": [
{
Expand Down

0 comments on commit 6996772

Please sign in to comment.