Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
release: 4.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Mar 17, 2022
1 parent 2eb7d12 commit 2a6486e
Show file tree
Hide file tree
Showing 51 changed files with 215 additions and 256 deletions.
2 changes: 1 addition & 1 deletion examples/ant-design-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ant-design/pro-layout": "7.0.1-beta.3",
"@ant-design/pro-table": "^2.68.1",
"@antv/l7-react": "^2.3.9",
"@umijs/max": "4.0.0-canary.20220317.1",
"@umijs/max": "4.0.0-rc.7",
"ahooks": "^3.1.13",
"antd": "4.19.2",
"classnames": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/api-route-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/bigfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@umijs/max": "4.0.0-canary.20220317.1",
"@umijs/max": "4.0.0-rc.7",
"react": "17.0.2",
"react-dom": "17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/bug-mfsu-fast-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/bundler-vite-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dependencies": {
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@umijs/bundler-vite": "4.0.0-canary.20220317.1",
"@umijs/bundler-vite": "4.0.0-rc.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/bundler-webpack-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"redux": "^4.1.2",
"swiper": "^8.0.7",
"swr": "1.2.2",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/mfsu-circular-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@types/react-dom": "^17.0.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/mfsu-independent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-typescript": "^7.16.7",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@umijs/mfsu": "4.0.0-canary.20220317.1",
"@umijs/mfsu": "4.0.0-rc.7",
"babel-loader": "^8.2.3",
"esbuild": "0.14.27",
"html-webpack-plugin": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/qiankun-slave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/max": "4.0.0-canary.20220317.1",
"@umijs/max": "4.0.0-rc.7",
"react": "17.0.2",
"react-dom": "17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/test-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"test": "jest"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/tmp-swc-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/with-dva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20220317.1",
"umi": "4.0.0-canary.20220317.1"
"@umijs/plugins": "4.0.0-rc.7",
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"mobx": "^6.4.2",
"mobx-react": "^7.3.0",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"react-query": "^3.34.16",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-three-fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@types/three": "^0.138.0",
"three": "^0.138.3",
"troika-three-text": "^0.46.3",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-recoil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"recoil": "^0.6.1",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-redux-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"react-redux": "^7.2.6",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-rematch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@rematch/core": "^2.2.0",
"react-redux": "^7.2.6",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
},
"devDependencies": {
"@types/react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"styled-components": "^5.3.3",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
},
"devDependencies": {
"@types/styled-components": "^5.1.24"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20220317.1",
"@umijs/plugins": "4.0.0-rc.7",
"tailwindcss": "^3.0.23",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/with-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "npm run dev"
},
"dependencies": {
"@umijs/plugins": "4.0.0-canary.20220317.1",
"@umijs/plugins": "4.0.0-rc.7",
"@unocss/cli": "^0.29.0",
"umi": "4.0.0-canary.20220317.1",
"umi": "4.0.0-rc.7",
"unocss": "^0.29.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-unstated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run dev"
},
"dependencies": {
"umi": "4.0.0-canary.20220317.1",
"umi": "4.0.0-rc.7",
"unstated-next": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-valtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@types/three": "^0.138.0",
"umi": "4.0.0-canary.20220317.1",
"umi": "4.0.0-rc.7",
"valtio": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@vanilla-extract/babel-plugin": "^1.1.4",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/webpack-plugin": "^2.1.5",
"umi": "4.0.0-canary.20220317.1"
"umi": "4.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"workspaces": ["packages/*"]
}
4 changes: 2 additions & 2 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/ast",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"description": "@umijs/ast",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/ast#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
Expand All @@ -21,7 +21,7 @@
"test": "jest -c ../../jest.turbo.config.ts"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20220317.1"
"@umijs/bundler-utils": "4.0.0-rc.7"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/babel-preset-umi",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"description": "Official babel preset for umi.",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/babel-preset-umi#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@babel/runtime": "7.17.7",
"@bloomberg/record-tuple-polyfill": "0.0.4",
"@umijs/bundler-utils": "4.0.0-canary.20220317.1",
"@umijs/utils": "4.0.0-canary.20220317.1",
"@umijs/bundler-utils": "4.0.0-rc.7",
"@umijs/utils": "4.0.0-rc.7",
"core-js": "3.21.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-esbuild",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"description": "@umijs/bundler-esbuild",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-esbuild#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
Expand All @@ -24,8 +24,8 @@
"test": "jest -c ../../jest.turbo.config.ts"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20220317.1",
"@umijs/utils": "4.0.0-canary.20220317.1",
"@umijs/bundler-utils": "4.0.0-rc.7",
"@umijs/utils": "4.0.0-rc.7",
"enhanced-resolve": "5.9.2",
"less-plugin-aliases": "^1.0.3",
"postcss": "^8.4.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-utils",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-utils#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
"repository": {
Expand All @@ -20,7 +20,7 @@
"dev": "pnpm build -- --watch"
},
"dependencies": {
"@umijs/utils": "4.0.0-canary.20220317.1",
"@umijs/utils": "4.0.0-rc.7",
"esbuild": "0.14.27"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-vite",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"description": "@umijs/bundler-vite",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-vite#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@svgr/core": "6.2.1",
"@umijs/bundler-utils": "4.0.0-canary.20220317.1",
"@umijs/utils": "4.0.0-canary.20220317.1",
"@umijs/bundler-utils": "4.0.0-rc.7",
"@umijs/utils": "4.0.0-rc.7",
"@vitejs/plugin-react": "1.2.0",
"postcss-preset-env": "7.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/bundler-webpack",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"description": "@umijs/bundler-webpack",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-webpack#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@svgr/plugin-jsx": "^6.2.1",
"@svgr/plugin-svgo": "^6.2.0",
"@types/hapi__joi": "17.1.8",
"@umijs/babel-preset-umi": "4.0.0-canary.20220317.1",
"@umijs/mfsu": "4.0.0-canary.20220317.1",
"@umijs/utils": "4.0.0-canary.20220317.1",
"@umijs/babel-preset-umi": "4.0.0-rc.7",
"@umijs/mfsu": "4.0.0-rc.7",
"@umijs/utils": "4.0.0-rc.7",
"css-loader": "6.7.1",
"es5-imcompatible-versions": "^0.1.73",
"jest-worker": "27.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/core",
"version": "4.0.0-canary.20220317.1",
"version": "4.0.0-rc.7",
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/core#readme",
"bugs": "https://github.com/umijs/umi-next/issues",
"repository": {
Expand All @@ -21,8 +21,8 @@
"test": "jest -c ../../jest.turbo.config.ts"
},
"dependencies": {
"@umijs/bundler-utils": "4.0.0-canary.20220317.1",
"@umijs/utils": "4.0.0-canary.20220317.1"
"@umijs/bundler-utils": "4.0.0-rc.7",
"@umijs/utils": "4.0.0-rc.7"
},
"devDependencies": {
"@hapi/joi": "17.1.1",
Expand Down
Loading

1 comment on commit 2a6486e

@vercel
Copy link

@vercel vercel bot commented on 2a6486e Mar 17, 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.