Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chhpt committed Nov 17, 2020
1 parent b689824 commit 5ec278e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.2"
"version": "2.2.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.1.2",
"version": "2.2.0",
"private": true,
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {
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.1.0",
"version": "2.2.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.1.2",
"version": "2.2.0",
"description": "CloudBase content manager system service",
"author": "cwuyiqing@gmail.com",
"private": true,
Expand Down

0 comments on commit 5ec278e

Please sign in to comment.