Skip to content

Commit a6699e7

Browse files
committed
v8.0.1
1 parent 2e05255 commit a6699e7

File tree

17 files changed

+86
-10
lines changed

17 files changed

+86
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.1](https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1) (2023-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* fix peer dependencies ([2e05255](https://github.com/gregberge/svgr/commit/2e0525546eb21aa4bb790aa4284f4fe34f96d6b9))
12+
13+
14+
15+
16+
617
# [8.0.0](https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0) (2023-05-09)
718

819

examples/webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.1](https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1) (2023-05-09)
7+
8+
**Note:** Version bump only for package @svgr/webpack-example
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0) (2023-05-09)
715

816
**Note:** Version bump only for package @svgr/webpack-example

examples/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"start": "webpack serve"
66
},
77
"devDependencies": {
8-
"@svgr/webpack": "^8.0.0",
8+
"@svgr/webpack": "^8.0.1",
99
"html-webpack-plugin": "^5.5.0",
1010
"url-loader": "^4.1.1",
1111
"webpack": "^5.76.3",
1212
"webpack-cli": "^5.0.1",
1313
"webpack-dev-server": "^4.13.1"
1414
},
15-
"version": "8.0.0"
15+
"version": "8.0.1"
1616
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"npmClient": "pnpm",
55
"useWorkspaces": true
66
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.1](https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1) (2023-05-09)
7+
8+
**Note:** Version bump only for package @svgr/cli
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0) (2023-05-09)
715

816

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/cli",
33
"description": "SVGR command line.",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"repository": "https://github.com/gregberge/svgr/tree/main/packages/cli",
66
"author": "Greg Bergé <[email protected]>",
77
"publishConfig": {

packages/plugin-jsx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.1](https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1) (2023-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* fix peer dependencies ([2e05255](https://github.com/gregberge/svgr/commit/2e0525546eb21aa4bb790aa4284f4fe34f96d6b9))
12+
13+
14+
15+
16+
617
# [8.0.0](https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0) (2023-05-09)
718

819
**Note:** Version bump only for package @svgr/plugin-jsx

packages/plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/plugin-jsx",
33
"description": "Transform SVG into JSX",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/plugin-prettier/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.1](https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1) (2023-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* fix peer dependencies ([2e05255](https://github.com/gregberge/svgr/commit/2e0525546eb21aa4bb790aa4284f4fe34f96d6b9))
12+
13+
14+
15+
16+
617
# [8.0.0](https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0) (2023-05-09)
718

819
**Note:** Version bump only for package @svgr/plugin-prettier

packages/plugin-prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/plugin-prettier",
33
"description": "Format code using Prettier",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)