Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chhpt committed May 19, 2021
1 parent 6000fa7 commit 5a86ddb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"version": "2.11.0"
"version": "2.12.0"
}
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-admin",
"version": "2.11.0",
"version": "2.12.0",
"private": true,
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-api",
"version": "2.11.0",
"version": "2.12.0",
"description": "CloudBase content manager system service restful api",
"author": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-fx-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-fx-openapi",
"version": "2.11.0",
"version": "2.12.0",
"description": "CloudBase CMS open api service",
"author": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-init",
"version": "2.11.0",
"version": "2.12.0",
"description": "The function to init CloudBase content manager system",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-openapi",
"version": "2.11.0",
"version": "2.12.0",
"description": "CloudBase content manager system service restful api",
"author": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-sms-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sms-page",
"version": "2.11.0",
"version": "2.12.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-sms",
"version": "2.11.0",
"version": "2.12.0",
"description": "短信下发模块",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-cms-service",
"version": "2.11.0",
"version": "2.12.0",
"description": "CloudBase content manager system service",
"author": "[email protected]",
"private": true,
Expand Down

0 comments on commit 5a86ddb

Please sign in to comment.