Skip to content

Commit

Permalink
chore(release): publish v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Jan 4, 2022
1 parent 0d97d20 commit 4509c7f
Show file tree
Hide file tree
Showing 61 changed files with 408 additions and 162 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)


### Bug Fixes

* **doctor:** 迁移V3的检查包含对配置文件的检查 ([#226](https://github.com/ecomfe/reskript/issues/226)) ([0d97d20](https://github.com/ecomfe/reskript/commit/0d97d207723b90cf45df84daff23a5a31eb3614d))





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package reskript
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"showcase/*"
],
"version": "3.0.0",
"version": "3.0.1",
"npmClient": "yarn",
"exact": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-add-react-display-name/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/babel-plugin-add-react-display-name
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-add-react-display-name/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/babel-plugin-add-react-display-name",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -29,6 +29,6 @@
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/traverse": "^7.16.5",
"@reskript/babel-utils": "3.0.0"
"@reskript/babel-utils": "3.0.1"
}
}
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/babel-plugin-debug-react-component-file-name
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@reskript/babel-plugin-debug-react-component-file-name",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/traverse": "^7.16.5",
"@reskript/babel-utils": "3.0.0"
"@reskript/babel-utils": "3.0.1"
},
"peerDependencies": {
"react": ">= 17"
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-utils/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/babel-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/babel-utils",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-babel/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli-babel
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-babel",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@babel/core": "^7.16.5",
"@reskript/config-babel": "3.0.0",
"@reskript/core": "3.0.0",
"@reskript/config-babel": "3.0.1",
"@reskript/core": "3.0.1",
"cli-highlight": "^2.1.11",
"globby": "^11.0.4",
"throat": "^6.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-build/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli-build
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-build/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-build",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand All @@ -23,9 +23,9 @@
"webpack": "^5.65.0"
},
"dependencies": {
"@reskript/config-webpack": "3.0.0",
"@reskript/core": "3.0.0",
"@reskript/settings": "3.0.0",
"@reskript/config-webpack": "3.0.1",
"@reskript/core": "3.0.1",
"@reskript/settings": "3.0.1",
"chalk": "^4.1.2",
"eslint": "^8.6.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-dev/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli-dev
Expand Down
10 changes: 5 additions & 5 deletions packages/cli-dev/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-dev",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand All @@ -24,10 +24,10 @@
"webpack": "^5.65.0"
},
"dependencies": {
"@reskript/config-webpack": "3.0.0",
"@reskript/config-webpack-dev-server": "3.0.0",
"@reskript/core": "3.0.0",
"@reskript/settings": "3.0.0",
"@reskript/config-webpack": "3.0.1",
"@reskript/config-webpack-dev-server": "3.0.1",
"@reskript/core": "3.0.1",
"@reskript/settings": "3.0.1",
"better-opn": "^3.0.1",
"internal-ip": "^6.2.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-lint/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli-lint
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-lint/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-lint",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand All @@ -23,8 +23,8 @@
"typescript": "^4.5.4"
},
"dependencies": {
"@reskript/config-lint": "3.0.0",
"@reskript/core": "3.0.0",
"@reskript/config-lint": "3.0.1",
"@reskript/core": "3.0.1",
"eslint": "^8.6.0",
"eslint-formatter-pretty": "^4.1.0",
"execa": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-play/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli-play
Expand Down
10 changes: 5 additions & 5 deletions packages/cli-play/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-play",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@monaco-editor/react": "^4.3.1",
"@reskript/config-webpack": "3.0.0",
"@reskript/config-webpack-dev-server": "3.0.0",
"@reskript/core": "3.0.0",
"@reskript/settings": "3.0.0",
"@reskript/config-webpack": "3.0.1",
"@reskript/config-webpack-dev-server": "3.0.1",
"@reskript/core": "3.0.1",
"@reskript/settings": "3.0.1",
"body-parser": "^1.19.1",
"chokidar": "^3.5.2",
"debounce": "^1.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-test/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli-test
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli-test",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand All @@ -23,9 +23,9 @@
"typescript": "^4.5.4"
},
"dependencies": {
"@reskript/config-jest": "3.0.0",
"@reskript/core": "3.0.0",
"@reskript/settings": "3.0.0",
"@reskript/config-jest": "3.0.1",
"@reskript/core": "3.0.1",
"@reskript/settings": "3.0.1",
"jest-cli": "^27.4.5",
"lodash": "^4.17.21"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/cli
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@reskript/cli",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand All @@ -23,19 +23,19 @@
"test": "echo 'No test in @reskript/cli'"
},
"devDependencies": {
"@reskript/cli-babel": "3.0.0",
"@reskript/cli-build": "3.0.0",
"@reskript/cli-dev": "3.0.0",
"@reskript/cli-lint": "3.0.0",
"@reskript/cli-play": "3.0.0",
"@reskript/cli-test": "3.0.0",
"@reskript/cli-babel": "3.0.1",
"@reskript/cli-build": "3.0.1",
"@reskript/cli-dev": "3.0.1",
"@reskript/cli-lint": "3.0.1",
"@reskript/cli-play": "3.0.1",
"@reskript/cli-test": "3.0.1",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.4",
"eslint": "^8.6.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@reskript/core": "3.0.0",
"@reskript/core": "3.0.1",
"clipanion": "^3.2.0-rc.4",
"enquirer": "^2.3.6",
"pkg-dir": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/config-babel/CHANGELOG.md
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.

## [3.0.1](https://github.com/ecomfe/reskript/compare/v3.0.0...v3.0.1) (2022-01-04)

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





# [3.0.0](https://github.com/ecomfe/reskript/compare/v3.0.0-beta.1...v3.0.0) (2022-01-03)

**Note:** Version bump only for package @reskript/config-babel
Expand Down

1 comment on commit 4509c7f

@vercel
Copy link

@vercel vercel bot commented on 4509c7f Jan 4, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.