Upgrade ng package versions

rel-2.5
Arkat Erol 6 years ago
parent d1edee4a16
commit a9a36b8a46

@ -1,5 +1,5 @@
{
"version": "2.4.1",
"version": "2.5.0",
"packages": [
"packages/*"
],

@ -22,19 +22,19 @@
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@abp/ng.account": "~2.4.0",
"@abp/ng.account.config": "~2.4.0",
"@abp/ng.core": "^2.4.0",
"@abp/ng.feature-management": "^2.4.0",
"@abp/ng.identity": "~2.4.0",
"@abp/ng.identity.config": "~2.4.0",
"@abp/ng.permission-management": "^2.4.0",
"@abp/ng.setting-management": "~2.4.0",
"@abp/ng.setting-management.config": "~2.4.0",
"@abp/ng.tenant-management": "~2.4.0",
"@abp/ng.tenant-management.config": "~2.4.0",
"@abp/ng.theme.basic": "~2.4.0",
"@abp/ng.theme.shared": "^2.4.0",
"@abp/ng.account": "~2.4.1",
"@abp/ng.account.config": "~2.4.1",
"@abp/ng.core": "^2.4.1",
"@abp/ng.feature-management": "^2.4.1",
"@abp/ng.identity": "~2.4.1",
"@abp/ng.identity.config": "~2.4.1",
"@abp/ng.permission-management": "^2.4.1",
"@abp/ng.setting-management": "~2.4.1",
"@abp/ng.setting-management.config": "~2.4.1",
"@abp/ng.tenant-management": "~2.4.1",
"@abp/ng.tenant-management.config": "~2.4.1",
"@abp/ng.theme.basic": "~2.4.1",
"@abp/ng.theme.shared": "^2.4.1",
"@abp/utils": "^2.4.0",
"@angular-builders/jest": "^8.2.0",
"@angular-devkit/build-angular": "~0.803.21",

@ -1,6 +1,6 @@
{
"name": "@abp/ng.account.config",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.config": "^2.4.1",
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.account.config": "^2.5.0",
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,6 +1,6 @@
{
"name": "@abp/ng.core",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",

@ -1,13 +1,13 @@
{
"name": "@abp/ng.feature-management",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,6 +1,6 @@
{
"name": "@abp/ng.identity.config",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",

@ -1,15 +1,15 @@
{
"name": "@abp/ng.identity",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.identity.config": "^2.4.1",
"@abp/ng.permission-management": "^2.4.1",
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.identity.config": "^2.5.0",
"@abp/ng.permission-management": "^2.5.0",
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,13 +1,13 @@
{
"name": "@abp/ng.permission-management",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,6 +1,6 @@
{
"name": "@abp/ng.setting-management.config",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",

@ -1,14 +1,14 @@
{
"name": "@abp/ng.setting-management",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.setting-management.config": "^2.4.1",
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.setting-management.config": "^2.5.0",
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,6 +1,6 @@
{
"name": "@abp/ng.tenant-management.config",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",

@ -1,15 +1,15 @@
{
"name": "@abp/ng.tenant-management",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "^2.4.1",
"@abp/ng.tenant-management.config": "^2.4.1",
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.feature-management": "^2.5.0",
"@abp/ng.tenant-management.config": "^2.5.0",
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.basic",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^2.4.1"
"@abp/ng.theme.shared": "^2.5.0"
},
"publishConfig": {
"access": "public"

@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.shared",
"version": "2.4.1",
"version": "2.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "^2.4.1",
"@abp/ng.core": "^2.5.0",
"@fortawesome/fontawesome-free": "^5.12.1",
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
"@ngx-validate/core": "^0.0.7",

Loading…
Cancel
Save