Skip to content

Commit d29884e

Browse files
committed
v6.3.0
1 parent 2a368d1 commit d29884e

File tree

36 files changed

+272
-41
lines changed

36 files changed

+272
-41
lines changed

CHANGELOG.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Change Log
22

3-
**WARNING**: this file is an incomplete list of versions, and not all breaking changes are documented here (eg. 6.0.0). For a full list of releases and release notes, go to the [project's releases page](https://github.com/gregberge/svgr/releases) on Github.
4-
3+
All notable changes to this project will be documented in this file.
54
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
65

6+
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** types field in package.json ([#693](https://github.com/gregberge/svgr/issues/693)) ([a491ace](https://github.com/gregberge/svgr/commit/a491acee1b3fbe1cae304dbc399193cdb2148e1d))
12+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
13+
14+
15+
### Features
16+
17+
* add descProp option ([#729](https://github.com/gregberge/svgr/issues/729)) ([a0637d4](https://github.com/gregberge/svgr/commit/a0637d49b60243bbae461f7b96dab9b47cd82d8f))
18+
* **cli:** output file name when error happen to handling a file ([#702](https://github.com/gregberge/svgr/issues/702)) ([0ec1fbd](https://github.com/gregberge/svgr/commit/0ec1fbd0bf1e020ecd8f53fba38d7e53d2462b27))
19+
20+
21+
22+
23+
724
## [6.2.1](https://github.com/gregberge/svgr/compare/v6.2.0...v6.2.1) (2022-01-30)
825

926

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "6.2.1",
6+
"version": "6.3.0",
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
15+
16+
617
# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute/compare/v5.3.1...v5.4.0) (2020-04-27)
718

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

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.0.0",
4+
"version": "6.3.0",
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
15+
16+
617
# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute/compare/v5.3.1...v5.4.0) (2020-04-27)
718

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

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.0.0",
4+
"version": "6.3.0",
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
15+
16+
617
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-empty-expression/compare/v5.0.0...v5.0.1) (2019-12-29)
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.0.0",
4+
"version": "6.3.0",
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
15+
16+
617
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-replace-jsx-attribute-value/compare/v5.0.0...v5.0.1) (2019-12-29)
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.0.0",
4+
"version": "6.3.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

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

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
### Features
15+
16+
* add descProp option ([#729](https://github.com/gregberge/svgr/issues/729)) ([a0637d4](https://github.com/gregberge/svgr/commit/a0637d49b60243bbae461f7b96dab9b47cd82d8f))
17+
18+
19+
20+
21+
622
# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-dynamic-title/compare/v5.3.1...v5.4.0) (2020-04-27)
723

824
**Note:** Version bump only for package @svgr/babel-plugin-svg-dynamic-title

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.0.0",
4+
"version": "6.3.0",
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
15+
16+
617
# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-em-dimensions/compare/v5.3.1...v5.4.0) (2020-04-27)
718

819
**Note:** Version bump only for package @svgr/babel-plugin-svg-em-dimensions

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.0.0",
4+
"version": "6.3.0",
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
15+
16+
617
# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg/compare/v5.3.1...v5.4.0) (2020-04-27)
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.0.0",
4+
"version": "6.3.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

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

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
### Features
15+
16+
* add descProp option ([#729](https://github.com/gregberge/svgr/issues/729)) ([a0637d4](https://github.com/gregberge/svgr/commit/a0637d49b60243bbae461f7b96dab9b47cd82d8f))
17+
18+
19+
20+
21+
622
# [6.2.0](https://github.com/gregberge/svgr/compare/v6.1.2...v6.2.0) (2022-01-10)
723

824

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

packages/babel-preset/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
12+
13+
14+
### Features
15+
16+
* add descProp option ([#729](https://github.com/gregberge/svgr/issues/729)) ([a0637d4](https://github.com/gregberge/svgr/commit/a0637d49b60243bbae461f7b96dab9b47cd82d8f))
17+
18+
19+
20+
21+
622
# [6.2.0](https://github.com/gregberge/svgr/compare/v6.1.2...v6.2.0) (2022-01-10)
723

824
**Note:** Version bump only for package @svgr/babel-preset

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.2.0",
4+
"version": "6.3.0",
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.0.0",
34-
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
35-
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.0.0",
36-
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.0.0",
37-
"@svgr/babel-plugin-svg-dynamic-title": "^6.0.0",
38-
"@svgr/babel-plugin-svg-em-dimensions": "^6.0.0",
39-
"@svgr/babel-plugin-transform-react-native-svg": "^6.0.0",
40-
"@svgr/babel-plugin-transform-svg-component": "^6.2.0"
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"
4141
},
4242
"peerDependencies": {
4343
"@babel/core": "^7.0.0-0"

packages/cli/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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Features
10+
11+
* add descProp option ([#729](https://github.com/gregberge/svgr/issues/729)) ([a0637d4](https://github.com/gregberge/svgr/commit/a0637d49b60243bbae461f7b96dab9b47cd82d8f))
12+
* **cli:** output file name when error happen to handling a file ([#702](https://github.com/gregberge/svgr/issues/702)) ([0ec1fbd](https://github.com/gregberge/svgr/commit/0ec1fbd0bf1e020ecd8f53fba38d7e53d2462b27))
13+
14+
15+
16+
17+
618
## [6.2.1](https://github.com/gregberge/svgr/compare/v6.2.0...v6.2.1) (2022-01-30)
719

820

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.2.1",
4+
"version": "6.3.0",
55
"repository": "https://github.com/gregberge/svgr/tree/master/packages/cli",
66
"author": "Greg Bergé <[email protected]>",
77
"publishConfig": {
@@ -31,10 +31,10 @@
3131
"prepublishOnly": "npm run reset && npm run build"
3232
},
3333
"dependencies": {
34-
"@svgr/core": "^6.2.1",
35-
"@svgr/plugin-jsx": "^6.2.1",
36-
"@svgr/plugin-prettier": "^6.1.2",
37-
"@svgr/plugin-svgo": "^6.2.0",
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",
3838
"camelcase": "^6.2.0",
3939
"chalk": "^4.1.2",
4040
"commander": "^9.3.0",

packages/core/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** types field in package.json ([#693](https://github.com/gregberge/svgr/issues/693)) ([a491ace](https://github.com/gregberge/svgr/commit/a491acee1b3fbe1cae304dbc399193cdb2148e1d))
12+
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd))
13+
14+
15+
### Features
16+
17+
* add descProp option ([#729](https://github.com/gregberge/svgr/issues/729)) ([a0637d4](https://github.com/gregberge/svgr/commit/a0637d49b60243bbae461f7b96dab9b47cd82d8f))
18+
19+
20+
21+
22+
623
## [6.2.1](https://github.com/gregberge/svgr/compare/v6.2.0...v6.2.1) (2022-01-30)
724

825
**Note:** Version bump only for package @svgr/core

0 commit comments

Comments
 (0)