Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Cloudbase Extension Cms
Commits
16684c4f
Commit
16684c4f
authored
4 years ago
by
cwuyiqing
Browse files
Options
Download
Email Patches
Plain Diff
v2.5.1
parent
6d0eb5bb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
lerna.json
+1
-1
lerna.json
packages/admin/package.json
+1
-1
packages/admin/package.json
packages/cms-api/package.json
+1
-1
packages/cms-api/package.json
packages/cms-init/package.json
+1
-1
packages/cms-init/package.json
packages/service/package.json
+1
-1
packages/service/package.json
with
5 additions
and
5 deletions
+5
-5
lerna.json
+
1
-
1
View file @
16684c4f
{
"packages"
:
[
"packages/*"
],
"npmClient"
:
"yarn"
,
"version"
:
"2.5.
0
"
"version"
:
"2.5.
1
"
}
This diff is collapsed.
Click to expand it.
packages/admin/package.json
+
1
-
1
View file @
16684c4f
{
"name"
:
"cloudbase-cms"
,
"version"
:
"2.5.
0
"
,
"version"
:
"2.5.
1
"
,
"private"
:
true
,
"description"
:
"An out-of-box UI solution for enterprise applications"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/cms-api/package.json
+
1
-
1
View file @
16684c4f
{
"name"
:
"cloudbase-cms-api"
,
"version"
:
"2.5.
0
"
,
"version"
:
"2.5.
1
"
,
"description"
:
"CloudBase content manager system service restful api"
,
"author"
:
"cwuyiqing@gmail.com"
,
"private"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
packages/cms-init/package.json
+
1
-
1
View file @
16684c4f
{
"name"
:
"tcb-cms-init"
,
"version"
:
"2.5.
0
"
,
"version"
:
"2.5.
1
"
,
"description"
:
"The function to init CloudBase content manager system"
,
"main"
:
"index.js"
,
"private"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
packages/service/package.json
+
1
-
1
View file @
16684c4f
{
"name"
:
"cloudbase-cms-service"
,
"version"
:
"2.5.
0
"
,
"version"
:
"2.5.
1
"
,
"description"
:
"CloudBase content manager system service"
,
"author"
:
"cwuyiqing@gmail.com"
,
"private"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help