Skip to content

Commit

Permalink
chore(release): publish v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Aug 17, 2023
1 parent fd97573 commit 9e6da25
Show file tree
Hide file tree
Showing 69 changed files with 515 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.0.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)


### Bug Fixes

* **dev:** 在Vite引擎支持public资源访问 ([cb4ae20](https://github.com/ecomfe/reskript/commit/cb4ae20f5b83cf486f05b5a121c9d9f79c5eb519))





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@reskript/core": "6.0.0",
"@reskript/core": "6.0.1",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.5.0",
"c8": "^8.0.1",
Expand All @@ -37,6 +37,6 @@
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/traverse": "^7.22.10",
"@reskript/babel-utils": "6.0.0"
"@reskript/babel-utils": "6.0.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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.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.6",
"@babel/preset-react": "^7.22.5",
"@reskript/core": "6.0.0",
"@reskript/core": "6.0.1",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@types/node": "^20.5.0",
Expand All @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/traverse": "^7.22.10",
"@reskript/babel-utils": "6.0.0"
"@reskript/babel-utils": "6.0.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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/traverse": "^7.22.10",
"@reskript/core": "6.0.0",
"@reskript/core": "6.0.1",
"@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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vitest": "^0.34.1"
},
"dependencies": {
"@reskript/core": "6.0.0",
"@reskript/settings": "6.0.0",
"@reskript/core": "6.0.1",
"@reskript/settings": "6.0.1",
"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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.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.0.0",
"@reskript/settings": "6.0.1",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.5.0",
"eslint": "^8.47.0",
"typescript": "5.2.0-dev.20230612"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@reskript/config-babel": "6.0.0",
"@reskript/core": "6.0.0",
"@reskript/config-babel": "6.0.1",
"@reskript/core": "6.0.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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.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.0.0",
"@reskript/config-vite": "6.0.0",
"@reskript/config-webpack": "6.0.0",
"@reskript/core": "6.0.0",
"@reskript/settings": "6.0.0",
"@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",
"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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.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.0.0",
"@reskript/config-vite": "6.0.0",
"@reskript/config-webpack": "6.0.0",
"@reskript/config-webpack-dev-server": "6.0.0",
"@reskript/core": "6.0.0",
"@reskript/settings": "6.0.0",
"@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",
"better-opn": "^3.0.2",
"proxy-agent": "^6.3.0",
"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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.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.0.0",
"@reskript/settings": "6.0.1",
"@types/eslint": "^8.44.2",
"@types/node": "^20.5.0",
"@types/ramda": "^0.29.3",
Expand All @@ -33,8 +33,8 @@
"typescript": "5.2.0-dev.20230612"
},
"dependencies": {
"@reskript/config-lint": "6.0.0",
"@reskript/core": "6.0.0",
"@reskript/config-lint": "6.0.1",
"@reskript/core": "6.0.1",
"eslint-formatter-pretty": "^5.0.0",
"execa": "^7.2.0",
"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.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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


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.0",
"version": "6.0.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@monaco-editor/react": "^4.5.1",
"@reskript/build-utils": "6.0.0",
"@reskript/config-vite": "6.0.0",
"@reskript/config-webpack": "6.0.0",
"@reskript/config-webpack-dev-server": "6.0.0",
"@reskript/core": "6.0.0",
"@reskript/settings": "6.0.0",
"@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",
"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.1](https://github.com/ecomfe/reskript/compare/v6.0.0...v6.0.1) (2023-08-17)

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





# [6.0.0](https://github.com/ecomfe/reskript/compare/v5.7.4...v6.0.0) (2023-07-03)


Expand Down

1 comment on commit 9e6da25

@vercel
Copy link

@vercel vercel bot commented on 9e6da25 Aug 17, 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-git-master-ecomfe.vercel.app
reskript-ecomfe.vercel.app
reskript.dev

Please sign in to comment.