Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Dec 14, 2021
1 parent aa911c2 commit 2a6e27b
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.35",
"version": "1.1.36",
"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.35",
"@umijs/preset-dumi": "1.1.36",
"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.35",
"version": "1.1.36",
"description": "",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"copy-text-to-clipboard": "^2.2.0",
"deepmerge": "^4.2.2",
"dumi-assets-types": "1.0.0",
"dumi-theme-default": "1.1.18",
"dumi-theme-default": "1.1.19",
"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.1.18",
"version": "1.1.19",
"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.1.18",
"version": "1.1.19",
"description": "dumi-theme-mobile",
"files": [
"es",
Expand Down Expand Up @@ -28,7 +28,7 @@
"access": "public"
},
"dependencies": {
"dumi-theme-default": "1.1.18",
"dumi-theme-default": "1.1.19",
"f2-touchemulator": "^0.0.1",
"lodash.debounce": "^4.0.8",
"qrcode.react": "^1.0.0",
Expand Down

0 comments on commit 2a6e27b

Please sign in to comment.