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
小 白蛋
Nocobase
Commits
62eb85de
Commit
62eb85de
authored
3 years ago
by
chenos
Browse files
Options
Download
Email Patches
Plain Diff
chore(versions):
publish v0.7.0-alpha.13
parent
932c56d5
main
0.7
0.7.6
Dunqing-feat-select-m2o-next
acl-field
api-fields
app-manager
audit-logs
auditlogs
changed-with-associations
chore/error-message
dev
doc/api-database
doc/db-repository
doc/dev-res-action
doc/new-user-manual
doc/plugin-workflow
doc/relation-repository
example/custom-signup-page
example/util
examples
excel-function
feat-add-block-title-feature
feat-add-default-sort
feat-association-field-block
feat-association-field-features
feat-default-value
feat-fix-time-and-collection-pagination
feat-fk-input
feat-form-validator
feat-kanban-add-description
feat-m2o-sub-form-mode
feat-record-block-initializers-fields-pick
feat-relation-field-uischema
feat/associate-operate
feat/batch-operation
feat/cache
feat/changed-with-associations
feat/collection-inherits
feat/collection-templates
feat/database
feat/dev-ci
feat/field-unique
feat/form-save-tip
feat/grap-collection
feat/inherit-collection
feat/logger
feat/plugin-export
feat/plugin-file-manager
feat/plugin-import
feat/plugin-import-2
feat/plugin-manager
feat/plugin-manager-0823
feat/plugin-user-groups
feat/plugin-verification
feat/plugin-workflow-collection-field
feat/pm
feat/pnpm-support
feat/reference-check
feat/remove-assoc-fields-after-table-destroy
feat/request-logs
feat/resize-grid-columns
feat/safer-update
feat/submodule-graph-collection
feat/tree-table-block
feat/workflow-request
feature/custom_operation
feature/insert-field-schema-after
fix-acl-target-action-error
fix-formula-bug
fix-link-to-default-value
fix-multi-app-manager
fix-template-with-fields-only
fix-timezone
fix/association-deleted
fix/attachment-upload
fix/block-select-collection-menu
fix/bulk-update-db-locked
fix/collection-manager
fix/collection-manager-0719
fix/collection-manager-del-foreign-key
fix/create-inherits
fix/custom-assign-value
fix/database-find-with-appends
fix/database-view-error
fix/destroy-fields-by-array
fix/docker-ci
fix/empty-response
fix/export-date
fix/export-percent
fix/form-sys-fields-default-edit-mode
fix/menu-schema
fix/merge-include
fix/plugin-cm
fix/plugin-workflow
fix/table-data
fix/table-field-overflow
migrator
nocobase-build
perf/cache-schema
perf/token
pre-release
refactor/client
refactor/database
refactor/plugin-workflow
refactor/plugin-workflow-ui
relationships
rollback
table-demo
tree
tree-demo
v0.8.0-alpha.13
v0.8.0-alpha.11
v0.8.0-alpha.9
v0.8.0-alpha.8
v0.8.0-alpha.7
v0.8.0-alpha.6
v0.8.0-alpha.5
v0.8.0-alpha.3
v0.8.0-alpha.2
v0.8.0-alpha.1
v0.7.7-alpha.1
v0.7.6-alpha.2
v0.7.5-alpha.1.1666403334
v0.7.5-alpha.1
v0.7.4-alpha.7
v0.7.4-alpha.4
v0.7.4-alpha.1
v0.7.3-alpha.1
v0.7.2-alpha.2
v0.7.2-alpha.1
v0.7.1-alpha.5
v0.7.1-alpha.4
v0.7.0-alpha.82
v0.7.0-alpha.67
v0.7.0-alpha.64
v0.7.0-alpha.60
v0.7.0-alpha.59
v0.7.0-alpha.58
v0.7.0-alpha.57
v0.7.0-alpha.34
v0.7.0-alpha.33
v0.7.0-alpha.30
v0.7.0-alpha.29
v0.7.0-alpha.28
v0.7.0-alpha.24
v0.7.0-alpha.16
v0.7.0-alpha.15
No related merge requests found
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
packages/plugins/notifications/package.json
+2
-2
packages/plugins/notifications/package.json
packages/plugins/system-settings/package.json
+2
-2
packages/plugins/system-settings/package.json
packages/plugins/ui-routes-storage/package.json
+2
-2
packages/plugins/ui-routes-storage/package.json
packages/plugins/ui-schema-storage/package.json
+2
-2
packages/plugins/ui-schema-storage/package.json
packages/plugins/users/package.json
+2
-2
packages/plugins/users/package.json
packages/plugins/workflow/package.json
+6
-6
packages/plugins/workflow/package.json
with
16 additions
and
16 deletions
+16
-16
packages/plugins/notifications/package.json
+
2
-
2
View file @
62eb85de
{
"name"
:
"@nocobase/plugin-notifications"
,
"version"
:
"0.7.0-alpha.1
2
"
,
"version"
:
"0.7.0-alpha.1
3
"
,
"main"
:
"lib/index.js"
,
"license"
:
"Apache-2.0"
,
"licenses"
:
[
...
...
@@ -18,7 +18,7 @@
"nodemailer"
:
"^6.6.1"
},
"devDependencies"
:
{
"@nocobase/test"
:
"0.7.0-alpha.1
2
"
,
"@nocobase/test"
:
"0.7.0-alpha.1
3
"
,
"@types/nodemailer"
:
"6.4.4"
,
"nodemailer-mock"
:
"^1.5.11"
},
...
...
This diff is collapsed.
Click to expand it.
packages/plugins/system-settings/package.json
+
2
-
2
View file @
62eb85de
{
"name"
:
"@nocobase/plugin-system-settings"
,
"version"
:
"0.7.0-alpha.1
2
"
,
"version"
:
"0.7.0-alpha.1
3
"
,
"main"
:
"lib/index.js"
,
"license"
:
"Apache-2.0"
,
"licenses"
:
[
...
...
@@ -15,7 +15,7 @@
"build:esm"
:
"tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"devDependencies"
:
{
"@nocobase/test"
:
"0.7.0-alpha.1
2
"
"@nocobase/test"
:
"0.7.0-alpha.1
3
"
},
"gitHead"
:
"a00b45a2686695c5f4824d074ac5e1aff210793a"
}
This diff is collapsed.
Click to expand it.
packages/plugins/ui-routes-storage/package.json
+
2
-
2
View file @
62eb85de
{
"name"
:
"@nocobase/plugin-ui-routes-storage"
,
"version"
:
"0.7.0-alpha.1
2
"
,
"version"
:
"0.7.0-alpha.1
3
"
,
"main"
:
"lib/index.js"
,
"license"
:
"Apache-2.0"
,
"licenses"
:
[
...
...
@@ -18,7 +18,7 @@
"flat-to-nested"
:
"^1.1.1"
},
"devDependencies"
:
{
"@nocobase/test"
:
"0.7.0-alpha.1
2
"
"@nocobase/test"
:
"0.7.0-alpha.1
3
"
},
"gitHead"
:
"a00b45a2686695c5f4824d074ac5e1aff210793a"
}
This diff is collapsed.
Click to expand it.
packages/plugins/ui-schema-storage/package.json
+
2
-
2
View file @
62eb85de
{
"name"
:
"@nocobase/plugin-ui-schema-storage"
,
"version"
:
"0.7.0-alpha.1
2
"
,
"version"
:
"0.7.0-alpha.1
3
"
,
"main"
:
"lib/index.js"
,
"license"
:
"Apache-2.0"
,
"licenses"
:
[
...
...
@@ -16,7 +16,7 @@
},
"devDependencies"
:
{
"@formily/json-schema"
:
"^2.0.15"
,
"@nocobase/test"
:
"0.7.0-alpha.1
2
"
"@nocobase/test"
:
"0.7.0-alpha.1
3
"
},
"gitHead"
:
"a00b45a2686695c5f4824d074ac5e1aff210793a"
}
This diff is collapsed.
Click to expand it.
packages/plugins/users/package.json
+
2
-
2
View file @
62eb85de
{
"name"
:
"@nocobase/plugin-users"
,
"version"
:
"0.7.0-alpha.1
2
"
,
"version"
:
"0.7.0-alpha.1
3
"
,
"main"
:
"lib/index.js"
,
"license"
:
"Apache-2.0"
,
"licenses"
:
[
...
...
@@ -18,7 +18,7 @@
"jsonwebtoken"
:
"^8.5.1"
},
"devDependencies"
:
{
"@nocobase/test"
:
"0.7.0-alpha.1
2
"
,
"@nocobase/test"
:
"0.7.0-alpha.1
3
"
,
"@types/jsonwebtoken"
:
"^8.5.8"
},
"gitHead"
:
"a00b45a2686695c5f4824d074ac5e1aff210793a"
...
...
This diff is collapsed.
Click to expand it.
packages/plugins/workflow/package.json
+
6
-
6
View file @
62eb85de
{
"name"
:
"@nocobase/plugin-workflow"
,
"version"
:
"0.7.0-alpha.1
2
"
,
"version"
:
"0.7.0-alpha.1
3
"
,
"main"
:
"lib/index.js"
,
"license"
:
"Apache-2.0"
,
"licenses"
:
[
...
...
@@ -15,14 +15,14 @@
"build:esm"
:
"tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies"
:
{
"@nocobase/actions"
:
"0.7.0-alpha.1
2
"
,
"@nocobase/database"
:
"0.7.0-alpha.1
2
"
,
"@nocobase/server"
:
"0.7.0-alpha.1
2
"
,
"@nocobase/utils"
:
"0.7.0-alpha.1
2
"
,
"@nocobase/actions"
:
"0.7.0-alpha.1
3
"
,
"@nocobase/database"
:
"0.7.0-alpha.1
3
"
,
"@nocobase/server"
:
"0.7.0-alpha.1
3
"
,
"@nocobase/utils"
:
"0.7.0-alpha.1
3
"
,
"json-templates"
:
"^4.2.0"
},
"devDependencies"
:
{
"@nocobase/test"
:
"0.7.0-alpha.1
2
"
"@nocobase/test"
:
"0.7.0-alpha.1
3
"
},
"gitHead"
:
"a00b45a2686695c5f4824d074ac5e1aff210793a"
}
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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