Skip to content

Commit

Permalink
Version Packages (#34)
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 Aug 20, 2024
1 parent b28bab7 commit 66f1b32
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-poems-provide.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"shared-library": "workspace:*"
},
"devDependencies": {
"@svg-use/vite": "workspace:^0.1.0",
"@svg-use/vite": "workspace:^0.1.1",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @svg-use/rollup

## 0.4.0

### Minor Changes

- 4ccc16a: Introduce `emitFile` in `AdvancedOptions`, to support Vite wrappers.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svg-use/rollup",
"version": "0.3.0",
"version": "0.4.0",
"description": "Tools and bundler plugins for loading SVG images via use[href], for use in components.",
"license": "MIT",
"author": "Fotis Papadogeorgopoulos <[email protected]> (https://fotis.xyz)",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @svg-use/vite

## 0.1.1

### Patch Changes

- Updated dependencies [4ccc16a]
- @svg-use/rollup@0.4.0
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svg-use/vite",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tools and bundler plugins for loading SVG images via use[href], for use in components.",
"license": "MIT",
"author": "Fotis Papadogeorgopoulos <[email protected]> (https://fotis.xyz)",
Expand Down Expand Up @@ -46,7 +46,7 @@
"test": "vitest --pass-with-no-tests"
},
"dependencies": {
"@svg-use/rollup": "workspace:^0.3.0"
"@svg-use/rollup": "workspace:^0.4.0"
},
"peerDependencies": {
"@svg-use/react": "workspace:^0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66f1b32

Please sign in to comment.