Skip to content

Commit

Permalink
chore(release): publish v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Dec 30, 2023
1 parent cee8703 commit 798c7f1
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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)


### Bug Fixes

* **build:** core-js的具体版本没有最终在babel配置中生效 ([8d508dc](https://github.com/ecomfe/reskript/commit/8d508dc4bdb0ce2abeb8ad362296cda54995c71b))
* **init:** 将vite和stylelint版本控制在兼容的范围内 ([c5f7537](https://github.com/ecomfe/reskript/commit/c5f753771aeb1fd99b072763d15e2a9e8a29a8be))





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)


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.1.0",
"version": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

**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.1.0",
"version": "6.1.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.1.0",
"@reskript/core": "6.1.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.1.0"
"@reskript/babel-utils": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

**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.1.0",
"version": "6.1.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.1.0",
"@reskript/core": "6.1.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.1.0"
"@reskript/babel-utils": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

**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.1.0",
"version": "6.1.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.1.0",
"@reskript/core": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

**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.1.0",
"version": "6.1.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.1.0",
"@reskript/settings": "6.1.0",
"@reskript/core": "6.1.1",
"@reskript/settings": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

**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.1.0",
"version": "6.1.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.1.0",
"@reskript/settings": "6.1.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.1.0",
"@reskript/core": "6.1.0",
"@reskript/config-babel": "6.1.1",
"@reskript/core": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)


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.1.0",
"version": "6.1.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.1.0",
"@reskript/config-vite": "6.1.0",
"@reskript/config-webpack": "6.1.0",
"@reskript/core": "6.1.0",
"@reskript/settings": "6.1.0",
"@reskript/build-utils": "6.1.1",
"@reskript/config-vite": "6.1.1",
"@reskript/config-webpack": "6.1.1",
"@reskript/core": "6.1.1",
"@reskript/settings": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)


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.1.0",
"version": "6.1.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.1.0",
"@reskript/config-vite": "6.1.0",
"@reskript/config-webpack": "6.1.0",
"@reskript/config-webpack-dev-server": "6.1.0",
"@reskript/core": "6.1.0",
"@reskript/settings": "6.1.0",
"@reskript/build-utils": "6.1.1",
"@reskript/config-vite": "6.1.1",
"@reskript/config-webpack": "6.1.1",
"@reskript/config-webpack-dev-server": "6.1.1",
"@reskript/core": "6.1.1",
"@reskript/settings": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

**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.1.0",
"version": "6.1.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.1.0",
"@reskript/settings": "6.1.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.1.0",
"@reskript/core": "6.1.0",
"@reskript/config-lint": "6.1.1",
"@reskript/core": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)


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.1.0",
"version": "6.1.1",
"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.1.0",
"@reskript/config-vite": "6.1.0",
"@reskript/config-webpack": "6.1.0",
"@reskript/config-webpack-dev-server": "6.1.0",
"@reskript/core": "6.1.0",
"@reskript/settings": "6.1.0",
"@reskript/build-utils": "6.1.1",
"@reskript/config-vite": "6.1.1",
"@reskript/config-webpack": "6.1.1",
"@reskript/config-webpack-dev-server": "6.1.1",
"@reskript/core": "6.1.1",
"@reskript/settings": "6.1.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.1.1](https://github.com/ecomfe/reskript/compare/v6.1.0...v6.1.1) (2023-12-21)

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





# [6.1.0](https://github.com/ecomfe/reskript/compare/v6.0.3...v6.1.0) (2023-12-18)

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

1 comment on commit 798c7f1

@vercel
Copy link

@vercel vercel bot commented on 798c7f1 Dec 30, 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.