Skip to content

Commit

Permalink
release: v1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Mar 20, 2024
1 parent 1b7d597 commit 68ec718
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 114 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.50](https://github.com/shuvijs/shuvi/compare/v1.0.49...v1.0.50) (2024-03-20)


### Bug Fixes

* ctx.error with fatal options should work with the async loader function ([#580](https://github.com/shuvijs/shuvi/issues/580)) ([1b7d597](https://github.com/shuvijs/shuvi/commit/1b7d5973521d9cdd74db482ed2099e57170150cc))



## [1.0.49](https://github.com/shuvijs/shuvi/compare/v1.0.48...v1.0.49) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shuvi",
"private": true,
"version": "1.0.49",
"version": "1.0.50",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/compiler",
"version": "1.0.49",
"version": "1.0.50",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-shuvi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-shuvi",
"version": "1.0.49",
"version": "1.0.50",
"keywords": [
"react",
"shuvi",
Expand Down
6 changes: 3 additions & 3 deletions packages/error-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/error-overlay",
"version": "1.0.49",
"version": "1.0.50",
"main": "umd/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/code-frame": "7.14.5",
"@shuvi/shared": "1.0.49",
"@shuvi/toolpack": "1.0.49",
"@shuvi/shared": "1.0.50",
"@shuvi/toolpack": "1.0.50",
"anser": "1.4.9",
"data-uri-to-buffer": "3.0.1",
"html-entities": "2.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-shuvi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-shuvi",
"version": "1.0.49",
"version": "1.0.50",
"description": "ESLint configuration used by Shuvi.",
"main": "index.js",
"license": "MIT",
Expand All @@ -12,8 +12,8 @@
"scripts": {},
"dependencies": {
"@babel/eslint-parser": "7.18.2",
"@shuvi/toolpack": "1.0.49",
"@shuvi/eslint-plugin-shuvi": "1.0.49",
"@shuvi/toolpack": "1.0.50",
"@shuvi/eslint-plugin-shuvi": "1.0.50",
"@rushstack/eslint-patch": "^1.1.3",
"@typescript-eslint/parser": "^5.42.0",
"eslint-import-resolver-node": "^0.3.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-shuvi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/eslint-plugin-shuvi",
"version": "1.0.49",
"version": "1.0.50",
"description": "ESLint plugin for Shuvi.",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@shuvi/router": "1.0.49",
"@shuvi/platform-shared": "1.0.49"
"@shuvi/router": "1.0.50",
"@shuvi/platform-shared": "1.0.50"
},
"devDependencies": {
"@types/eslint": "7.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/hook",
"version": "1.0.49",
"version": "1.0.50",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
16 changes: 8 additions & 8 deletions packages/platform-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/platform-shared",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -83,16 +83,16 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/hook": "1.0.49",
"@shuvi/hook": "1.0.50",
"doura": "0.0.13",
"@shuvi/router": "1.0.49",
"@shuvi/runtime": "1.0.49",
"@shuvi/shared": "1.0.49",
"@shuvi/toolpack": "1.0.49",
"@shuvi/utils": "1.0.49"
"@shuvi/router": "1.0.50",
"@shuvi/runtime": "1.0.50",
"@shuvi/shared": "1.0.50",
"@shuvi/toolpack": "1.0.50",
"@shuvi/utils": "1.0.50"
},
"peerDependencies": {
"@shuvi/service": "1.0.49"
"@shuvi/service": "1.0.50"
},
"devDependencies": {
"@shuvi/service": "workspace:*",
Expand Down
22 changes: 11 additions & 11 deletions packages/platform-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/platform-web",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -72,15 +72,15 @@
},
"dependencies": {
"@next/react-refresh-utils": "12.1.6",
"@shuvi/error-overlay": "1.0.49",
"@shuvi/hook": "1.0.49",
"@shuvi/platform-shared": "1.0.49",
"@shuvi/router": "1.0.49",
"@shuvi/router-react": "1.0.49",
"@shuvi/runtime": "1.0.49",
"@shuvi/shared": "1.0.49",
"@shuvi/toolpack": "1.0.49",
"@shuvi/utils": "1.0.49",
"@shuvi/error-overlay": "1.0.50",
"@shuvi/hook": "1.0.50",
"@shuvi/platform-shared": "1.0.50",
"@shuvi/router": "1.0.50",
"@shuvi/router-react": "1.0.50",
"@shuvi/runtime": "1.0.50",
"@shuvi/shared": "1.0.50",
"@shuvi/toolpack": "1.0.50",
"@shuvi/utils": "1.0.50",
"content-type": "1.0.4",
"core-js": "3.6.5",
"doura": "0.0.13",
Expand All @@ -98,7 +98,7 @@
"whatwg-fetch": "3.0.0"
},
"peerDependencies": {
"@shuvi/service": "1.0.49"
"@shuvi/service": "1.0.50"
},
"devDependencies": {
"@shuvi/service": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/reporters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/reporters",
"version": "1.0.49",
"version": "1.0.50",
"author": "liximomo",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -13,8 +13,8 @@
"build": "tsc -p tsconfig.build.json -m commonjs"
},
"dependencies": {
"@shuvi/shared": "1.0.49",
"@shuvi/utils": "1.0.49",
"@shuvi/shared": "1.0.50",
"@shuvi/utils": "1.0.50",
"conf": "5.0.0",
"is-docker": "2.0.0",
"is-wsl": "2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/router-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/router-react",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/router": "1.0.49",
"@shuvi/platform-shared": "1.0.49",
"@shuvi/utils": "1.0.49",
"@shuvi/router": "1.0.50",
"@shuvi/platform-shared": "1.0.50",
"@shuvi/utils": "1.0.50",
"prop-types": "^15.8.1",
"use-sync-external-store": "1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/router",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/utils": "1.0.49",
"@shuvi/utils": "1.0.50",
"query-string": "6.13.8"
}
}
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/runtime",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand All @@ -26,7 +26,7 @@
"build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir lib"
},
"dependencies": {
"@shuvi/hook": "1.0.49"
"@shuvi/hook": "1.0.50"
},
"engines": {
"node": ">= 16.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/service",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -29,14 +29,14 @@
"@babel/generator": "7.14.5",
"@babel/parser": "7.14.7",
"@babel/traverse": "7.14.7",
"@shuvi/hook": "1.0.49",
"@shuvi/router": "1.0.49",
"@shuvi/runtime": "1.0.49",
"@shuvi/shared": "1.0.49",
"@shuvi/toolpack": "1.0.49",
"@shuvi/utils": "1.0.49",
"@shuvi/error-overlay": "1.0.49",
"@shuvi/reporters": "1.0.49",
"@shuvi/hook": "1.0.50",
"@shuvi/router": "1.0.50",
"@shuvi/runtime": "1.0.50",
"@shuvi/shared": "1.0.50",
"@shuvi/toolpack": "1.0.50",
"@shuvi/utils": "1.0.50",
"@shuvi/error-overlay": "1.0.50",
"@shuvi/reporters": "1.0.50",
"commander": "5.1.0",
"comment-json": "4.2.2",
"cross-spawn": "7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/shared",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -37,6 +37,6 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/hook": "1.0.49"
"@shuvi/hook": "1.0.50"
}
}
16 changes: 8 additions & 8 deletions packages/shuvi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shuvi",
"version": "1.0.49",
"version": "1.0.50",
"description": "Full Stack Web development framework.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,13 +30,13 @@
"find-up": "4.1.0",
"semver": "7.3.2",
"cli-select": "1.1.2",
"@shuvi/platform-shared": "1.0.49",
"@shuvi/platform-web": "1.0.49",
"@shuvi/service": "1.0.49",
"@shuvi/shared": "1.0.49",
"@shuvi/toolpack": "1.0.49",
"@shuvi/utils": "1.0.49",
"@shuvi/reporters": "1.0.49",
"@shuvi/platform-shared": "1.0.50",
"@shuvi/platform-web": "1.0.50",
"@shuvi/service": "1.0.50",
"@shuvi/shared": "1.0.50",
"@shuvi/toolpack": "1.0.50",
"@shuvi/utils": "1.0.50",
"@shuvi/reporters": "1.0.50",
"cli-highlight": "^2.1.9",
"commander": "10.0.0",
"cross-spawn": "7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/toolpack",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand All @@ -20,7 +20,7 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/compiler": "1.0.49",
"@shuvi/compiler": "1.0.50",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1",
Expand All @@ -35,8 +35,8 @@
"@babel/preset-typescript": "7.12.7",
"@babel/runtime": "7.12.5",
"lightningcss": "1.19.0",
"@shuvi/shared": "1.0.49",
"@shuvi/utils": "1.0.49",
"@shuvi/shared": "1.0.50",
"@shuvi/utils": "1.0.50",
"babel-loader": "8.2.2",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-define": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/utils",
"version": "1.0.49",
"version": "1.0.50",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down

0 comments on commit 68ec718

Please sign in to comment.