v0.9.7
MiaoWoo 2020-09-25 10:13:59 +08:00
parent 498b0ee017
commit cd6a2023dc
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.9.6",
"version": "0.9.7",
"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.6"
"@ccms/plugin": "^0.9.7"
}
}