Skip to content

Commit

Permalink
chore(release): publish v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Mar 13, 2024
1 parent 361b8c6 commit 397473b
Show file tree
Hide file tree
Showing 69 changed files with 512 additions and 234 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)


### Bug Fixes

* **build:** 移除对SVG的cleanupIds优化 ([361b8c6](https://github.com/ecomfe/reskript/commit/361b8c666512d8d005a65cc6349fd321b31a8711))





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"showcase/*"
],
"version": "6.2.0",
"version": "6.2.1",
"npmClient": "pnpm",
"exact": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-add-react-display-name/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/babel-plugin-add-react-display-name





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/babel-plugin-add-react-display-name
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-add-react-display-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/babel-plugin-add-react-display-name",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@reskript/core": "6.2.0",
"@reskript/core": "6.2.1",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.8.4",
"c8": "^8.0.1",
Expand All @@ -37,6 +37,6 @@
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/traverse": "^7.23.0",
"@reskript/babel-utils": "6.2.0"
"@reskript/babel-utils": "6.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/babel-plugin-debug-react-component-file-name





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/babel-plugin-debug-react-component-file-name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/babel-plugin-debug-react-component-file-name",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@reskript/core": "6.2.0",
"@reskript/core": "6.2.1",
"@types/babel__core": "^7.20.2",
"@types/babel__traverse": "^7.20.2",
"@types/node": "^20.8.4",
Expand All @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/traverse": "^7.23.0",
"@reskript/babel-utils": "6.2.0"
"@reskript/babel-utils": "6.2.1"
},
"peerDependencies": {
"react": ">= 17"
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/babel-utils





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/babel-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/babel-utils",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/traverse": "^7.23.0",
"@reskript/core": "6.2.0",
"@reskript/core": "6.2.1",
"@types/babel__core": "^7.20.2",
"@types/babel__traverse": "^7.20.2",
"@types/glob": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/build-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/build-utils





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/build-utils
Expand Down
6 changes: 3 additions & 3 deletions packages/build-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/build-utils",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@reskript/core": "6.2.0",
"@reskript/settings": "6.2.0",
"@reskript/core": "6.2.1",
"@reskript/settings": "6.2.1",
"change-case": "^5.0.2",
"cssnano": "^6.0.1",
"escape-string-regexp": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/cli-babel





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/cli-babel
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-babel",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -24,16 +24,16 @@
"test": "echo 'No test in @reskript/cli-babel'"
},
"devDependencies": {
"@reskript/settings": "6.2.0",
"@reskript/settings": "6.2.1",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.8.4",
"eslint": "^8.51.0",
"typescript": "next"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@reskript/config-babel": "6.2.0",
"@reskript/core": "6.2.0",
"@reskript/config-babel": "6.2.1",
"@reskript/core": "6.2.1",
"cli-highlight": "^2.1.11",
"globby": "^13.2.2",
"p-limit": "^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/cli-build





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)


Expand Down
12 changes: 6 additions & 6 deletions packages/cli-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-build",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"webpack": "^5.88.2"
},
"dependencies": {
"@reskript/build-utils": "6.2.0",
"@reskript/config-vite": "6.2.0",
"@reskript/config-webpack": "6.2.0",
"@reskript/core": "6.2.0",
"@reskript/settings": "6.2.0",
"@reskript/build-utils": "6.2.1",
"@reskript/config-vite": "6.2.1",
"@reskript/config-webpack": "6.2.1",
"@reskript/core": "6.2.1",
"@reskript/settings": "6.2.1",
"kolorist": "^1.8.0",
"matcher": "^5.0.0",
"pretty-bytes": "^6.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/cli-dev





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)


Expand Down
14 changes: 7 additions & 7 deletions packages/cli-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-dev",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -32,12 +32,12 @@
"webpack": "^5.88.2"
},
"dependencies": {
"@reskript/build-utils": "6.2.0",
"@reskript/config-vite": "6.2.0",
"@reskript/config-webpack": "6.2.0",
"@reskript/config-webpack-dev-server": "6.2.0",
"@reskript/core": "6.2.0",
"@reskript/settings": "6.2.0",
"@reskript/build-utils": "6.2.1",
"@reskript/config-vite": "6.2.1",
"@reskript/config-webpack": "6.2.1",
"@reskript/config-webpack-dev-server": "6.2.1",
"@reskript/core": "6.2.1",
"@reskript/settings": "6.2.1",
"better-opn": "^3.0.2",
"proxy-agent": "^6.3.1",
"webpack-dev-server": "^4.15.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/cli-lint





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/cli-lint
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-lint",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -24,7 +24,7 @@
"test": "echo 'No test in @reskript/cli-lint'"
},
"devDependencies": {
"@reskript/settings": "6.2.0",
"@reskript/settings": "6.2.1",
"@types/eslint": "^8.44.3",
"@types/node": "^20.8.4",
"@types/ramda": "^0.29.6",
Expand All @@ -33,8 +33,8 @@
"typescript": "next"
},
"dependencies": {
"@reskript/config-lint": "6.2.0",
"@reskript/core": "6.2.0",
"@reskript/config-lint": "6.2.1",
"@reskript/core": "6.2.1",
"eslint-formatter-pretty": "^5.0.0",
"execa": "^8.0.1",
"globby": "^13.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-play/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/cli-play





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)


Expand Down
14 changes: 7 additions & 7 deletions packages/cli-play/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-play",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -48,12 +48,12 @@
"webpack": "^5.88.2"
},
"dependencies": {
"@reskript/build-utils": "6.2.0",
"@reskript/config-vite": "6.2.0",
"@reskript/config-webpack": "6.2.0",
"@reskript/config-webpack-dev-server": "6.2.0",
"@reskript/core": "6.2.0",
"@reskript/settings": "6.2.0",
"@reskript/build-utils": "6.2.1",
"@reskript/config-vite": "6.2.1",
"@reskript/config-webpack": "6.2.1",
"@reskript/config-webpack-dev-server": "6.2.1",
"@reskript/core": "6.2.1",
"@reskript/settings": "6.2.1",
"body-parser": "^1.20.2",
"chokidar": "^3.5.3",
"loader-of-loader": "^1.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/ecomfe/reskript/compare/v6.2.0...v6.2.1) (2024-03-13)

**Note:** Version bump only for package @reskript/cli-test





# [6.2.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.2.0) (2024-02-23)

**Note:** Version bump only for package @reskript/cli-test
Expand Down

0 comments on commit 397473b

Please sign in to comment.