diff --git a/CHANGELOG.md b/CHANGELOG.md index c9da40ab..9cf7989a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.1](https://github.com/gregberge/svgr/compare/v6.1.0...v6.1.1) (2021-12-04) + + +### Bug Fixes + +* **webpack:** fix double export ([#648](https://github.com/gregberge/svgr/issues/648)) ([7595d37](https://github.com/gregberge/svgr/commit/7595d378b73d4826a4cead165b3f32386b07315b)), closes [#645](https://github.com/gregberge/svgr/issues/645) + + + + + # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) diff --git a/lerna.json b/lerna.json index 86073163..efe478d1 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages": [ "packages/*" ], - "version": "6.1.0", + "version": "6.1.1", "useWorkspaces": true } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 82e812d6..a78bc472 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.1](https://github.com/gregberge/svgr/compare/v6.1.0...v6.1.1) (2021-12-04) + +**Note:** Version bump only for package @svgr/cli + + + + + # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) **Note:** Version bump only for package @svgr/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 4847097d..0b9ed223 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/cli", "description": "SVGR command line.", - "version": "6.1.0", + "version": "6.1.1", "repository": "https://github.com/gregberge/svgr/tree/master/packages/cli", "author": "Greg Bergé ", "publishConfig": { @@ -31,7 +31,7 @@ "prepublishOnly": "npm run reset && npm run build" }, "dependencies": { - "@svgr/core": "^6.1.0", + "@svgr/core": "^6.1.1", "@svgr/plugin-jsx": "^6.1.0", "@svgr/plugin-prettier": "^6.0.0", "@svgr/plugin-svgo": "^6.1.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 005a9763..dd7b9f79 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.1](https://github.com/gregberge/svgr/compare/v6.1.0...v6.1.1) (2021-12-04) + + +### Bug Fixes + +* **webpack:** fix double export ([#648](https://github.com/gregberge/svgr/issues/648)) ([7595d37](https://github.com/gregberge/svgr/commit/7595d378b73d4826a4cead165b3f32386b07315b)), closes [#645](https://github.com/gregberge/svgr/issues/645) + + + + + # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) **Note:** Version bump only for package @svgr/core diff --git a/packages/core/package.json b/packages/core/package.json index a446f347..0f1432b1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/core", "description": "Transform SVG into React Components.", - "version": "6.1.0", + "version": "6.1.1", "main": "./dist/index.js", "exports": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index eb73511b..7ba49b7f 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.1](https://github.com/gregberge/svgr/compare/v6.1.0...v6.1.1) (2021-12-04) + +**Note:** Version bump only for package @svgr/rollup + + + + + # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 2a0b88b3..71934d15 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/rollup", "description": "SVGR Rollup plugin.", - "version": "6.1.0", + "version": "6.1.1", "main": "./dist/index.js", "exports": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -36,7 +36,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.14.5", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", - "@svgr/core": "^6.1.0", + "@svgr/core": "^6.1.1", "@svgr/plugin-jsx": "^6.1.0", "@svgr/plugin-svgo": "^6.1.0", "rollup-pluginutils": "^2.8.2" diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 9cf706f2..6c64d745 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.1](https://github.com/gregberge/svgr/compare/v6.1.0...v6.1.1) (2021-12-04) + + +### Bug Fixes + +* **webpack:** fix double export ([#648](https://github.com/gregberge/svgr/issues/648)) ([7595d37](https://github.com/gregberge/svgr/commit/7595d378b73d4826a4cead165b3f32386b07315b)), closes [#645](https://github.com/gregberge/svgr/issues/645) + + + + + # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 4567e3b3..286a9e04 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,7 +1,7 @@ { "name": "@svgr/webpack", "description": "SVGR webpack loader.", - "version": "6.1.0", + "version": "6.1.1", "main": "./dist/index.js", "exports": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -37,7 +37,7 @@ "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", - "@svgr/core": "^6.1.0", + "@svgr/core": "^6.1.1", "@svgr/plugin-jsx": "^6.1.0", "@svgr/plugin-svgo": "^6.1.0" },