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
eff1645d
Commit
eff1645d
authored
4 years ago
by
cwuyiqing
Browse files
Options
Download
Email Patches
Plain Diff
v2.7.1
parent
6e524d29
master
feat/batch
feat/micro
v2.11.0
v2.10.2
v2.10.1
v2.10.0
v2.9.1
v2.9.0
v2.8.3
v2.8.2
v2.8.1
v2.8.0
v2.7.3
v2.7.2
v2.7.1
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 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/cms-openapi/package.json
+1
-1
packages/cms-openapi/package.json
packages/cms-sms-page/package.json
+1
-1
packages/cms-sms-page/package.json
packages/cms-sms/package.json
+1
-1
packages/cms-sms/package.json
packages/service/package.json
+1
-1
packages/service/package.json
with
8 additions
and
8 deletions
+8
-8
lerna.json
+
1
-
1
View file @
eff1645d
{
"packages"
:
[
"packages/*"
],
"npmClient"
:
"yarn"
,
"version"
:
"2.7.
0
"
"version"
:
"2.7.
1
"
}
This diff is collapsed.
Click to expand it.
packages/admin/package.json
+
1
-
1
View file @
eff1645d
{
"name"
:
"cloudbase-cms-admin"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
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 @
eff1645d
{
"name"
:
"cloudbase-cms-api"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
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 @
eff1645d
{
"name"
:
"cloudbase-cms-init"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
1
"
,
"description"
:
"The function to init CloudBase content manager system"
,
"main"
:
"index.js"
,
"private"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
packages/cms-openapi/package.json
+
1
-
1
View file @
eff1645d
{
"name"
:
"cloudbase-cms-openapi"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
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-sms-page/package.json
+
1
-
1
View file @
eff1645d
{
"name"
:
"sms-page"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
1
"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
...
...
This diff is collapsed.
Click to expand it.
packages/cms-sms/package.json
+
1
-
1
View file @
eff1645d
{
"name"
:
"cloudbase-cms-sms"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
1
"
,
"description"
:
"短信下发模块"
,
"main"
:
"index.js"
,
"private"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
packages/service/package.json
+
1
-
1
View file @
eff1645d
{
"name"
:
"cloudbase-cms-service"
,
"version"
:
"2.7.
0
"
,
"version"
:
"2.7.
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