File tree 23 files changed +133
-13
lines changed
babel-plugin-transform-react-native-svg
23 files changed +133
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** fix default dimensions, prettier & svgo ([ 571d5c8] ( https://github.com/gregberge/svgr/commit/571d5c8bd18bc13c12eeb27a9052fa065aeb012e ) )
12
+ * ** config:** prefer cli config over rc config ([ #845 ] ( https://github.com/gregberge/svgr/issues/845 ) ) ([ 8b97248] ( https://github.com/gregberge/svgr/commit/8b972484266c45c7f8e4acce4fe2930a024fb4bc ) )
13
+ * ** react-native:** fix duplicate import ([ #894 ] ( https://github.com/gregberge/svgr/issues/894 ) ) ([ e612b6a] ( https://github.com/gregberge/svgr/commit/e612b6a1a4e822178f1e15b82bd2991bf1e84cec ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** esm:** add support for svgo.config.cjs ([ #879 ] ( https://github.com/gregberge/svgr/issues/879 ) ) ([ ae91e2e] ( https://github.com/gregberge/svgr/commit/ae91e2eacbe1156480c96219b993000eb1e7b9bf ) )
19
+
20
+
21
+
22
+
23
+
6
24
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
25
8
26
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+ ** Note:** Version bump only for package @svgr/webpack-example
9
+
10
+
11
+
12
+
13
+
6
14
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
15
8
16
** Note:** Version bump only for package @svgr/webpack-example
Original file line number Diff line number Diff line change 5
5
"start" : " webpack serve"
6
6
},
7
7
"devDependencies" : {
8
- "@svgr/webpack" : " ^8.0.1 " ,
8
+ "@svgr/webpack" : " ^8.1.0 " ,
9
9
"html-webpack-plugin" : " ^5.5.0" ,
10
10
"url-loader" : " ^4.1.1" ,
11
11
"webpack" : " ^5.76.3" ,
12
12
"webpack-cli" : " ^5.0.1" ,
13
13
"webpack-dev-server" : " ^4.13.1"
14
14
},
15
- "version" : " 8.0.1 "
15
+ "version" : " 8.1.0 "
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.9.0" ,
3
- "version" : " 8.0.1 " ,
3
+ "version" : " 8.1.0 " ,
4
4
"npmClient" : " pnpm" ,
5
5
"useWorkspaces" : true
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** react-native:** fix duplicate import ([ #894 ] ( https://github.com/gregberge/svgr/issues/894 ) ) ([ e612b6a] ( https://github.com/gregberge/svgr/commit/e612b6a1a4e822178f1e15b82bd2991bf1e84cec ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 8.0.0] ( https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0 ) (2023-05-09)
7
18
8
19
** Note:** Version bump only for package @svgr/babel-plugin-transform-react-native-svg
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/babel-plugin-transform-react-native-svg" ,
3
3
"description" : " Transform DOM elements into react-native-svg components" ,
4
- "version" : " 8.0 .0" ,
4
+ "version" : " 8.1 .0" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+ ** Note:** Version bump only for package @svgr/babel-preset
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.0.0] ( https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0 ) (2023-05-09)
7
15
8
16
** Note:** Version bump only for package @svgr/babel-preset
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/babel-preset" ,
3
3
"description" : " SVGR preset that apply transformations from config" ,
4
- "version" : " 8.0 .0" ,
4
+ "version" : " 8.1 .0" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** fix default dimensions, prettier & svgo ([ 571d5c8] ( https://github.com/gregberge/svgr/commit/571d5c8bd18bc13c12eeb27a9052fa065aeb012e ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** esm:** add support for svgo.config.cjs ([ #879 ] ( https://github.com/gregberge/svgr/issues/879 ) ) ([ ae91e2e] ( https://github.com/gregberge/svgr/commit/ae91e2eacbe1156480c96219b993000eb1e7b9bf ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
23
8
24
** Note:** Version bump only for package @svgr/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/cli" ,
3
3
"description" : " SVGR command line." ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.1.0 " ,
5
5
"repository" : " https://github.com/gregberge/svgr/tree/main/packages/cli" ,
6
6
"author" :
" Greg Bergé <[email protected] >" ,
7
7
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** config:** prefer cli config over rc config ([ #845 ] ( https://github.com/gregberge/svgr/issues/845 ) ) ([ 8b97248] ( https://github.com/gregberge/svgr/commit/8b972484266c45c7f8e4acce4fe2930a024fb4bc ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 8.0.0] ( https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0 ) (2023-05-09)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/core" ,
3
3
"description" : " Transform SVG into React Components." ,
4
- "version" : " 8.0 .0" ,
4
+ "version" : " 8.1 .0" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+ ** Note:** Version bump only for package @svgr/plugin-jsx
9
+
10
+
11
+
12
+
13
+
6
14
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/plugin-jsx" ,
3
3
"description" : " Transform SVG into JSX" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.1.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+ ** Note:** Version bump only for package @svgr/plugin-prettier
9
+
10
+
11
+
12
+
13
+
6
14
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/plugin-prettier" ,
3
3
"description" : " Format code using Prettier" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.1.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** esm:** add support for svgo.config.cjs ([ #879 ] ( https://github.com/gregberge/svgr/issues/879 ) ) ([ ae91e2e] ( https://github.com/gregberge/svgr/commit/ae91e2eacbe1156480c96219b993000eb1e7b9bf ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/plugin-svgo" ,
3
3
"description" : " Optimize SVG" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.1.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+ ** Note:** Version bump only for package @svgr/rollup
9
+
10
+
11
+
12
+
13
+
6
14
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
15
8
16
** Note:** Version bump only for package @svgr/rollup
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/rollup" ,
3
3
"description" : " SVGR Rollup plugin." ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.1.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.1.0] ( https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0 ) (2023-08-15)
7
+
8
+ ** Note:** Version bump only for package @svgr/webpack
9
+
10
+
11
+
12
+
13
+
6
14
## [ 8.0.1] ( https://github.com/gregberge/svgr/compare/v8.0.0...v8.0.1 ) (2023-05-09)
7
15
8
16
** Note:** Version bump only for package @svgr/webpack
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @svgr/webpack" ,
3
3
"description" : " SVGR webpack loader." ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.1.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"exports" : {
You can’t perform that action at this time.
0 commit comments