Skip to content

Commit 1dbc3e2

Browse files
committedJul 22, 2022
v6.3.1
1 parent f3e304c commit 1dbc3e2

File tree

36 files changed

+236
-39
lines changed

36 files changed

+236
-39
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix duplicate plugin/preset detected error ([#747](https://github.com/gregberge/svgr/issues/747)) ([3c6a54c](https://github.com/gregberge/svgr/commit/3c6a54c494bb8ff15f332ff2d44e9f6465a6c19a)), closes [#746](https://github.com/gregberge/svgr/issues/746)
12+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
13+
14+
15+
16+
17+
618
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
719

820

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "6.3.0",
6+
"version": "6.3.1",
77
"useWorkspaces": true
88
}

‎packages/babel-plugin-add-jsx-attribute/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-add-jsx-attribute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-add-jsx-attribute",
33
"description": "Add JSX attribute",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-remove-jsx-attribute/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-remove-jsx-attribute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-remove-jsx-attribute",
33
"description": "Remove JSX attribute",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-remove-jsx-empty-expression/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-remove-jsx-empty-expression/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-remove-jsx-empty-expression",
33
"description": "Remove JSX empty expression",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-replace-jsx-attribute-value/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-replace-jsx-attribute-value/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-replace-jsx-attribute-value",
33
"description": "Replace JSX attribute value",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-svg-dynamic-title/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-svg-dynamic-title/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-svg-dynamic-title",
33
"description": "Transform SVG by adding a dynamic title element",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-svg-em-dimensions/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-svg-em-dimensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-svg-em-dimensions",
33
"description": "Transform SVG to use em-based dimensions",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-transform-react-native-svg/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-transform-react-native-svg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-transform-react-native-svg",
33
"description": "Transform DOM elements into react-native-svg components",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-plugin-transform-svg-component/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/babel-plugin-transform-svg-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-plugin-transform-svg-component",
33
"description": "Transform SVG into component",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/babel-preset/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix duplicate plugin/preset detected error ([#747](https://github.com/gregberge/svgr/issues/747)) ([3c6a54c](https://github.com/gregberge/svgr/commit/3c6a54c494bb8ff15f332ff2d44e9f6465a6c19a)), closes [#746](https://github.com/gregberge/svgr/issues/746)
12+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
13+
14+
15+
16+
17+
618
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
719

820

‎packages/babel-preset/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/babel-preset",
33
"description": "SVGR preset that apply transformations from config",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
@@ -30,14 +30,14 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@svgr/babel-plugin-add-jsx-attribute": "^6.3.0",
34-
"@svgr/babel-plugin-remove-jsx-attribute": "^6.3.0",
35-
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.3.0",
36-
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.3.0",
37-
"@svgr/babel-plugin-svg-dynamic-title": "^6.3.0",
38-
"@svgr/babel-plugin-svg-em-dimensions": "^6.3.0",
39-
"@svgr/babel-plugin-transform-react-native-svg": "^6.3.0",
40-
"@svgr/babel-plugin-transform-svg-component": "^6.3.0"
33+
"@svgr/babel-plugin-add-jsx-attribute": "^6.3.1",
34+
"@svgr/babel-plugin-remove-jsx-attribute": "^6.3.1",
35+
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.3.1",
36+
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.3.1",
37+
"@svgr/babel-plugin-svg-dynamic-title": "^6.3.1",
38+
"@svgr/babel-plugin-svg-em-dimensions": "^6.3.1",
39+
"@svgr/babel-plugin-transform-react-native-svg": "^6.3.1",
40+
"@svgr/babel-plugin-transform-svg-component": "^6.3.1"
4141
},
4242
"peerDependencies": {
4343
"@babel/core": "^7.0.0-0"

‎packages/cli/CHANGELOG.md

+8
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
**Note:** Version bump only for package @svgr/cli
9+
10+
11+
12+
13+
614
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
715

816

‎packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/cli",
33
"description": "SVGR command line.",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"repository": "https://github.com/gregberge/svgr/tree/master/packages/cli",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {
@@ -31,10 +31,10 @@
3131
"prepublishOnly": "npm run reset && npm run build"
3232
},
3333
"dependencies": {
34-
"@svgr/core": "^6.3.0",
35-
"@svgr/plugin-jsx": "^6.3.0",
36-
"@svgr/plugin-prettier": "^6.3.0",
37-
"@svgr/plugin-svgo": "^6.3.0",
34+
"@svgr/core": "^6.3.1",
35+
"@svgr/plugin-jsx": "^6.3.1",
36+
"@svgr/plugin-prettier": "^6.3.1",
37+
"@svgr/plugin-svgo": "^6.3.1",
3838
"camelcase": "^6.2.0",
3939
"chalk": "^4.1.2",
4040
"commander": "^9.3.0",

‎packages/core/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/core",
33
"description": "Transform SVG into React Components.",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run reset && npm run build"
3939
},
4040
"dependencies": {
41-
"@svgr/plugin-jsx": "^6.3.0",
41+
"@svgr/plugin-jsx": "^6.3.1",
4242
"camelcase": "^6.2.0",
4343
"cosmiconfig": "^7.0.1"
4444
},

‎packages/hast-util-to-babel-ast/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/hast-util-to-babel-ast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/hast-util-to-babel-ast",
33
"description": "Transform HAST to Babel AST (JSX)",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/plugin-jsx/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/plugin-jsx/package.json

+3-3
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": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@babel/core": "^7.18.5",
41-
"@svgr/babel-preset": "^6.3.0",
42-
"@svgr/hast-util-to-babel-ast": "^6.3.0",
41+
"@svgr/babel-preset": "^6.3.1",
42+
"@svgr/hast-util-to-babel-ast": "^6.3.1",
4343
"svg-parser": "^2.0.4"
4444
}
4545
}

‎packages/plugin-prettier/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/plugin-prettier/package.json

+1-1
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": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/plugin-svgo/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/plugin-svgo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/plugin-svgo",
33
"description": "Optimize SVG",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

‎packages/rollup/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/rollup/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/rollup",
33
"description": "SVGR Rollup plugin.",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
@@ -44,9 +44,9 @@
4444
"@babel/preset-react": "^7.17.12",
4545
"@babel/preset-typescript": "^7.17.12",
4646
"@rollup/pluginutils": "^4.2.1",
47-
"@svgr/core": "^6.3.0",
48-
"@svgr/plugin-jsx": "^6.3.0",
49-
"@svgr/plugin-svgo": "^6.3.0"
47+
"@svgr/core": "^6.3.1",
48+
"@svgr/plugin-jsx": "^6.3.1",
49+
"@svgr/plugin-svgo": "^6.3.1"
5050
},
5151
"devDependencies": {
5252
"rollup": "^2.75.6",

‎packages/webpack/CHANGELOG.md

+11
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+
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
718

819

‎packages/webpack/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svgr/webpack",
33
"description": "SVGR webpack loader.",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
@@ -43,9 +43,9 @@
4343
"@babel/preset-env": "^7.18.2",
4444
"@babel/preset-react": "^7.17.12",
4545
"@babel/preset-typescript": "^7.17.12",
46-
"@svgr/core": "^6.3.0",
47-
"@svgr/plugin-jsx": "^6.3.0",
48-
"@svgr/plugin-svgo": "^6.3.0"
46+
"@svgr/core": "^6.3.1",
47+
"@svgr/plugin-jsx": "^6.3.1",
48+
"@svgr/plugin-svgo": "^6.3.1"
4949
},
5050
"devDependencies": {
5151
"babel-loader": "^8.2.5",

1 commit comments

Comments
 (1)

vercel[bot] commented on Jul 22, 2022

@vercel[bot]

Successfully deployed to the following URLs:

svgr – ./

svgr-gregberge.vercel.app
api.react-svgr.com
svgr-git-main-gregberge.vercel.app

Please sign in to comment.