Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chhpt committed Dec 7, 2020
1 parent 0ed87a6 commit bce5e73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3.1"
"version": "2.4.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",
"version": "2.3.1",
"version": "2.4.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.3.1",
"version": "2.4.0",
"description": "CloudBase content manager system service restful api",
"author": "cwuyiqing@gmail.com",
"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": "tcb-cms-init",
"version": "2.3.0",
"version": "2.4.0",
"description": "The function to init CloudBase content manager system",
"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.3.1",
"version": "2.4.0",
"description": "CloudBase content manager system service",
"author": "cwuyiqing@gmail.com",
"private": true,
Expand Down

0 comments on commit bce5e73

Please sign in to comment.