Skip to content

Commit

Permalink
release: v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Feb 28, 2023
1 parent 0933cfb commit 6fdd1f0
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 105 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.18](https://github.com/shuvijs/shuvi/compare/v1.0.17...v1.0.18) (2023-02-28)


### Features

* set `experimentalDecorators` and `emitDecoratorMetadata` via tsconfig ([0933cfb](https://github.com/shuvijs/shuvi/commit/0933cfb6fe012927bc1feac4acd5156c3bba9e27))



## [1.0.17](https://github.com/shuvijs/shuvi/compare/v1.0.16...v1.0.17) (2023-02-24)


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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"@shuvi/toolpack": "1.0.17",
"@shuvi/shared": "1.0.18",
"@shuvi/toolpack": "1.0.18",
"anser": "1.4.9",
"data-uri-to-buffer": "3.0.1",
"html-entities": "2.3.2",
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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -83,17 +83,17 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/hook": "1.0.17",
"@shuvi/hook": "1.0.18",
"doura": "0.0.8",
"@shuvi/router": "1.0.17",
"@shuvi/runtime": "1.0.17",
"@shuvi/shared": "1.0.17",
"@shuvi/toolpack": "1.0.17",
"@shuvi/utils": "1.0.17",
"@shuvi/router": "1.0.18",
"@shuvi/runtime": "1.0.18",
"@shuvi/shared": "1.0.18",
"@shuvi/toolpack": "1.0.18",
"@shuvi/utils": "1.0.18",
"redux": "4.1.2"
},
"peerDependencies": {
"@shuvi/service": "1.0.17"
"@shuvi/service": "1.0.18"
},
"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.17",
"version": "1.0.18",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -72,17 +72,17 @@
},
"dependencies": {
"@next/react-refresh-utils": "12.1.6",
"@shuvi/error-overlay": "1.0.17",
"@shuvi/hook": "1.0.17",
"@shuvi/platform-shared": "1.0.17",
"@shuvi/error-overlay": "1.0.18",
"@shuvi/hook": "1.0.18",
"@shuvi/platform-shared": "1.0.18",
"doura": "0.0.8",
"react-doura": "0.0.8",
"@shuvi/router": "1.0.17",
"@shuvi/router-react": "1.0.17",
"@shuvi/runtime": "1.0.17",
"@shuvi/shared": "1.0.17",
"@shuvi/toolpack": "1.0.17",
"@shuvi/utils": "1.0.17",
"@shuvi/router": "1.0.18",
"@shuvi/router-react": "1.0.18",
"@shuvi/runtime": "1.0.18",
"@shuvi/shared": "1.0.18",
"@shuvi/toolpack": "1.0.18",
"@shuvi/utils": "1.0.18",
"content-type": "1.0.4",
"core-js": "3.6.5",
"ejs": "3.1.5",
Expand All @@ -98,7 +98,7 @@
"whatwg-fetch": "3.0.0"
},
"peerDependencies": {
"@shuvi/service": "1.0.17"
"@shuvi/service": "1.0.18"
},
"devDependencies": {
"@shuvi/service": "workspace:*",
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.17",
"version": "1.0.18",
"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.17",
"@shuvi/platform-shared": "1.0.17",
"@shuvi/utils": "1.0.17",
"@shuvi/router": "1.0.18",
"@shuvi/platform-shared": "1.0.18",
"@shuvi/utils": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"@shuvi/utils": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17"
"@shuvi/hook": "1.0.18"
},
"engines": {
"node": ">= 16.0.0"
Expand Down
20 changes: 10 additions & 10 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.17",
"version": "1.0.18",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -29,15 +29,15 @@
"@babel/generator": "7.14.5",
"@babel/parser": "7.14.7",
"@babel/traverse": "7.14.7",
"@shuvi/hook": "1.0.17",
"@shuvi/router": "1.0.17",
"@shuvi/runtime": "1.0.17",
"@shuvi/shared": "1.0.17",
"@shuvi/toolpack": "1.0.17",
"@shuvi/utils": "1.0.17",
"@shuvi/error-overlay": "1.0.17",
"@shuvi/telemetry": "1.0.17",
"@shuvi/trace": "1.0.17",
"@shuvi/hook": "1.0.18",
"@shuvi/router": "1.0.18",
"@shuvi/runtime": "1.0.18",
"@shuvi/shared": "1.0.18",
"@shuvi/toolpack": "1.0.18",
"@shuvi/utils": "1.0.18",
"@shuvi/error-overlay": "1.0.18",
"@shuvi/telemetry": "1.0.18",
"@shuvi/trace": "1.0.18",
"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.17",
"version": "1.0.18",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down Expand Up @@ -33,6 +33,6 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/hook": "1.0.17"
"@shuvi/hook": "1.0.18"
}
}
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.17",
"version": "1.0.18",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand All @@ -25,13 +25,13 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@shuvi/platform-shared": "1.0.17",
"@shuvi/platform-web": "1.0.17",
"@shuvi/service": "1.0.17",
"@shuvi/shared": "1.0.17",
"@shuvi/toolpack": "1.0.17",
"@shuvi/utils": "1.0.17",
"@shuvi/telemetry": "1.0.17",
"@shuvi/platform-shared": "1.0.18",
"@shuvi/platform-web": "1.0.18",
"@shuvi/service": "1.0.18",
"@shuvi/shared": "1.0.18",
"@shuvi/toolpack": "1.0.18",
"@shuvi/utils": "1.0.18",
"@shuvi/telemetry": "1.0.18",
"cli-highlight": "^2.1.9",
"commander": "5.1.0",
"cross-spawn": "7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/telemetry",
"version": "1.0.17",
"version": "1.0.18",
"author": "liximomo",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -13,7 +13,7 @@
"build": "tsc -p tsconfig.build.json -m commonjs"
},
"dependencies": {
"@shuvi/utils": "1.0.17",
"@shuvi/utils": "1.0.18",
"conf": "5.0.0",
"is-docker": "2.0.0",
"is-wsl": "2.2.0",
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.17",
"version": "1.0.18",
"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.17",
"@shuvi/compiler": "1.0.18",
"@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.15.0",
"@shuvi/shared": "1.0.17",
"@shuvi/utils": "1.0.17",
"@shuvi/shared": "1.0.18",
"@shuvi/utils": "1.0.18",
"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/trace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/trace",
"version": "1.0.17",
"version": "1.0.18",
"author": "liximomo",
"license": "MIT",
"main": "lib/index.js",
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.17",
"version": "1.0.18",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvijs/shuvi.git",
Expand Down
Loading

0 comments on commit 6fdd1f0

Please sign in to comment.