Skip to content

Commit

Permalink
Version Packages (#45)
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 28, 2024
1 parent 757b946 commit c80b7ea
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-worms-wait.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/shared-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@svg-use/core": "workspace:^0.4.0",
"@svg-use/react": "workspace:^0.4.0"
"@svg-use/react": "workspace:^0.4.1"
},
"peerDependencies": {
"react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@svg-use/react": "workspace:^0.4.0",
"@svg-use/react": "workspace:^0.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shared-library": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@svg-use/react": "workspace:^0.4.0",
"@svg-use/react": "workspace:^0.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@svg-use/react": "workspace:^0.4.0",
"@svg-use/react": "workspace:^0.4.1",
"@svg-use/webpack": "workspace:^0.3.1",
"@swc-node/register": "1.10.9",
"@swc/core": "^1.7.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @svg-use/react

## 0.4.1

### Patch Changes

- 757b946: Fix `createThemedExternalSvg` props to reference SVGAttributes

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svg-use/react",
"version": "0.4.0",
"version": "0.4.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
6 changes: 3 additions & 3 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 c80b7ea

Please sign in to comment.