Skip to content

Commit

Permalink
chore(release): publish v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Sep 15, 2023
1 parent cfaf918 commit c7b53ad
Show file tree
Hide file tree
Showing 69 changed files with 516 additions and 234 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)


### Bug Fixes

* **dev:** 修复webpack下--host参数失效问题 ([6ddeaed](https://github.com/ecomfe/reskript/commit/6ddeaed04bf7fb1a3c8023d94eed5b641fdcee0b))
* **dev:** 禁用Vite下自动递增端口的功能 ([2f58560](https://github.com/ecomfe/reskript/commit/2f58560f1afe1ae305662dee720e913bd7662217))





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)


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.0.1",
"version": "6.0.2",
"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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**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.0.1",
"version": "6.0.2",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@reskript/core": "6.0.1",
"@reskript/core": "6.0.2",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.6.1",
"c8": "^8.0.1",
Expand All @@ -37,6 +37,6 @@
"dependencies": {
"@babel/core": "^7.22.19",
"@babel/traverse": "^7.22.19",
"@reskript/babel-utils": "6.0.1"
"@reskript/babel-utils": "6.0.2"
}
}
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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**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.0.1",
"version": "6.0.2",
"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.0.1",
"@reskript/core": "6.0.2",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@types/node": "^20.6.1",
Expand All @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.22.19",
"@babel/traverse": "^7.22.19",
"@reskript/babel-utils": "6.0.1"
"@reskript/babel-utils": "6.0.2"
},
"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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**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.0.1",
"version": "6.0.2",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/core": "^7.22.19",
"@babel/traverse": "^7.22.19",
"@reskript/core": "6.0.1",
"@reskript/core": "6.0.2",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**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.0.1",
"version": "6.0.2",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vitest": "^0.34.4"
},
"dependencies": {
"@reskript/core": "6.0.1",
"@reskript/settings": "6.0.1",
"@reskript/core": "6.0.2",
"@reskript/settings": "6.0.2",
"change-case": "^4.1.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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**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.0.1",
"version": "6.0.2",
"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.0.1",
"@reskript/settings": "6.0.2",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"typescript": "next"
},
"dependencies": {
"@babel/core": "^7.22.19",
"@reskript/config-babel": "6.0.1",
"@reskript/core": "6.0.1",
"@reskript/config-babel": "6.0.2",
"@reskript/core": "6.0.2",
"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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**Note:** Version bump only for package @reskript/cli-build
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.0.1",
"version": "6.0.2",
"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.0.1",
"@reskript/config-vite": "6.0.1",
"@reskript/config-webpack": "6.0.1",
"@reskript/core": "6.0.1",
"@reskript/settings": "6.0.1",
"@reskript/build-utils": "6.0.2",
"@reskript/config-vite": "6.0.2",
"@reskript/config-webpack": "6.0.2",
"@reskript/core": "6.0.2",
"@reskript/settings": "6.0.2",
"kolorist": "^1.8.0",
"matcher": "^5.0.0",
"pretty-bytes": "^6.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-dev/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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)


### Bug Fixes

* **dev:** 修复webpack下--host参数失效问题 ([6ddeaed](https://github.com/ecomfe/reskript/commit/6ddeaed04bf7fb1a3c8023d94eed5b641fdcee0b))





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**Note:** Version bump only for package @reskript/cli-dev
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.0.1",
"version": "6.0.2",
"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.0.1",
"@reskript/config-vite": "6.0.1",
"@reskript/config-webpack": "6.0.1",
"@reskript/config-webpack-dev-server": "6.0.1",
"@reskript/core": "6.0.1",
"@reskript/settings": "6.0.1",
"@reskript/build-utils": "6.0.2",
"@reskript/config-vite": "6.0.2",
"@reskript/config-webpack": "6.0.2",
"@reskript/config-webpack-dev-server": "6.0.2",
"@reskript/core": "6.0.2",
"@reskript/settings": "6.0.2",
"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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**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.0.1",
"version": "6.0.2",
"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.0.1",
"@reskript/settings": "6.0.2",
"@types/eslint": "^8.44.2",
"@types/node": "^20.6.1",
"@types/ramda": "^0.29.4",
Expand All @@ -33,8 +33,8 @@
"typescript": "next"
},
"dependencies": {
"@reskript/config-lint": "6.0.1",
"@reskript/core": "6.0.1",
"@reskript/config-lint": "6.0.2",
"@reskript/core": "6.0.2",
"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.0.2](https://github.com/ecomfe/reskript/compare/v6.0.1...v6.0.2) (2023-09-15)

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





## [6.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

**Note:** Version bump only for package @reskript/cli-play
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.0.1",
"version": "6.0.2",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@monaco-editor/react": "^4.5.2",
"@reskript/build-utils": "6.0.1",
"@reskript/config-vite": "6.0.1",
"@reskript/config-webpack": "6.0.1",
"@reskript/config-webpack-dev-server": "6.0.1",
"@reskript/core": "6.0.1",
"@reskript/settings": "6.0.1",
"@reskript/build-utils": "6.0.2",
"@reskript/config-vite": "6.0.2",
"@reskript/config-webpack": "6.0.2",
"@reskript/config-webpack-dev-server": "6.0.2",
"@reskript/core": "6.0.2",
"@reskript/settings": "6.0.2",
"body-parser": "^1.20.2",
"chokidar": "^3.5.3",
"debounce": "^1.2.1",
Expand Down

1 comment on commit c7b53ad

@vercel
Copy link

@vercel vercel bot commented on c7b53ad Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reskript – ./

reskript-git-master-ecomfe.vercel.app
reskript-ecomfe.vercel.app
reskript.vercel.app
reskript.dev

Please sign in to comment.