Skip to content

Commit

Permalink
chore(release): publish v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Oct 10, 2023
1 parent 589f923 commit 6eff722
Show file tree
Hide file tree
Showing 69 changed files with 545 additions and 262 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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)


### Bug Fixes

* **init:** 更新新项目代码模板 ([#346](https://github.com/ecomfe/reskript/issues/346)) ([878568f](https://github.com/ecomfe/reskript/commit/878568f58db06ef07570ceefd13fb10f4b5b8676))
* **settings:** 确保ESM项目可以引用到client类型 ([#347](https://github.com/ecomfe/reskript/issues/347)) ([580e112](https://github.com/ecomfe/reskript/commit/580e1121cc7ab865dbd77867ed728d87761bad25))





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


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.2",
"version": "6.0.3",
"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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"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.2",
"@reskript/core": "6.0.3",
"@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.0.2"
"@reskript/babel-utils": "6.0.3"
}
}
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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"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.2",
"@reskript/core": "6.0.3",
"@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.0.2"
"@reskript/babel-utils": "6.0.3"
},
"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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"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.0.2",
"@reskript/core": "6.0.3",
"@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.0.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@reskript/core": "6.0.2",
"@reskript/settings": "6.0.2",
"@reskript/core": "6.0.3",
"@reskript/settings": "6.0.3",
"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.0.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"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.2",
"@reskript/settings": "6.0.3",
"@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.0.2",
"@reskript/core": "6.0.2",
"@reskript/config-babel": "6.0.3",
"@reskript/core": "6.0.3",
"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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"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.2",
"@reskript/config-vite": "6.0.2",
"@reskript/config-webpack": "6.0.2",
"@reskript/core": "6.0.2",
"@reskript/settings": "6.0.2",
"@reskript/build-utils": "6.0.3",
"@reskript/config-vite": "6.0.3",
"@reskript/config-webpack": "6.0.3",
"@reskript/core": "6.0.3",
"@reskript/settings": "6.0.3",
"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.0.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





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


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.2",
"version": "6.0.3",
"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.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",
"@reskript/build-utils": "6.0.3",
"@reskript/config-vite": "6.0.3",
"@reskript/config-webpack": "6.0.3",
"@reskript/config-webpack-dev-server": "6.0.3",
"@reskript/core": "6.0.3",
"@reskript/settings": "6.0.3",
"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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"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.2",
"@reskript/settings": "6.0.3",
"@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.0.2",
"@reskript/core": "6.0.2",
"@reskript/config-lint": "6.0.3",
"@reskript/core": "6.0.3",
"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.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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
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.2",
"version": "6.0.3",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@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",
"@reskript/build-utils": "6.0.3",
"@reskript/config-vite": "6.0.3",
"@reskript/config-webpack": "6.0.3",
"@reskript/config-webpack-dev-server": "6.0.3",
"@reskript/core": "6.0.3",
"@reskript/settings": "6.0.3",
"body-parser": "^1.20.2",
"chokidar": "^3.5.3",
"debounce": "^1.2.1",
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.0.3](https://github.com/ecomfe/reskript/compare/v6.0.2...v6.0.3) (2023-10-10)

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





## [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-test
Expand Down

1 comment on commit 6eff722

@vercel
Copy link

@vercel vercel bot commented on 6eff722 Oct 10, 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.vercel.app
reskript-ecomfe.vercel.app
reskript.dev
reskript-git-master-ecomfe.vercel.app

Please sign in to comment.