diff --git a/docs/en/Modules/Index.md b/docs/en/Modules/Index.md
index 2771c9a8a9..662ecf30a6 100644
--- a/docs/en/Modules/Index.md
+++ b/docs/en/Modules/Index.md
@@ -15,7 +15,7 @@ There are some **free and open source** application modules developed and mainta
* **Audit Logging**: Used to persist audit logs to a database.
* **Background Jobs**: Used to persist background jobs when using default background job manager.
* **Blogging**: Used to create fancy blogs. ABP's [own blog](https://abp.io/blog/abp/) already using this module.
-* [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://abp.io/documents/) already using this module.
+* [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://docs.abp.io) already using this module.
* **Identity**: Used to manage roles, users and their permissions.
* **Identity Server**: Integrates to IdentityServer4.
* **Permission Management**: Used to persist permissions.
@@ -23,4 +23,4 @@ There are some **free and open source** application modules developed and mainta
* **Tenant Management**: Used to manage tenants for a [multi-tenant](../Multi-Tenancy.md) application.
* **Users**: Used to abstract users, so other modules can depend on this instead of the Identity module.
-Documenting the modules is in the progress. See [this repository](https://github.com/abpframework/abp/tree/master/modules) for source code of all modules.
\ No newline at end of file
+Documenting the modules is in the progress. See [this repository](https://github.com/abpframework/abp/tree/master/modules) for source code of all modules.
diff --git a/npm/lerna.json b/npm/lerna.json
index c101f6c54c..158a66e225 100644
--- a/npm/lerna.json
+++ b/npm/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "0.8.3",
+ "version": "0.9.0",
"packages": [
"ng-packs/dist/*",
"packs/*"
diff --git a/npm/ng-packs/dist/account/package.json b/npm/ng-packs/dist/account/package.json
index 5001350832..d97e141a19 100644
--- a/npm/ng-packs/dist/account/package.json
+++ b/npm/ng-packs/dist/account/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.account",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
+ "@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/core/package.json b/npm/ng-packs/dist/core/package.json
index e9ebe5240c..32d262ac3d 100644
--- a/npm/ng-packs/dist/core/package.json
+++ b/npm/ng-packs/dist/core/package.json
@@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
"@ngxs/router-plugin": "^3.5.0",
"@ngxs/storage-plugin": "^3.5.0",
"@ngxs/store": "^3.5.0",
"angular-oauth2-oidc": "^8.0.1",
- "just-compare": "^1.3.0",
"just-clone": "3.1.0",
+ "just-compare": "^1.3.0",
"snq": "^1.0.3",
"tslib": "^1.9.0"
},
diff --git a/npm/ng-packs/dist/feature-management/package.json b/npm/ng-packs/dist/feature-management/package.json
index 568d572962..e5dab8cf27 100644
--- a/npm/ng-packs/dist/feature-management/package.json
+++ b/npm/ng-packs/dist/feature-management/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.feature-management",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
+ "@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/identity/package.json b/npm/ng-packs/dist/identity/package.json
index 0ec7d31981..8d932ddbda 100644
--- a/npm/ng-packs/dist/identity/package.json
+++ b/npm/ng-packs/dist/identity/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.identity",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.permission-management": "^0.8.3",
+ "@abp/ng.permission-management": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/permission-management/package.json b/npm/ng-packs/dist/permission-management/package.json
index 55aab852f6..8f197e0025 100644
--- a/npm/ng-packs/dist/permission-management/package.json
+++ b/npm/ng-packs/dist/permission-management/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.permission-management",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
+ "@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/setting-management/package.json b/npm/ng-packs/dist/setting-management/package.json
index f0c4553121..ad2f9401a8 100644
--- a/npm/ng-packs/dist/setting-management/package.json
+++ b/npm/ng-packs/dist/setting-management/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.setting-management",
- "version": "0.0.1",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
+ "@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/tenant-management/package.json b/npm/ng-packs/dist/tenant-management/package.json
index 69fc8fcc7e..28d1ced4c4 100644
--- a/npm/ng-packs/dist/tenant-management/package.json
+++ b/npm/ng-packs/dist/tenant-management/package.json
@@ -1,9 +1,9 @@
{
"name": "@abp/ng.tenant-management",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
- "@abp/ng.feature-management": "^0.8.3",
+ "@abp/ng.feature-management": "^0.9.0",
+ "@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/theme-basic/package.json b/npm/ng-packs/dist/theme-basic/package.json
index b816bf17e7..4174ba1f79 100644
--- a/npm/ng-packs/dist/theme-basic/package.json
+++ b/npm/ng-packs/dist/theme-basic/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.basic",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
+ "@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {
diff --git a/npm/ng-packs/dist/theme-shared/package.json b/npm/ng-packs/dist/theme-shared/package.json
index e9cd412ac6..f0e71b6d61 100644
--- a/npm/ng-packs/dist/theme-shared/package.json
+++ b/npm/ng-packs/dist/theme-shared/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.shared",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.core": "^0.8.3",
+ "@abp/ng.core": "^0.9.0",
"@angular/cdk": "^8.0.1",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@ngx-validate/core": "^0.0.5",
diff --git a/npm/ng-packs/packages/account/package.json b/npm/ng-packs/packages/account/package.json
index 0c4b42bdac..495b427bf3 100644
--- a/npm/ng-packs/packages/account/package.json
+++ b/npm/ng-packs/packages/account/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.account",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3"
+ "@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/core/package.json b/npm/ng-packs/packages/core/package.json
index c97d36644c..72891e1269 100644
--- a/npm/ng-packs/packages/core/package.json
+++ b/npm/ng-packs/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.core",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
"@ngxs/router-plugin": "^3.5.0",
"@ngxs/storage-plugin": "^3.5.0",
diff --git a/npm/ng-packs/packages/feature-management/package.json b/npm/ng-packs/packages/feature-management/package.json
index d5ebc57681..532a766488 100644
--- a/npm/ng-packs/packages/feature-management/package.json
+++ b/npm/ng-packs/packages/feature-management/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.feature-management",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3"
+ "@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/identity/package.json b/npm/ng-packs/packages/identity/package.json
index f5c6803c1d..f139753679 100644
--- a/npm/ng-packs/packages/identity/package.json
+++ b/npm/ng-packs/packages/identity/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.identity",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.permission-management": "^0.8.3"
+ "@abp/ng.permission-management": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/permission-management/package.json b/npm/ng-packs/packages/permission-management/package.json
index 69662633cc..245856a59a 100644
--- a/npm/ng-packs/packages/permission-management/package.json
+++ b/npm/ng-packs/packages/permission-management/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.permission-management",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3"
+ "@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/setting-management/package.json b/npm/ng-packs/packages/setting-management/package.json
index 354fa248c3..f02d0f33b2 100644
--- a/npm/ng-packs/packages/setting-management/package.json
+++ b/npm/ng-packs/packages/setting-management/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.setting-management",
- "version": "0.0.1",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3"
+ "@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/tenant-management/package.json b/npm/ng-packs/packages/tenant-management/package.json
index afdf53548f..8f59b9179d 100644
--- a/npm/ng-packs/packages/tenant-management/package.json
+++ b/npm/ng-packs/packages/tenant-management/package.json
@@ -1,9 +1,9 @@
{
"name": "@abp/ng.tenant-management",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3",
- "@abp/ng.feature-management": "^0.8.3"
+ "@abp/ng.theme.shared": "^0.9.0",
+ "@abp/ng.feature-management": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/theme-basic/package.json b/npm/ng-packs/packages/theme-basic/package.json
index f90f757524..86257c874b 100644
--- a/npm/ng-packs/packages/theme-basic/package.json
+++ b/npm/ng-packs/packages/theme-basic/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.basic",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.theme.shared": "^0.8.3"
+ "@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"
diff --git a/npm/ng-packs/packages/theme-shared/package.json b/npm/ng-packs/packages/theme-shared/package.json
index 554cbbe105..690ed974b0 100644
--- a/npm/ng-packs/packages/theme-shared/package.json
+++ b/npm/ng-packs/packages/theme-shared/package.json
@@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.shared",
- "version": "0.8.3",
+ "version": "0.9.0",
"dependencies": {
- "@abp/ng.core": "^0.8.3",
+ "@abp/ng.core": "^0.9.0",
"@angular/cdk": "^8.0.1",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@ngx-validate/core": "^0.0.5",
diff --git a/npm/packs/anchor-js/package.json b/npm/packs/anchor-js/package.json
index 5394842ebb..248396873f 100644
--- a/npm/packs/anchor-js/package.json
+++ b/npm/packs/anchor-js/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"anchor-js": "^4.1.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
index f776dd04de..51df4a192a 100644
--- a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
+++ b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.shared": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.shared": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}
diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
index 3d473c7182..f59f66fb49 100644
--- a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
+++ b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
@@ -1,23 +1,23 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/aspnetcore.mvc.ui": "^0.8.0",
- "@abp/bootstrap": "^0.8.0",
- "@abp/datatables.net-bs4": "^0.8.0",
- "@abp/font-awesome": "^0.8.0",
- "@abp/jquery-form": "^0.8.0",
- "@abp/jquery-validation-unobtrusive": "^0.8.0",
- "@abp/lodash": "^0.8.0",
- "@abp/malihu-custom-scrollbar-plugin": "^0.8.0",
- "@abp/select2": "^0.8.0",
- "@abp/sweetalert": "^0.8.0",
- "@abp/timeago": "^0.8.0",
- "@abp/luxon": "^0.8.0",
- "@abp/toastr": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui": "^0.9.0",
+ "@abp/bootstrap": "^0.9.0",
+ "@abp/datatables.net-bs4": "^0.9.0",
+ "@abp/font-awesome": "^0.9.0",
+ "@abp/jquery-form": "^0.9.0",
+ "@abp/jquery-validation-unobtrusive": "^0.9.0",
+ "@abp/lodash": "^0.9.0",
+ "@abp/luxon": "^0.9.0",
+ "@abp/malihu-custom-scrollbar-plugin": "^0.9.0",
+ "@abp/select2": "^0.9.0",
+ "@abp/sweetalert": "^0.9.0",
+ "@abp/timeago": "^0.9.0",
+ "@abp/toastr": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}
diff --git a/npm/packs/aspnetcore.mvc.ui/package.json b/npm/packs/aspnetcore.mvc.ui/package.json
index 122fa7435f..3306f3fc77 100644
--- a/npm/packs/aspnetcore.mvc.ui/package.json
+++ b/npm/packs/aspnetcore.mvc.ui/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"
diff --git a/npm/packs/blogging/package.json b/npm/packs/blogging/package.json
index 766fe78f8f..497d9a8575 100644
--- a/npm/packs/blogging/package.json
+++ b/npm/packs/blogging/package.json
@@ -1,13 +1,13 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.shared": "^0.8.0",
- "@abp/owl.carousel": "^0.8.0",
- "@abp/tui-editor": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.shared": "^0.9.0",
+ "@abp/owl.carousel": "^0.9.0",
+ "@abp/tui-editor": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}
diff --git a/npm/packs/bootstrap/package.json b/npm/packs/bootstrap/package.json
index 52bb389c66..8093ea0ce5 100644
--- a/npm/packs/bootstrap/package.json
+++ b/npm/packs/bootstrap/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/bootstrap",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"bootstrap": "^4.1.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/chart.js/package.json b/npm/packs/chart.js/package.json
index 9d0ac13e21..e031b3d5ee 100644
--- a/npm/packs/chart.js/package.json
+++ b/npm/packs/chart.js/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.8.2",
+ "version": "0.9.0",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"
diff --git a/npm/packs/clipboard/package.json b/npm/packs/clipboard/package.json
index 0d77dd09fd..6eea1d25e4 100644
--- a/npm/packs/clipboard/package.json
+++ b/npm/packs/clipboard/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"clipboard": "^2.0.4"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/codemirror/package.json b/npm/packs/codemirror/package.json
index cf9b9db266..a120f0a9d8 100644
--- a/npm/packs/codemirror/package.json
+++ b/npm/packs/codemirror/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"codemirror": "^5.38.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/core/package.json b/npm/packs/core/package.json
index dcd30ca3fe..9b1e2cc754 100644
--- a/npm/packs/core/package.json
+++ b/npm/packs/core/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/core",
"publishConfig": {
"access": "public"
diff --git a/npm/packs/datatables.net-bs4/package.json b/npm/packs/datatables.net-bs4/package.json
index 15f6b9a529..ea19108782 100644
--- a/npm/packs/datatables.net-bs4/package.json
+++ b/npm/packs/datatables.net-bs4/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/datatables.net-bs4",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/datatables.net": "^0.8.0",
+ "@abp/datatables.net": "^0.9.0",
"datatables.net-bs4": "^1.10.16"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/datatables.net/package.json b/npm/packs/datatables.net/package.json
index 2bdeed5cea..508ff2f982 100644
--- a/npm/packs/datatables.net/package.json
+++ b/npm/packs/datatables.net/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/datatables.net",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"datatables.net": "^1.10.16"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/docs/package.json b/npm/packs/docs/package.json
index b31a1b77a3..b9f2cd55ea 100644
--- a/npm/packs/docs/package.json
+++ b/npm/packs/docs/package.json
@@ -1,15 +1,15 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/anchor-js": "^0.8.0",
- "@abp/clipboard": "^0.8.0",
- "@abp/malihu-custom-scrollbar-plugin": "^0.8.0",
- "@abp/popper.js": "^0.8.0",
- "@abp/prismjs": "^0.8.0"
+ "@abp/anchor-js": "^0.9.0",
+ "@abp/clipboard": "^0.9.0",
+ "@abp/malihu-custom-scrollbar-plugin": "^0.9.0",
+ "@abp/popper.js": "^0.9.0",
+ "@abp/prismjs": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}
diff --git a/npm/packs/flag-icon-css/package.json b/npm/packs/flag-icon-css/package.json
index 19e4cb4c7f..f7781ebc52 100644
--- a/npm/packs/flag-icon-css/package.json
+++ b/npm/packs/flag-icon-css/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"
diff --git a/npm/packs/font-awesome/package.json b/npm/packs/font-awesome/package.json
index c1cd90bfb8..24738d8cea 100644
--- a/npm/packs/font-awesome/package.json
+++ b/npm/packs/font-awesome/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/font-awesome",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"font-awesome": "^4.7.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/highlight.js/package.json b/npm/packs/highlight.js/package.json
index f029dbc933..9204423313 100644
--- a/npm/packs/highlight.js/package.json
+++ b/npm/packs/highlight.js/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0"
+ "@abp/core": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}
diff --git a/npm/packs/jquery-form/package.json b/npm/packs/jquery-form/package.json
index 16393e4f6f..1470e1842a 100644
--- a/npm/packs/jquery-form/package.json
+++ b/npm/packs/jquery-form/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/jquery-form",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/jquery": "^0.8.0",
+ "@abp/jquery": "^0.9.0",
"jquery-form": "^4.2.2"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/jquery-validation-unobtrusive/package.json b/npm/packs/jquery-validation-unobtrusive/package.json
index d9ed79b794..dfb62b2c6a 100644
--- a/npm/packs/jquery-validation-unobtrusive/package.json
+++ b/npm/packs/jquery-validation-unobtrusive/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/jquery-validation-unobtrusive",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/jquery-validation": "^0.8.0",
+ "@abp/jquery-validation": "^0.9.0",
"jquery-validation-unobtrusive": "^3.2.9"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/jquery-validation/package.json b/npm/packs/jquery-validation/package.json
index 9ab48d5c56..e141583ab5 100644
--- a/npm/packs/jquery-validation/package.json
+++ b/npm/packs/jquery-validation/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/jquery-validation",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/jquery": "^0.8.0",
+ "@abp/jquery": "^0.9.0",
"jquery-validation": "^1.17.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/jquery/package.json b/npm/packs/jquery/package.json
index b440e95bc2..90045b6944 100644
--- a/npm/packs/jquery/package.json
+++ b/npm/packs/jquery/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"jquery": "^3.3.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/lodash/package.json b/npm/packs/lodash/package.json
index 1c8a59609d..95056dc32e 100644
--- a/npm/packs/lodash/package.json
+++ b/npm/packs/lodash/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/lodash",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"lodash": "^4.17.10"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/luxon/package.json b/npm/packs/luxon/package.json
index 9d32bc605e..c8e3916a2b 100644
--- a/npm/packs/luxon/package.json
+++ b/npm/packs/luxon/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/luxon",
"publishConfig": {
"access": "public"
diff --git a/npm/packs/malihu-custom-scrollbar-plugin/package.json b/npm/packs/malihu-custom-scrollbar-plugin/package.json
index 9ee0d3e5e9..4949b56c17 100644
--- a/npm/packs/malihu-custom-scrollbar-plugin/package.json
+++ b/npm/packs/malihu-custom-scrollbar-plugin/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/malihu-custom-scrollbar-plugin",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/markdown-it/package.json b/npm/packs/markdown-it/package.json
index b6f7340c6a..6306a25ca9 100644
--- a/npm/packs/markdown-it/package.json
+++ b/npm/packs/markdown-it/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"markdown-it": "^8.4.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/owl.carousel/package.json b/npm/packs/owl.carousel/package.json
index ce59ea97b7..2b37c59fb6 100644
--- a/npm/packs/owl.carousel/package.json
+++ b/npm/packs/owl.carousel/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"owl.carousel": "^2.3.4"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/popper.js/package.json b/npm/packs/popper.js/package.json
index b31d65ec88..e10f9d4b3c 100644
--- a/npm/packs/popper.js/package.json
+++ b/npm/packs/popper.js/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"popper.js": "^1.14.6"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/prismjs/package.json b/npm/packs/prismjs/package.json
index a954779e78..6cdd072181 100644
--- a/npm/packs/prismjs/package.json
+++ b/npm/packs/prismjs/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"prismjs": "^1.15.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/select2/package.json b/npm/packs/select2/package.json
index bd562ee3a4..92779058d4 100644
--- a/npm/packs/select2/package.json
+++ b/npm/packs/select2/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/select2",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"select2": "^4.0.5"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/sweetalert/package.json b/npm/packs/sweetalert/package.json
index a40dab4cc1..570b220044 100644
--- a/npm/packs/sweetalert/package.json
+++ b/npm/packs/sweetalert/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/sweetalert",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/core": "^0.8.0",
+ "@abp/core": "^0.9.0",
"sweetalert": "^2.1.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/timeago/package.json b/npm/packs/timeago/package.json
index 68a44f260f..fb124c2e3a 100644
--- a/npm/packs/timeago/package.json
+++ b/npm/packs/timeago/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/timeago",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/jquery": "^0.8.0",
+ "@abp/jquery": "^0.9.0",
"timeago": "^1.6.3"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/toastr/package.json b/npm/packs/toastr/package.json
index d80c845e74..8870a9ba57 100644
--- a/npm/packs/toastr/package.json
+++ b/npm/packs/toastr/package.json
@@ -1,11 +1,11 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/toastr",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/jquery": "^0.8.0",
+ "@abp/jquery": "^0.9.0",
"toastr": "^2.1.4"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json
index 3b82f869e4..58a5fcf7b6 100644
--- a/npm/packs/tui-editor/package.json
+++ b/npm/packs/tui-editor/package.json
@@ -1,14 +1,14 @@
{
- "version": "0.8.0",
+ "version": "0.9.0",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@abp/codemirror": "^0.8.0",
- "@abp/highlight.js": "^0.8.0",
- "@abp/jquery": "^0.8.0",
- "@abp/markdown-it": "^0.8.0",
+ "@abp/codemirror": "^0.9.0",
+ "@abp/highlight.js": "^0.9.0",
+ "@abp/jquery": "^0.9.0",
+ "@abp/markdown-it": "^0.9.0",
"tui-editor": "^1.2.6"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
diff --git a/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/AppModule.cs b/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/AppModule.cs
index 9343740fc5..b0c52af9e2 100644
--- a/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/AppModule.cs
+++ b/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/AppModule.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Builder;
-using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
+using Microsoft.Extensions.Hosting;
using Volo.Abp;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Autofac;
@@ -8,8 +8,10 @@ using Volo.Abp.Modularity;
namespace BasicAspNetCoreApplication
{
- [DependsOn(typeof(AbpAspNetCoreMvcModule))]
- [DependsOn(typeof(AbpAutofacModule))]
+ [DependsOn(
+ typeof(AbpAspNetCoreMvcModule),
+ typeof(AbpAutofacModule)
+ )]
public class AppModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
@@ -29,7 +31,9 @@ namespace BasicAspNetCoreApplication
app.UseDeveloperExceptionPage();
}
- app.UseMvcWithDefaultRoute();
+ app.UseRouting();
+
+ app.UseMvcWithDefaultRouteAndArea();
}
}
}
\ No newline at end of file
diff --git a/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/BasicAspNetCoreApplication.csproj b/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/BasicAspNetCoreApplication.csproj
index 07a1ba541a..95fd323708 100644
--- a/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/BasicAspNetCoreApplication.csproj
+++ b/samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/BasicAspNetCoreApplication.csproj
@@ -1,13 +1,12 @@
- netcoreapp2.2
+ netcoreapp3.0
-
-
-
+
+
diff --git a/samples/BasicConsoleApplication/AbpConsoleDemo/AbpConsoleDemo.csproj b/samples/BasicConsoleApplication/AbpConsoleDemo/AbpConsoleDemo.csproj
index ca84a4353b..5bdcf4c9e0 100644
--- a/samples/BasicConsoleApplication/AbpConsoleDemo/AbpConsoleDemo.csproj
+++ b/samples/BasicConsoleApplication/AbpConsoleDemo/AbpConsoleDemo.csproj
@@ -2,11 +2,11 @@
Exe
- netcoreapp2.2
+ netcoreapp3.0
-
+
diff --git a/samples/BasicConsoleApplication/AbpConsoleDemo/AppModule.cs b/samples/BasicConsoleApplication/AbpConsoleDemo/AppModule.cs
index 85d1d6b816..88e6692778 100644
--- a/samples/BasicConsoleApplication/AbpConsoleDemo/AppModule.cs
+++ b/samples/BasicConsoleApplication/AbpConsoleDemo/AppModule.cs
@@ -3,7 +3,9 @@ using Volo.Abp.Modularity;
namespace AbpConsoleDemo
{
- [DependsOn(typeof(AbpAutofacModule))]
+ [DependsOn(
+ typeof(AbpAutofacModule)
+ )]
public class AppModule : AbpModule
{
diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json
index 23e18d4389..e409934329 100644
--- a/templates/app/angular/package.json
+++ b/templates/app/angular/package.json
@@ -13,10 +13,10 @@
},
"private": true,
"dependencies": {
- "@abp/ng.account": "^0.8.3",
- "@abp/ng.identity": "^0.8.3",
- "@abp/ng.tenant-management": "^0.8.3",
- "@abp/ng.theme.basic": "^0.8.3",
+ "@abp/ng.account": "^0.9.0",
+ "@abp/ng.identity": "^0.9.0",
+ "@abp/ng.tenant-management": "^0.9.0",
+ "@abp/ng.theme.basic": "^0.9.0",
"@angular/animations": "~8.2.2",
"@angular/common": "~8.2.2",
"@angular/compiler": "~8.2.2",
diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
index 577ec7abea..f4990c2e67 100644
--- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
+++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
@@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file
diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
index b88580ee1c..1a9f988487 100644
--- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
+++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
@@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file
diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
index 577ec7abea..f4990c2e67 100644
--- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
+++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
@@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file
diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
index 577ec7abea..f4990c2e67 100644
--- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
+++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
@@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file
diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
index 264e02c8a7..85964c87b8 100644
--- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
+++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
@@ -2,35 +2,36 @@
# yarn lockfile v1
-"@abp/aspnetcore.mvc.ui.theme.basic@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-0.8.0.tgz#8b6b5fdcee9d0a61b2e6d602158c814eac808ef9"
- integrity sha512-TLP5iCXnxfL7IECBHiJFTpvlgVEuzb9wm0vvxAGFZYiu5IkxeZxVMreQHiXOwJdRFGtyJtM6T5+va4LqNQtfCw==
- dependencies:
- "@abp/aspnetcore.mvc.ui.theme.shared" "^0.8.0"
-
-"@abp/aspnetcore.mvc.ui.theme.shared@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-0.8.0.tgz#3892843e1519aa8e9bf56bd08d69a7114de20b56"
- integrity sha512-s63rg2nmjbJn5oBrPwt0VBw0V8LQsS4kpup7b7jW8f6Fw1k07w6i4XVG0JZCZPx3HTCZbHc+Nu3fBTUhZfokaA==
- dependencies:
- "@abp/aspnetcore.mvc.ui" "^0.8.0"
- "@abp/bootstrap" "^0.8.0"
- "@abp/datatables.net-bs4" "^0.8.0"
- "@abp/font-awesome" "^0.8.0"
- "@abp/jquery-form" "^0.8.0"
- "@abp/jquery-validation-unobtrusive" "^0.8.0"
- "@abp/lodash" "^0.8.0"
- "@abp/malihu-custom-scrollbar-plugin" "^0.8.0"
- "@abp/select2" "^0.8.0"
- "@abp/sweetalert" "^0.8.0"
- "@abp/timeago" "^0.8.0"
- "@abp/toastr" "^0.8.0"
-
-"@abp/aspnetcore.mvc.ui@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-0.8.0.tgz#bb5234696771a900caa91a22033d017ceecd7df5"
- integrity sha512-3wokY7KSjoft9O4UnysHZ5756YPTYdKMogxWddzJXCZXK8jJfx0hbAwV0sK+3Q0f4DGOzIzRoxE0UH6Dk2a9pw==
+"@abp/aspnetcore.mvc.ui.theme.basic@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-0.9.0.tgz#7f68998a082c1b0972a101d9d4f7e15d0a86599c"
+ integrity sha512-5SW+Y5zIzjsy5SweBo9+C4ZX1xnJSLSmPhQW6Qup3Sfy7A+862ZcJj5IrSgH6Vxc36pNdBz4WyHj/gXQDuZ70Q==
+ dependencies:
+ "@abp/aspnetcore.mvc.ui.theme.shared" "^0.9.0"
+
+"@abp/aspnetcore.mvc.ui.theme.shared@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-0.9.0.tgz#8bce8ad565ddba9768ddae121ea0c04111485e53"
+ integrity sha512-mgf3fqKi/ksdWZEPeM9uUluc48MM7V+9BwR9P3bCwih0P9+6aWJq6gq/BsnZrNAe9qKd11smjFku22OC1/c/tg==
+ dependencies:
+ "@abp/aspnetcore.mvc.ui" "^0.9.0"
+ "@abp/bootstrap" "^0.9.0"
+ "@abp/datatables.net-bs4" "^0.9.0"
+ "@abp/font-awesome" "^0.9.0"
+ "@abp/jquery-form" "^0.9.0"
+ "@abp/jquery-validation-unobtrusive" "^0.9.0"
+ "@abp/lodash" "^0.9.0"
+ "@abp/luxon" "^0.9.0"
+ "@abp/malihu-custom-scrollbar-plugin" "^0.9.0"
+ "@abp/select2" "^0.9.0"
+ "@abp/sweetalert" "^0.9.0"
+ "@abp/timeago" "^0.9.0"
+ "@abp/toastr" "^0.9.0"
+
+"@abp/aspnetcore.mvc.ui@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-0.9.0.tgz#85a7745a59dd10164aa3862cc0e0d2839bab1dc7"
+ integrity sha512-DlcjrMk5dLRC6NJpITNO3XiqsbSPNwkSkqq8aqGYC5iN+tq9wzRgf1b8rz4sJsOeBZxaHH2U4L4SXSufsy7weg==
dependencies:
ansi-colors "^3.2.4"
extend-object "^1.0.0"
@@ -39,121 +40,128 @@
path "^0.12.7"
rimraf "^2.6.3"
-"@abp/bootstrap@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-0.8.0.tgz#ef5b076a892c47ebf00a13420b819a5f627b0beb"
- integrity sha512-ZUu+4pbX1ky1Ub41d68VKAa1M/dy+u5RtEAvv2aqECsGu9LUZTxG5hc9adU59ZdnhPjARe2AeG9LA7Pf4KOAVA==
+"@abp/bootstrap@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-0.9.0.tgz#6ff1df5b34197996938c08b06288dc7f6a161aa3"
+ integrity sha512-0aHTrJSKXqI0+V7V8+t3M6wG0L1E5Zq+UzJAzd79FXlXF9MoaNbMPpPrnnya4p+d0cZQsZm3lnWx0LwVXj2AVA==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
bootstrap "^4.1.1"
-"@abp/core@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/core/-/core-0.8.0.tgz#e7504cc14acc3a44bee2a414717a43c234600a14"
- integrity sha512-hAY1HzZ+NkpmeutVrSajA1jBLoyaNonncO+qa6J463v2UJ/a7+WYGIfllsAIhaUDNqHhFtED2LJHQNEG9gpCfA==
+"@abp/core@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/core/-/core-0.9.0.tgz#ef15f932bbc8d2b6345be9fe0c762810cf33c306"
+ integrity sha512-/Lg36ud9B6muLDjbaigCiMP9K+FgVCdERPuq+6We1k5xpPuVj+/cIJZQHlgSY25VIciOLMLbJg2lAOyuHSXbAA==
-"@abp/datatables.net-bs4@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-0.8.0.tgz#acc42026a49948405792fcea2bcece002fe13e38"
- integrity sha512-jqWxpbzfaq9VL+xb8qNMYJc0odAwZCbybHbN4kTPN4vIasL4Yhiotsxv6EC7T6YR9FxbAXnHpdmKBUogO3TGrw==
+"@abp/datatables.net-bs4@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-0.9.0.tgz#30adb5e3afbf0cc58eec3ee52fdbd62cf2a1cce1"
+ integrity sha512-dD7ELc30bQeZdPFmTfZ/EUtmL6o4iY+1Ew17vdvkUxX3x+j7jmiaH2BJahKrtUTKtc4zCnv38dKt4ZwichsrBg==
dependencies:
- "@abp/datatables.net" "^0.8.0"
+ "@abp/datatables.net" "^0.9.0"
datatables.net-bs4 "^1.10.16"
-"@abp/datatables.net@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-0.8.0.tgz#0a596cbf810a224eeae9189442d0e993eaf4c18a"
- integrity sha512-u2o6ZYzJ5kDi7t3ONhbwe14qNSVUj/5egIy645Ab8tDN7wEOt3eS7M3kledCEFmCcdmH2Ls9lxeHK5KMaizzzA==
+"@abp/datatables.net@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-0.9.0.tgz#bcfa60fda70c1184e19fdde15d6e6aea706f9e0a"
+ integrity sha512-hYvGrG9PCfEO0D7jD/a7XbE/HOBCV2PQBSMakut81cx5piB0Gz4Zhw7I90ZHJ4r4CEqCM8u8A/xyaBFkQEqsbw==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
datatables.net "^1.10.16"
-"@abp/font-awesome@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-0.8.0.tgz#9325be9f6c7c1258c71b8706a0aea4f8436c67d1"
- integrity sha512-R9NGupEjpMFaQ7EOumMwZd5+DgO+UIZ9KgvLU8q+SYTSQ/aSpYUX85BuUpaCWihKpOmucRHDBY4Jy8X/hBtLgQ==
+"@abp/font-awesome@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-0.9.0.tgz#577196f787d3069216e8c7ed81fe1826b0036e79"
+ integrity sha512-6IAI7I7AMP3ubfTvjy4MKZUGIAYTzEDJq59UrLWuLrmpzwmdU/XRI3ItWg6hFbqkzkDiQh+qc5Eu9Oy15oi4JQ==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
font-awesome "^4.7.0"
-"@abp/jquery-form@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-0.8.0.tgz#9408a9fb7b240d21163fe3ccad703701fe22f40c"
- integrity sha512-krUQkEV0HbrjsPmKB6qivVGJvB69SfyGE0t4hRrrOPh2NpSPeeQvVHlm9uTuzJyQ57/JPYuGINe2M8/bVbHdNA==
+"@abp/jquery-form@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-0.9.0.tgz#351723fdfb0f0f84bad98a456eff209b556bca4c"
+ integrity sha512-aTx84JamYJnqQmNRLVN6PVQgZbFE+dS9jSQMHOs/zxJb/FU0Ko7sen0JQPgQ3SXuBYLHvqZgn9AFNg58nD9Kuw==
dependencies:
- "@abp/jquery" "^0.8.0"
+ "@abp/jquery" "^0.9.0"
jquery-form "^4.2.2"
-"@abp/jquery-validation-unobtrusive@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-0.8.0.tgz#369c9e995b6da6ef76519ce1f3ed41dc2f4e2bac"
- integrity sha512-qkEXYe6kiI3UECK1vfiR+8zrdrr3bzhbdttP6F+DdstncPEe593B976H/jcXYruAXYAPIgP8sM5CTWoL0HrF2Q==
+"@abp/jquery-validation-unobtrusive@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-0.9.0.tgz#731e2a74c2d551f395b3cb3dd18389843ac24735"
+ integrity sha512-dPBwdUu2ih0OKt3H7DciyLX2/+Db4HzsMejtzKQqpDhTQTccxGqOi0KDCj08Ak/JlEYgQI6pN1Vo9v7crBd29A==
dependencies:
- "@abp/jquery-validation" "^0.8.0"
+ "@abp/jquery-validation" "^0.9.0"
jquery-validation-unobtrusive "^3.2.9"
-"@abp/jquery-validation@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-0.8.0.tgz#c9fccfa8afd7b2bc2c455c131fd95338c2954c60"
- integrity sha512-9ug0UTTfPdjOKlbUImzTP30SPY+IXz6BBHU4ODpNpIB9bnspW0VymSme3XJnM01pAiwjYEptf+uh7wuXbUvnDQ==
+"@abp/jquery-validation@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-0.9.0.tgz#c32fbc119609ca2088e4e92b4134af52cabdc555"
+ integrity sha512-aUObKQVWb04GFt9Pmz232fzR5LQ/7+sjtoZEzO6ZT1zgYllFRPXEyiwjvsUyIQ4lzx8RQWfVLYCR5JBvcwZ/Ew==
dependencies:
- "@abp/jquery" "^0.8.0"
+ "@abp/jquery" "^0.9.0"
jquery-validation "^1.17.0"
-"@abp/jquery@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-0.8.0.tgz#3ece7d75f6f19adc1adf07f54e5db5c7c74931c2"
- integrity sha512-cAZR/Jl5zWSbnYBKiLYbfItTVIf8teIeGVztA1pI6l40KpvtbGJsokz94su89kSMQj4Ixzo8SfSYlCgaFwYFSg==
+"@abp/jquery@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-0.9.0.tgz#95a591ddbbcf13f772143ccfba5cbc8ab74c16fb"
+ integrity sha512-pqnqV5LtTolZz4J3aT+a+9yoBcv4LkaP3cG40r64fIdO1RsgWmNc6OWeRdD0N42bLJuPB7BQXd1vjNn+nT+cyA==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
jquery "^3.3.1"
-"@abp/lodash@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-0.8.0.tgz#54bfbe8d69dbd6866b1d923973f20033fc01457d"
- integrity sha512-hzkSD36Ig127futjVBTi8HkO6KLPcsCyPiwVyncu1TVNTf37LVOcgtSdp7kaHV6ExwNs+u5FCpUUUftA+MHZig==
+"@abp/lodash@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-0.9.0.tgz#df1128c7189e18f98dad379244015ce0ca230db2"
+ integrity sha512-ZzqSQy6F52p3XxcxTpzSj11gLJnTv3NzRPfSbl3FlRF++NJjLxFqKwYpAtZ2ExlnH5gWZwGBa5zdDmFMO0gMIQ==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
lodash "^4.17.10"
-"@abp/malihu-custom-scrollbar-plugin@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-0.8.0.tgz#fdd561e34d2e78dbb18141a5b45f3067e78d13f7"
- integrity sha512-YAcVVWkmCv+eAiZl8FMK4inQAYLgqvtT6wp3LHPSwpi9M+npP7rsM1F8Xh8Yxi19ts7/QSluQMdfUqAlC8tzrg==
+"@abp/luxon@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-0.9.0.tgz#3f10ff30382b17872cadc642285f3dfec54cd3c3"
+ integrity sha512-x8erCOutFMnDxSV/crnjriMtFCwTezSTdnv1eeWfAeFLu0H2Y4Y7f2OcXlxB0/n6qh+N4tffXsU9DaXKCi6XNA==
dependencies:
- "@abp/core" "^0.8.0"
+ luxon "^1.17.3"
+
+"@abp/malihu-custom-scrollbar-plugin@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-0.9.0.tgz#05b959c799d826e3f1bfcc6e112894613c3c9917"
+ integrity sha512-x9E09tyvuhMulzHvvjkgK/DvD5KPDH8J/gcVYtnJNlX6YGV6fBA/t1+nRgqPVbcGfhCzOW+ocqpJRQ05zIsVZw==
+ dependencies:
+ "@abp/core" "^0.9.0"
malihu-custom-scrollbar-plugin "^3.1.5"
-"@abp/select2@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-0.8.0.tgz#037600ea3ef68ecd0b9d895a8a715b5e52a0ac85"
- integrity sha512-Q2HV4/+zk9NNkZP7i0rbeEunE2usXtAHzTiSOFDHJaKCC3b1pAyo9ZZFwlVE69CVb9j0khXeem8T6zQmO9A88Q==
+"@abp/select2@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-0.9.0.tgz#879a9ce03bb7e7c7b92847cf8c91696b459e3997"
+ integrity sha512-qoA0+KPpxRadQz5zA6UoDSNHXiu+mFU4oiqSvAngY2FvR5tC4w79n+6MNwDa+s2qUsUM6B6G0Q7LhcSVp6cWQA==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
select2 "^4.0.5"
-"@abp/sweetalert@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-0.8.0.tgz#d81d553d318c2809c8ff37aa92a4eed6492513e4"
- integrity sha512-AcUil0SDrbuOSZyrBEOqa9TB9bqwVyfBGtULjRTxlVfYxyfPYxCajsqDL2W0uu9Ju+vRLZRIzY6IiAE7GFm8Ug==
+"@abp/sweetalert@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-0.9.0.tgz#2efe24e5a678956259a060d3161a0a9f41fd8e49"
+ integrity sha512-90dvkVzO+SGEvE/L/7TZjIarU75VDqMooRRX71WH8H7hxyo/6Wq43/0Mw9X/nekSrUAO8iwDbUAVcmIooUjQtQ==
dependencies:
- "@abp/core" "^0.8.0"
+ "@abp/core" "^0.9.0"
sweetalert "^2.1.0"
-"@abp/timeago@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-0.8.0.tgz#9035f3476e26b7a70560280c7f87aa99c2a1ff29"
- integrity sha512-/DJKXHorakg2Y4Tul+LV4Qihx3rsIAnuA236tttGQCuwynBXMCgNQxSDdvfdxYKlx36N+q1+FNa/d7bJ3bLY8g==
+"@abp/timeago@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-0.9.0.tgz#be1b8e45a49502ce3df152279607b11233c5db9f"
+ integrity sha512-89hBxxGbd8LLLVPiRjKX2emybHzhAAfXMTL0eJVXAQj4f3pGPtD10TqfNmEaEQDS3ADrOmMTqOUHsHvkDy75rA==
dependencies:
- "@abp/jquery" "^0.8.0"
+ "@abp/jquery" "^0.9.0"
timeago "^1.6.3"
-"@abp/toastr@^0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-0.8.0.tgz#474e03e8154270fac7998a375d24469a1447e480"
- integrity sha512-UUyhYE30KfeTc33kq0QTYuaUseVtHTYzybUDKTpZkXj9Tvb7hJ3MNVfmNcCzX9HYw/oKNNcvYgJHFUuSFX3bwQ==
+"@abp/toastr@^0.9.0":
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-0.9.0.tgz#f7ae4499404ac5a5563acfe6d436419ae561a089"
+ integrity sha512-JEZKlmXLdPToVP9vmMUnSThBuY7dGutCw/DMo+w/mLuBC1Pv4e2FTzJdXQqM3ccunyy/pFZqXMfcoJtC+fwkTw==
dependencies:
- "@abp/jquery" "^0.8.0"
+ "@abp/jquery" "^0.9.0"
toastr "^2.1.4"
abbrev@1:
@@ -1410,6 +1418,11 @@ lodash@^4.17.10:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
+luxon@^1.17.3:
+ version "1.19.2"
+ resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.19.2.tgz#f041a9031e7dff6fdbff46e46c73b3fdf4ab2764"
+ integrity sha512-4Dn6oriheX04QQd7mMhuScnyQPdD7h11aCJgSTq9FqkOWdxX7xRUXoX/OXu4rkw98NmcVz3QSLpLbDnT6lVsMw==
+
make-iterator@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/make-iterator/-/make-iterator-1.0.1.tgz#29b33f312aa8f547c4a5e490f56afcec99133ad6"
diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
index b88580ee1c..c28310b243 100644
--- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
+++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
@@ -1,8 +1,8 @@
{
- "version": "0.1.0",
+ "version": "1.0.0",
"name": "my-app-identityserver",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file
diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
index 577ec7abea..f4990c2e67 100644
--- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
+++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
@@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file
diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
index 05c8ba7ea0..f4990c2e67 100644
--- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
+++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
@@ -1,8 +1,8 @@
{
- "version": "0.1.0",
- "name": "demo-app",
+ "version": "1.0.0",
+ "name": "my-app",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
\ No newline at end of file