Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Nov 27, 2020
1 parent d2498cf commit 129a2da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/dumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi",
"version": "1.1.0-rc.3",
"version": "1.1.0-rc.4",
"description": "dumi",
"main": "index.js",
"module": "index.module.js",
Expand All @@ -24,7 +24,7 @@
"PeachScript <[email protected]> (https://github.com/PeachScript)"
],
"dependencies": {
"@umijs/preset-dumi": "1.1.0-rc.3",
"@umijs/preset-dumi": "1.1.0-rc.4",
"umi": "^3.0.0"
},
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-dumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-dumi",
"version": "1.1.0-rc.3",
"version": "1.1.0-rc.4",
"description": "",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"copy-text-to-clipboard": "^2.2.0",
"deepmerge": "^4.2.2",
"dumi-assets-types": "1.0.0-beta.4",
"dumi-theme-default": "1.0.0-rc.2",
"dumi-theme-default": "1.0.0-rc.3",
"enhanced-resolve": "^4.1.1",
"github-slugger": "^1.3.0",
"hast-util-has-property": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi-theme-default",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "The official default theme of dumi",
"files": [
"es",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi-theme-mobile",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "dumi-theme-mobile",
"files": [
"es",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dumi": "1.x"
},
"dependencies": {
"dumi-theme-default": "1.0.0-rc.2",
"dumi-theme-default": "1.0.0-rc.3",
"lodash.debounce": "^4.0.8",
"qrcode.react": "^1.0.0",
"umi-hd": "^5.0.1"
Expand Down

0 comments on commit 129a2da

Please sign in to comment.