Skip to content

Commit

Permalink
chore: update versions (#12)
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 May 22, 2024
1 parent af5513a commit 8db5ca8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-vans-press.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @svgr-rs/svgrs-plugin

## 0.2.0

### Minor Changes

- af5513a: support nodejs svgo

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.24.4",
"@svgr-rs/svgrs-plugin": "workspace:^0.1.2",
"@svgr-rs/svgrs-plugin": "workspace:^0.2.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@changesets/cli": "2.22.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@soda/friendly-errors-webpack-plugin": "1.8.1",
"@svgr-rs/svgrs-plugin": "workspace:^0.1.2",
"@svgr-rs/svgrs-plugin": "workspace:^0.2.0",
"@tailwindcss/typography": "0.5.2",
"@teamsupercell/typings-for-css-modules-loader": "2.5.1",
"@types/html-webpack-plugin": "3.2.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgr-rs/svgrs-plugin",
"version": "0.1.2",
"version": "0.2.0",
"packageManager": "pnpm@7.23.0",
"description": "Use svgr-rs with vite and webpack",
"license": "MIT",
Expand Down

0 comments on commit 8db5ca8

Please sign in to comment.