Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 5a86ddb

Browse files
committed
v2.12.0
1 parent 6000fa7 commit 5a86ddb

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "yarn",
4-
"version": "2.11.0"
4+
"version": "2.12.0"
55
}

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-admin",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"private": true,
55
"description": "An out-of-box UI solution for enterprise applications",
66
"scripts": {

packages/cms-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-api",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "CloudBase content manager system service restful api",
55
"author": "cwuyiqing@gmail.com",
66
"private": true,

packages/cms-fx-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-fx-openapi",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "CloudBase CMS open api service",
55
"author": "cwuyiqing@gmail.com",
66
"private": true,

packages/cms-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-init",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "The function to init CloudBase content manager system",
55
"main": "index.js",
66
"private": true,

packages/cms-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-openapi",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "CloudBase content manager system service restful api",
55
"author": "cwuyiqing@gmail.com",
66
"private": true,

packages/cms-sms-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sms-page",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"private": true,
55
"scripts": {
66
"dev": "vue-cli-service serve",

packages/cms-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-sms",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "短信下发模块",
55
"main": "index.js",
66
"private": true,

packages/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-cms-service",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "CloudBase content manager system service",
55
"author": "cwuyiqing@gmail.com",
66
"private": true,

0 commit comments

Comments
 (0)