From 08db023d3d9c5e418e8b94b149e541f9b56d8d45 Mon Sep 17 00:00:00 2001 From: liximomo Date: Thu, 9 Feb 2023 12:25:31 +0800 Subject: [PATCH] release: v1.0.14 --- CHANGELOG.md | 14 +++++ package.json | 2 +- packages/compiler/package.json | 2 +- packages/create-shuvi/package.json | 2 +- packages/error-overlay/package.json | 6 +- packages/hook/package.json | 2 +- packages/platform-shared/package.json | 16 ++--- packages/platform-web/package.json | 22 +++---- packages/router-react/package.json | 8 +-- packages/router/package.json | 4 +- packages/runtime/package.json | 4 +- packages/service/package.json | 18 +++--- packages/shared/package.json | 4 +- packages/shuvi/package.json | 16 ++--- packages/telemetry/package.json | 4 +- packages/toolpack/package.json | 8 +-- packages/utils/package.json | 2 +- pnpm-lock.yaml | 84 +++++++++++++-------------- 18 files changed, 116 insertions(+), 102 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406b6de1a..c9af5e10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.14](https://github.com/shuvijs/shuvi/compare/v1.0.13...v1.0.14) (2023-02-09) + + +### Bug Fixes + +* hmr not working with custom publicPath that has a different protocol ([fc8d4f8](https://github.com/shuvijs/shuvi/commit/fc8d4f87f54136c38c8eca32646399bbb9982305)) + + +### Features + +* new option "conventionRoutes.include" ([bc47b78](https://github.com/shuvijs/shuvi/commit/bc47b78336c038b8680895e85f458fca89ea8913)) + + + ## [1.0.13](https://github.com/shuvijs/shuvi/compare/v1.0.12...v1.0.13) (2023-02-06) diff --git a/package.json b/package.json index 775bb9aeb..cf59f6d92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shuvi", "private": true, - "version": "1.0.13", + "version": "1.0.14", "workspaces": [ "packages/*" ], diff --git a/packages/compiler/package.json b/packages/compiler/package.json index bc374ce90..1b69bcf10 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/compiler", - "version": "1.0.13", + "version": "1.0.14", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ diff --git a/packages/create-shuvi/package.json b/packages/create-shuvi/package.json index 4dbe27488..88c3d7cf2 100644 --- a/packages/create-shuvi/package.json +++ b/packages/create-shuvi/package.json @@ -1,6 +1,6 @@ { "name": "create-shuvi", - "version": "1.0.13", + "version": "1.0.14", "keywords": [ "react", "shuvi", diff --git a/packages/error-overlay/package.json b/packages/error-overlay/package.json index ce1b96ba3..cbfb595ca 100644 --- a/packages/error-overlay/package.json +++ b/packages/error-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/error-overlay", - "version": "1.0.13", + "version": "1.0.14", "main": "umd/index.js", "types": "lib/index.d.ts", "files": [ @@ -23,8 +23,8 @@ }, "dependencies": { "@babel/code-frame": "7.14.5", - "@shuvi/shared": "1.0.13", - "@shuvi/toolpack": "1.0.13", + "@shuvi/shared": "1.0.14", + "@shuvi/toolpack": "1.0.14", "anser": "1.4.9", "data-uri-to-buffer": "3.0.1", "html-entities": "2.3.2", diff --git a/packages/hook/package.json b/packages/hook/package.json index ade717764..85d606684 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/hook", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "main": "lib/index.js", "module": "esm/index.js", diff --git a/packages/platform-shared/package.json b/packages/platform-shared/package.json index 058520101..b66faeb12 100644 --- a/packages/platform-shared/package.json +++ b/packages/platform-shared/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/platform-shared", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -83,17 +83,17 @@ "node": ">= 16.0.0" }, "dependencies": { - "@shuvi/hook": "1.0.13", + "@shuvi/hook": "1.0.14", "doura": "0.0.7", - "@shuvi/router": "1.0.13", - "@shuvi/runtime": "1.0.13", - "@shuvi/shared": "1.0.13", - "@shuvi/toolpack": "1.0.13", - "@shuvi/utils": "1.0.13", + "@shuvi/router": "1.0.14", + "@shuvi/runtime": "1.0.14", + "@shuvi/shared": "1.0.14", + "@shuvi/toolpack": "1.0.14", + "@shuvi/utils": "1.0.14", "redux": "4.1.2" }, "peerDependencies": { - "@shuvi/service": "1.0.13" + "@shuvi/service": "1.0.14" }, "devDependencies": { "@shuvi/service": "workspace:*", diff --git a/packages/platform-web/package.json b/packages/platform-web/package.json index 054c46e05..69ec74707 100644 --- a/packages/platform-web/package.json +++ b/packages/platform-web/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/platform-web", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -72,17 +72,17 @@ }, "dependencies": { "@next/react-refresh-utils": "12.1.6", - "@shuvi/error-overlay": "1.0.13", - "@shuvi/hook": "1.0.13", - "@shuvi/platform-shared": "1.0.13", + "@shuvi/error-overlay": "1.0.14", + "@shuvi/hook": "1.0.14", + "@shuvi/platform-shared": "1.0.14", "doura": "0.0.7", "react-doura": "0.0.7", - "@shuvi/router": "1.0.13", - "@shuvi/router-react": "1.0.13", - "@shuvi/runtime": "1.0.13", - "@shuvi/shared": "1.0.13", - "@shuvi/toolpack": "1.0.13", - "@shuvi/utils": "1.0.13", + "@shuvi/router": "1.0.14", + "@shuvi/router-react": "1.0.14", + "@shuvi/runtime": "1.0.14", + "@shuvi/shared": "1.0.14", + "@shuvi/toolpack": "1.0.14", + "@shuvi/utils": "1.0.14", "content-type": "1.0.4", "core-js": "3.6.5", "ejs": "3.1.5", @@ -98,7 +98,7 @@ "whatwg-fetch": "3.0.0" }, "peerDependencies": { - "@shuvi/service": "1.0.13" + "@shuvi/service": "1.0.14" }, "devDependencies": { "@shuvi/service": "workspace:*", diff --git a/packages/router-react/package.json b/packages/router-react/package.json index 4c4ed3aed..979de496c 100644 --- a/packages/router-react/package.json +++ b/packages/router-react/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/router-react", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -28,9 +28,9 @@ "node": ">= 16.0.0" }, "dependencies": { - "@shuvi/router": "1.0.13", - "@shuvi/platform-shared": "1.0.13", - "@shuvi/utils": "1.0.13", + "@shuvi/router": "1.0.14", + "@shuvi/platform-shared": "1.0.14", + "@shuvi/utils": "1.0.14", "prop-types": "^15.8.1", "use-sync-external-store": "1.2.0" }, diff --git a/packages/router/package.json b/packages/router/package.json index 973de67af..c670a4e15 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/router", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -28,7 +28,7 @@ "node": ">= 16.0.0" }, "dependencies": { - "@shuvi/utils": "1.0.13", + "@shuvi/utils": "1.0.14", "query-string": "6.13.8" } } diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 640342340..b885e24f1 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/runtime", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -26,7 +26,7 @@ "build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir lib" }, "dependencies": { - "@shuvi/hook": "1.0.13" + "@shuvi/hook": "1.0.14" }, "engines": { "node": ">= 16.0.0" diff --git a/packages/service/package.json b/packages/service/package.json index 5cb14a8cd..e9017df4d 100644 --- a/packages/service/package.json +++ b/packages/service/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/service", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -29,14 +29,14 @@ "@babel/generator": "7.14.5", "@babel/parser": "7.14.7", "@babel/traverse": "7.14.7", - "@shuvi/hook": "1.0.13", - "@shuvi/router": "1.0.13", - "@shuvi/runtime": "1.0.13", - "@shuvi/shared": "1.0.13", - "@shuvi/toolpack": "1.0.13", - "@shuvi/utils": "1.0.13", - "@shuvi/error-overlay": "1.0.13", - "@shuvi/telemetry": "1.0.13", + "@shuvi/hook": "1.0.14", + "@shuvi/router": "1.0.14", + "@shuvi/runtime": "1.0.14", + "@shuvi/shared": "1.0.14", + "@shuvi/toolpack": "1.0.14", + "@shuvi/utils": "1.0.14", + "@shuvi/error-overlay": "1.0.14", + "@shuvi/telemetry": "1.0.14", "commander": "5.1.0", "comment-json": "4.2.2", "cross-spawn": "7.0.3", diff --git a/packages/shared/package.json b/packages/shared/package.json index 52ee5fbb6..8e51879e0 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/shared", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -33,6 +33,6 @@ "node": ">= 16.0.0" }, "dependencies": { - "@shuvi/hook": "1.0.13" + "@shuvi/hook": "1.0.14" } } diff --git a/packages/shuvi/package.json b/packages/shuvi/package.json index 5367615f7..ae1249d65 100644 --- a/packages/shuvi/package.json +++ b/packages/shuvi/package.json @@ -1,6 +1,6 @@ { "name": "shuvi", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -25,13 +25,13 @@ "node": ">= 16.0.0" }, "dependencies": { - "@shuvi/platform-shared": "1.0.13", - "@shuvi/platform-web": "1.0.13", - "@shuvi/service": "1.0.13", - "@shuvi/shared": "1.0.13", - "@shuvi/toolpack": "1.0.13", - "@shuvi/utils": "1.0.13", - "@shuvi/telemetry": "1.0.13", + "@shuvi/platform-shared": "1.0.14", + "@shuvi/platform-web": "1.0.14", + "@shuvi/service": "1.0.14", + "@shuvi/shared": "1.0.14", + "@shuvi/toolpack": "1.0.14", + "@shuvi/utils": "1.0.14", + "@shuvi/telemetry": "1.0.14", "cli-highlight": "^2.1.9", "commander": "5.1.0", "cross-spawn": "7.0.3", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index d23ce9e8e..affdae312 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/telemetry", - "version": "1.0.13", + "version": "1.0.14", "author": "liximomo", "license": "MIT", "main": "lib/index.js", @@ -13,7 +13,7 @@ "build": "tsc -p tsconfig.build.json -m commonjs" }, "dependencies": { - "@shuvi/utils": "1.0.13", + "@shuvi/utils": "1.0.14", "conf": "5.0.0", "is-docker": "2.0.0", "is-wsl": "2.2.0", diff --git a/packages/toolpack/package.json b/packages/toolpack/package.json index 08a702bd5..b150c479b 100644 --- a/packages/toolpack/package.json +++ b/packages/toolpack/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/toolpack", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", @@ -20,7 +20,7 @@ "node": ">= 16.0.0" }, "dependencies": { - "@shuvi/compiler": "1.0.13", + "@shuvi/compiler": "1.0.14", "@babel/core": "7.12.10", "@babel/plugin-proposal-class-properties": "7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1", @@ -35,8 +35,8 @@ "@babel/preset-typescript": "7.12.7", "@babel/runtime": "7.12.5", "lightningcss": "1.15.0", - "@shuvi/shared": "1.0.13", - "@shuvi/utils": "1.0.13", + "@shuvi/shared": "1.0.14", + "@shuvi/utils": "1.0.14", "babel-loader": "8.2.2", "babel-plugin-syntax-jsx": "6.18.0", "babel-plugin-transform-define": "2.0.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 5c1b56c86..31ad1f887 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shuvi/utils", - "version": "1.0.13", + "version": "1.0.14", "repository": { "type": "git", "url": "git+https://github.com/shuvijs/shuvi.git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 82b2eeed2..18f048620 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -168,8 +168,8 @@ importers: '@rollup/plugin-node-resolve': 15.0.1 '@rollup/plugin-replace': 4.0.0 '@rollup/plugin-typescript': 10.0.1 - '@shuvi/shared': 1.0.13 - '@shuvi/toolpack': 1.0.13 + '@shuvi/shared': 1.0.14 + '@shuvi/toolpack': 1.0.14 '@types/babel__code-frame': 7.0.3 '@types/react': 18.0.9 '@types/react-dom': 18.0.6 @@ -216,13 +216,13 @@ importers: packages/platform-shared: specifiers: - '@shuvi/hook': 1.0.13 - '@shuvi/router': 1.0.13 - '@shuvi/runtime': 1.0.13 + '@shuvi/hook': 1.0.14 + '@shuvi/router': 1.0.14 + '@shuvi/runtime': 1.0.14 '@shuvi/service': workspace:* - '@shuvi/shared': 1.0.13 - '@shuvi/toolpack': 1.0.13 - '@shuvi/utils': 1.0.13 + '@shuvi/shared': 1.0.14 + '@shuvi/toolpack': 1.0.14 + '@shuvi/utils': 1.0.14 '@types/minimatch': 3.0.5 doura: 0.0.7 redux: 4.1.2 @@ -242,16 +242,16 @@ importers: packages/platform-web: specifiers: '@next/react-refresh-utils': 12.1.6 - '@shuvi/error-overlay': 1.0.13 - '@shuvi/hook': 1.0.13 - '@shuvi/platform-shared': 1.0.13 - '@shuvi/router': 1.0.13 - '@shuvi/router-react': 1.0.13 - '@shuvi/runtime': 1.0.13 + '@shuvi/error-overlay': 1.0.14 + '@shuvi/hook': 1.0.14 + '@shuvi/platform-shared': 1.0.14 + '@shuvi/router': 1.0.14 + '@shuvi/router-react': 1.0.14 + '@shuvi/runtime': 1.0.14 '@shuvi/service': workspace:* - '@shuvi/shared': 1.0.13 - '@shuvi/toolpack': 1.0.13 - '@shuvi/utils': 1.0.13 + '@shuvi/shared': 1.0.14 + '@shuvi/toolpack': 1.0.14 + '@shuvi/utils': 1.0.14 '@testing-library/react': ^13.2.0 '@types/content-type': ^1.1.5 '@types/ejs': ^3.1.0 @@ -316,7 +316,7 @@ importers: packages/router: specifiers: - '@shuvi/utils': 1.0.13 + '@shuvi/utils': 1.0.14 query-string: 6.13.8 dependencies: '@shuvi/utils': link:../utils @@ -324,9 +324,9 @@ importers: packages/router-react: specifiers: - '@shuvi/platform-shared': 1.0.13 - '@shuvi/router': 1.0.13 - '@shuvi/utils': 1.0.13 + '@shuvi/platform-shared': 1.0.14 + '@shuvi/router': 1.0.14 + '@shuvi/utils': 1.0.14 '@types/prop-types': ^15.7.5 '@types/react': 18.0.9 '@types/react-test-renderer': 18.0.0 @@ -353,7 +353,7 @@ importers: packages/runtime: specifiers: - '@shuvi/hook': 1.0.13 + '@shuvi/hook': 1.0.14 dependencies: '@shuvi/hook': link:../hook @@ -364,14 +364,14 @@ importers: '@babel/parser': 7.14.7 '@babel/traverse': 7.14.7 '@babel/types': 7.12.11 - '@shuvi/error-overlay': 1.0.13 - '@shuvi/hook': 1.0.13 - '@shuvi/router': 1.0.13 - '@shuvi/runtime': 1.0.13 - '@shuvi/shared': 1.0.13 - '@shuvi/telemetry': 1.0.13 - '@shuvi/toolpack': 1.0.13 - '@shuvi/utils': 1.0.13 + '@shuvi/error-overlay': 1.0.14 + '@shuvi/hook': 1.0.14 + '@shuvi/router': 1.0.14 + '@shuvi/runtime': 1.0.14 + '@shuvi/shared': 1.0.14 + '@shuvi/telemetry': 1.0.14 + '@shuvi/toolpack': 1.0.14 + '@shuvi/utils': 1.0.14 '@types/babel__code-frame': ^7.0.3 '@types/babel__generator': ^7.6.4 '@types/babel__traverse': ^7.14.2 @@ -432,19 +432,19 @@ importers: packages/shared: specifiers: - '@shuvi/hook': 1.0.13 + '@shuvi/hook': 1.0.14 dependencies: '@shuvi/hook': link:../hook packages/shuvi: specifiers: - '@shuvi/platform-shared': 1.0.13 - '@shuvi/platform-web': 1.0.13 - '@shuvi/service': 1.0.13 - '@shuvi/shared': 1.0.13 - '@shuvi/telemetry': 1.0.13 - '@shuvi/toolpack': 1.0.13 - '@shuvi/utils': 1.0.13 + '@shuvi/platform-shared': 1.0.14 + '@shuvi/platform-web': 1.0.14 + '@shuvi/service': 1.0.14 + '@shuvi/shared': 1.0.14 + '@shuvi/telemetry': 1.0.14 + '@shuvi/toolpack': 1.0.14 + '@shuvi/utils': 1.0.14 '@types/cross-spawn': 6.0.1 cli-highlight: ^2.1.9 commander: 5.1.0 @@ -467,7 +467,7 @@ importers: packages/telemetry: specifiers: - '@shuvi/utils': 1.0.13 + '@shuvi/utils': 1.0.14 '@types/async-retry': 1.3.0 '@types/node-fetch': 2.6.1 async-retry: 1.3.3 @@ -503,9 +503,9 @@ importers: '@babel/preset-react': 7.10.1 '@babel/preset-typescript': 7.12.7 '@babel/runtime': 7.12.5 - '@shuvi/compiler': 1.0.13 - '@shuvi/shared': 1.0.13 - '@shuvi/utils': 1.0.13 + '@shuvi/compiler': 1.0.14 + '@shuvi/shared': 1.0.14 + '@shuvi/utils': 1.0.14 '@swc/helpers': 0.4.3 '@types/babel__core': ^7.1.19 '@types/cross-spawn': 6.0.1