Skip to content

Commit b385279

Browse files
committed
v6.5.0
1 parent 35d85e0 commit b385279

File tree

36 files changed

+198
-40
lines changed

36 files changed

+198
-40
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
9+
### Bug Fixes
10+
11+
* fix Yarn peer dependency warning from @babel/core ([#786](https://github.com/gregberge/svgr/issues/786)) ([db35837](https://github.com/gregberge/svgr/commit/db3583751474997dd72a0209ca61daddbac16c46)), closes [#785](https://github.com/gregberge/svgr/issues/785)
12+
13+
14+
### Features
15+
16+
* **babel-preset:** fix 'role' attribute on svg element for react native ([#787](https://github.com/gregberge/svgr/issues/787)) ([35d85e0](https://github.com/gregberge/svgr/commit/35d85e069ebfef1b26ba181f443d9377a7bc003e))
17+
18+
19+
20+
21+
622
# [6.4.0](https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0) (2022-10-01)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "6.4.0",
6+
"version": "6.5.0",
77
"useWorkspaces": true
88
}

packages/babel-plugin-add-jsx-attribute/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-add-jsx-attribute
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-remove-jsx-attribute/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-remove-jsx-attribute
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-remove-jsx-empty-expression/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-remove-jsx-empty-expression
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-replace-jsx-attribute-value/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-replace-jsx-attribute-value
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-svg-dynamic-title/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-svg-dynamic-title
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-svg-em-dimensions/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-svg-em-dimensions
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-transform-react-native-svg/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-transform-react-native-svg
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-plugin-transform-svg-component/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/babel-plugin-transform-svg-component
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22)
715

816

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/babel-preset/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
9+
### Features
10+
11+
* **babel-preset:** fix 'role' attribute on svg element for react native ([#787](https://github.com/gregberge/svgr/issues/787)) ([35d85e0](https://github.com/gregberge/svgr/commit/35d85e069ebfef1b26ba181f443d9377a7bc003e))
12+
13+
14+
15+
16+
617
# [6.4.0](https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0) (2022-10-01)
718

819

packages/babel-preset/package.json

Lines changed: 9 additions & 9 deletions
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.4.0",
4+
"version": "6.5.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.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"
33+
"@svgr/babel-plugin-add-jsx-attribute": "^6.5.0",
34+
"@svgr/babel-plugin-remove-jsx-attribute": "^6.5.0",
35+
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.5.0",
36+
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.0",
37+
"@svgr/babel-plugin-svg-dynamic-title": "^6.5.0",
38+
"@svgr/babel-plugin-svg-em-dimensions": "^6.5.0",
39+
"@svgr/babel-plugin-transform-react-native-svg": "^6.5.0",
40+
"@svgr/babel-plugin-transform-svg-component": "^6.5.0"
4141
},
4242
"peerDependencies": {
4343
"@babel/core": "^7.0.0-0"

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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/cli
9+
10+
11+
12+
13+
614
# [6.4.0](https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0) (2022-10-01)
715

816

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
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.4.0",
4+
"version": "6.5.0",
55
"repository": "https://github.com/gregberge/svgr/tree/main/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.4.0",
35-
"@svgr/plugin-jsx": "^6.4.0",
36-
"@svgr/plugin-prettier": "^6.3.1",
37-
"@svgr/plugin-svgo": "^6.3.1",
34+
"@svgr/core": "^6.5.0",
35+
"@svgr/plugin-jsx": "^6.5.0",
36+
"@svgr/plugin-prettier": "^6.5.0",
37+
"@svgr/plugin-svgo": "^6.5.0",
3838
"camelcase": "^6.2.0",
3939
"chalk": "^4.1.2",
4040
"commander": "^9.3.0",

packages/core/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
9+
### Bug Fixes
10+
11+
* fix Yarn peer dependency warning from @babel/core ([#786](https://github.com/gregberge/svgr/issues/786)) ([db35837](https://github.com/gregberge/svgr/commit/db3583751474997dd72a0209ca61daddbac16c46)), closes [#785](https://github.com/gregberge/svgr/issues/785)
12+
13+
14+
15+
16+
617
# [6.4.0](https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0) (2022-10-01)
718

819

packages/core/package.json

Lines changed: 3 additions & 3 deletions
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.4.0",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@babel/core": "^7.18.5",
42-
"@svgr/babel-preset": "^6.4.0",
43-
"@svgr/plugin-jsx": "^6.4.0",
42+
"@svgr/babel-preset": "^6.5.0",
43+
"@svgr/plugin-jsx": "^6.5.0",
4444
"camelcase": "^6.2.0",
4545
"cosmiconfig": "^7.0.1"
4646
},

packages/hast-util-to-babel-ast/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/hast-util-to-babel-ast
9+
10+
11+
12+
13+
614
# [6.4.0](https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0) (2022-10-01)
715

816
**Note:** Version bump only for package @svgr/hast-util-to-babel-ast

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

Lines changed: 1 addition & 1 deletion
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.4.0",
4+
"version": "6.5.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {

packages/plugin-jsx/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+
# [6.5.0](https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0) (2022-10-14)
7+
8+
**Note:** Version bump only for package @svgr/plugin-jsx
9+
10+
11+
12+
13+
614
# [6.4.0](https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0) (2022-10-01)
715

816

0 commit comments

Comments
 (0)