Skip to content

Commit 595b930

Browse files
committed
release: 3.0.0-beta.11
1 parent 40ec099 commit 595b930

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
'refactor',
2828
'revert',
2929
'style',
30-
'releases'
30+
'release'
3131
]
3232
]
3333
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "3.0.0-beta.10",
3+
"version": "3.0.0-beta.11",
44
"npm": {
55
"tag": "beta"
66
},
@@ -62,8 +62,8 @@
6262
"@commitlint/cli": "^10.0.0",
6363
"@commitlint/config-conventional": "^10.0.0",
6464
"@types/node": "^14.14.31",
65-
"@vitejs/plugin-vue": "^1.2.0",
66-
"@vue/compiler-sfc": "^3.0.5",
65+
"@vitejs/plugin-vue": "^1.2.1",
66+
"@vue/compiler-sfc": "^3.0.11",
6767
"@vue/eslint-config-prettier": "^6.0.0",
6868
"@vue/eslint-config-typescript": "^5.0.2",
6969
"eslint": "^6.7.2",
@@ -77,7 +77,7 @@
7777
"prettier": "^1.19.1",
7878
"transliteration": "^2.2.0",
7979
"typescript": "^4.1.5",
80-
"vite": "^2.1.3",
80+
"vite": "^2.1.5",
8181
"vite-plugin-md": "^0.6.3"
8282
},
8383
"eslintConfig": {

0 commit comments

Comments
 (0)