This commit is contained in:
MiaoWoo 2020-09-24 19:26:04 +08:00
parent 3c33ebf4e6
commit 9bfaf984c1
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.9.5",
"version": "0.9.6",
"useWorkspaces": true,
"npmClient": "yarn",
"packages": [

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.9.5",
"version": "0.9.6",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.9.5",
"version": "0.9.6",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@ -30,6 +30,6 @@
"dependencies": {
"@ccms/api": "^0.9.5",
"@ccms/container": "^0.9.4",
"@ccms/plugin": "^0.9.5"
"@ccms/plugin": "^0.9.6"
}
}