Skip to content

Commit

Permalink
fix(chore): review mistakes #000
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurabDev committed Jul 8, 2024
1 parent b9d649c commit d72f345
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/prepare_release_for_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- [ ] libs/icons/flags/package.json
- [ ] libs/icons/flags/package.json.ng17
- [ ] libs/icons/loader/package.json
- [ ] libs/icons/loader/package.json.ng17
- [ ] libs/nxmv/package.json
- [ ] libs/nxmv/package.json.ng17
- [ ] libs/plugin/package.json
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -10,8 +10,8 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/theme": "^4.3.4",
"@prizm-ui/helpers": "^4.3.4",
"@prizm-ui/theme": "^4.3.5",
"@prizm-ui/helpers": "^4.3.5",
"@antv/g2plot": "^2.4.31"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions libs/components/package.json.ng17
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public",
"access": "public",
"registry": "https://registry.npmjs.org/"
},
},
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/cdk": "^17.1.0",
"ngx-mask": "17.0.4",
Expand All @@ -21,8 +21,8 @@
"@prizm-ui/core": "^4.3.5",
"@prizm-ui/i18n": "^4.3.5",
"@prizm-ui/theme": "^4.3.5"
},
},
"dependencies": {
"tslib": "^2.3.0"
}
"tslib": "^2.3.0"
}
}
8 changes: 4 additions & 4 deletions libs/theme/package.json.ng17
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@prizm-ui/theme",
"version": "4.3.5",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/core": "^4.3.5",
"@prizm-ui/helpers": "^4.3.5"
},
},
"dependencies": {
"tslib": "^2.3.0"
}
"tslib": "^2.3.0"
}
}

0 comments on commit d72f345

Please sign in to comment.