Skip to content

Commit 432bc54

Browse files
committed
v0.7.1
1 parent 40468f6 commit 432bc54

File tree

39 files changed

+91
-91
lines changed

39 files changed

+91
-91
lines changed

npm/lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"packages": [
44
"!packs/ng",
55
"packs/*",

npm/packs/anchor-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/anchor-js",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"anchor-js": "^4.1.1"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.7.0"
8+
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.7.1"
99
},
1010
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/aspnetcore.mvc.ui": "^0.7.0",
9-
"@abp/bootstrap": "^0.7.0",
10-
"@abp/datatables.net-bs4": "^0.7.0",
11-
"@abp/font-awesome": "^0.7.0",
12-
"@abp/jquery-form": "^0.7.0",
13-
"@abp/jquery-validation-unobtrusive": "^0.7.0",
14-
"@abp/lodash": "^0.7.0",
15-
"@abp/malihu-custom-scrollbar-plugin": "^0.7.0",
16-
"@abp/select2": "^0.7.0",
17-
"@abp/sweetalert": "^0.7.0",
18-
"@abp/timeago": "^0.7.0",
19-
"@abp/toastr": "^0.7.0"
8+
"@abp/aspnetcore.mvc.ui": "^0.7.1",
9+
"@abp/bootstrap": "^0.7.1",
10+
"@abp/datatables.net-bs4": "^0.7.1",
11+
"@abp/font-awesome": "^0.7.1",
12+
"@abp/jquery-form": "^0.7.1",
13+
"@abp/jquery-validation-unobtrusive": "^0.7.1",
14+
"@abp/lodash": "^0.7.1",
15+
"@abp/malihu-custom-scrollbar-plugin": "^0.7.1",
16+
"@abp/select2": "^0.7.1",
17+
"@abp/sweetalert": "^0.7.1",
18+
"@abp/timeago": "^0.7.1",
19+
"@abp/toastr": "^0.7.1"
2020
},
2121
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"
2222
}

npm/packs/aspnetcore.mvc.ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/aspnetcore.mvc.ui",
44
"publishConfig": {
55
"access": "public"

npm/packs/blogging/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/blogging",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.7.0",
9-
"@abp/owl.carousel": "^0.7.0",
10-
"@abp/tui-editor": "^0.7.0"
8+
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.7.1",
9+
"@abp/owl.carousel": "^0.7.1",
10+
"@abp/tui-editor": "^0.7.1"
1111
}
1212
}

npm/packs/bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/bootstrap",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"bootstrap": "^4.1.1"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/clipboard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/clipboard",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"clipboard": "^2.0.4"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/codemirror/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/codemirror",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"codemirror": "^5.38.0"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/core",
44
"publishConfig": {
55
"access": "public"

npm/packs/datatables.net-bs4/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/datatables.net-bs4",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/datatables.net": "^0.7.0",
8+
"@abp/datatables.net": "^0.7.1",
99
"datatables.net-bs4": "^1.10.16"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/datatables.net/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/datatables.net",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"datatables.net": "^1.10.16"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/docs",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/anchor-js": "^0.7.0",
9-
"@abp/clipboard": "^0.7.0",
10-
"@abp/malihu-custom-scrollbar-plugin": "^0.7.0",
11-
"@abp/popper.js": "^0.7.0",
12-
"@abp/prismjs": "^0.7.0"
8+
"@abp/anchor-js": "^0.7.1",
9+
"@abp/clipboard": "^0.7.1",
10+
"@abp/malihu-custom-scrollbar-plugin": "^0.7.1",
11+
"@abp/popper.js": "^0.7.1",
12+
"@abp/prismjs": "^0.7.1"
1313
},
1414
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"
1515
}

npm/packs/flag-icon-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/flag-icon-css",
44
"publishConfig": {
55
"access": "public"

npm/packs/font-awesome/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/font-awesome",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"font-awesome": "^4.7.0"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/highlight.js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/highlight.js",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0"
8+
"@abp/core": "^0.7.1"
99
},
1010
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"
1111
}

npm/packs/jquery-form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/jquery-form",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/jquery": "^0.7.0",
8+
"@abp/jquery": "^0.7.1",
99
"jquery-form": "^4.2.2"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/jquery-validation-unobtrusive/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/jquery-validation-unobtrusive",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/jquery-validation": "^0.7.0",
8+
"@abp/jquery-validation": "^0.7.1",
99
"jquery-validation-unobtrusive": "^3.2.9"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/jquery-validation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/jquery-validation",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/jquery": "^0.7.0",
8+
"@abp/jquery": "^0.7.1",
99
"jquery-validation": "^1.17.0"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/jquery/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/jquery",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"jquery": "^3.3.1"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/lodash/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/lodash",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"lodash": "^4.17.10"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/malihu-custom-scrollbar-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/malihu-custom-scrollbar-plugin",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"malihu-custom-scrollbar-plugin": "^3.1.5"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/markdown-it/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "@abp/markdown-it",
44
"publishConfig": {
55
"access": "public"
66
},
77
"dependencies": {
8-
"@abp/core": "^0.7.0",
8+
"@abp/core": "^0.7.1",
99
"markdown-it": "^8.4.1"
1010
},
1111
"gitHead": "2e846ad3e5a8cbe04100484865335fbcd845a342"

npm/packs/ng/dist/account/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@abp/ng.account",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"dependencies": {
5-
"@abp/ng.theme.shared": "^0.7.0",
5+
"@abp/ng.theme.shared": "^0.7.1",
66
"tslib": "^1.9.0"
77
},
88
"main": "bundles/abp-ng.account.umd.js",

npm/packs/ng/dist/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abp/ng.core",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"dependencies": {
55
"@ngxs/router-plugin": "^3.5.0",
66
"@ngxs/storage-plugin": "^3.5.0",

npm/packs/ng/dist/identity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@abp/ng.identity",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"dependencies": {
5-
"@abp/ng.permission-management": "^0.7.0",
5+
"@abp/ng.permission-management": "^0.7.1",
66
"tslib": "^1.9.0"
77
},
88
"main": "bundles/abp-ng.identity.umd.js",

npm/packs/ng/dist/permission-management/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@abp/ng.permission-management",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"dependencies": {
5-
"@abp/ng.theme.shared": "^0.7.0",
5+
"@abp/ng.theme.shared": "^0.7.1",
66
"tslib": "^1.9.0"
77
},
88
"main": "bundles/abp-ng.permission-management.umd.js",

npm/packs/ng/dist/tenant-management/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abp/ng.tenant-management",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"peerDependencies": {
55
"@abp/ng.theme.shared": "^0.5.0"
66
},

npm/packs/ng/dist/theme-basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@abp/ng.theme.basic",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"dependencies": {
5-
"@abp/ng.theme.shared": "^0.7.0",
5+
"@abp/ng.theme.shared": "^0.7.1",
66
"tslib": "^1.9.0"
77
},
88
"main": "bundles/abp-ng.theme.basic.umd.js",

npm/packs/ng/dist/theme-shared/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@abp/ng.theme.shared",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"dependencies": {
5-
"@abp/ng.core": "^0.7.0",
5+
"@abp/ng.core": "^0.7.1",
66
"@angular/cdk": "^8.0.1",
77
"@ng-bootstrap/ng-bootstrap": "^5.0.0-rc.1",
88
"@ngx-validate/core": "^0.0.1",

0 commit comments

Comments
 (0)