chore: replace the ^ prefix of abp ng package versions with the tilde

pull/3133/head
mehmet-erim 6 years ago
parent 03555dbdf5
commit 384efc9217

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

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.config": "^2.2.0",
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.account.config": "~2.2.0",
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,9 +7,9 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.identity.config": "^2.2.0",
"@abp/ng.permission-management": "^2.2.0",
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.identity.config": "~2.2.0",
"@abp/ng.permission-management": "~2.2.0",
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,8 +7,8 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.setting-management.config": "^2.2.0",
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.setting-management.config": "~2.2.0",
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,9 +7,9 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "^2.2.0",
"@abp/ng.tenant-management.config": "^2.2.0",
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.feature-management": "~2.2.0",
"@abp/ng.tenant-management.config": "~2.2.0",
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^2.2.0"
"@abp/ng.theme.shared": "~2.2.0"
},
"publishConfig": {
"access": "public"

@ -7,7 +7,7 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "^2.2.0",
"@abp/ng.core": "~2.2.0",
"@fortawesome/fontawesome-free": "^5.12.1",
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
"@ngx-validate/core": "^0.0.7",

@ -13,11 +13,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^2.1.0",
"@abp/ng.identity": "^2.1.0",
"@abp/ng.setting-management": "^2.1.0",
"@abp/ng.tenant-management": "^2.1.0",
"@abp/ng.theme.basic": "^2.1.0",
"@abp/ng.account": "~2.2.0",
"@abp/ng.identity": "~2.2.0",
"@abp/ng.setting-management": "~2.2.0",
"@abp/ng.tenant-management": "~2.2.0",
"@abp/ng.theme.basic": "~2.2.0",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",

@ -12,11 +12,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^2.2.0",
"@abp/ng.theme.basic": "^2.2.0",
"@abp/ng.identity": "^2.2.0",
"@abp/ng.tenant-management": "^2.2.0",
"@abp/ng.setting-management": "^2.2.0",
"@abp/ng.account": "~2.2.0",
"@abp/ng.theme.basic": "~2.2.0",
"@abp/ng.identity": "~2.2.0",
"@abp/ng.tenant-management": "~2.2.0",
"@abp/ng.setting-management": "~2.2.0",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",

@ -2,6 +2,6 @@
"name": "my-project-name.config",
"version": "0.0.1",
"peerDependencies": {
"@abp/ng.core": ">=2.2.0"
"@abp/ng.core": "~2.2.0"
}
}

@ -2,7 +2,7 @@
"name": "my-project-name",
"version": "0.0.1",
"dependencies": {
"@abp/ng.theme.shared": "^2.2.0",
"@abp/ng.theme.shared": "~2.2.0",
"my-project-name.config": "^0.0.1"
}
}

Loading…
Cancel
Save