Skip to content

Commit

Permalink
release: v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnisole authored and Thomas Nisole committed Nov 18, 2024
1 parent 62f5575 commit 6c833b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-firestore-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@paddls/ngx-firestore-repository",
"version": "8.2.0-rc.2",
"version": "8.2.0",
"peerDependencies": {
"@angular/common": ">= 18.0.0",
"@angular/core": ">= 18.0.0",
"@paddls/ngx-repository": "^8.0.0 || 8.2.0-rc.2",
"@paddls/ngx-repository": "^8.2.0",
"firebase": ">= 9.9.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-http-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@paddls/ngx-http-repository",
"version": "8.2.0-rc.2",
"version": "8.2.0",
"peerDependencies": {
"@angular/common": ">= 18.0.0",
"@angular/core": ">= 18.0.0",
"@paddls/ngx-repository": "^8.0.0 || 8.2.0-rc.2"
"@paddls/ngx-repository": "^8.2.0"
},
"dependencies": {
"tslib": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddls/ngx-repository",
"version": "8.2.0-rc.2",
"version": "8.2.0",
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
Expand Down

0 comments on commit 6c833b2

Please sign in to comment.