Skip to content

Commit 6b65fce

Browse files
committed
chore(release): 18.0.3
1 parent d407200 commit 6b65fce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
### [18.0.3](https://github.com/ngxs-labs/firestore-plugin/compare/v18.0.2...v18.0.3) (2024-11-28)
7+
8+
### Bug Fixes
9+
10+
- lock ([d84246c](https://github.com/ngxs-labs/firestore-plugin/commit/d84246ca934a3861816c7e80eb9e4c7d7942d6c6))
11+
- provide firestore in providers prop
12+
([056332b](https://github.com/ngxs-labs/firestore-plugin/commit/056332b07f732df4e1b7238cab2f050a07e61179))
13+
614
### [18.0.2](https://github.com/ngxs-labs/firestore-plugin/compare/v18.0.1...v18.0.2) (2024-07-02)
715

816
### [18.0.1](https://github.com/ngxs-labs/firestore-plugin/compare/v18.0.0...v18.0.1) (2024-07-02)

packages/firestore-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ngxs-labs/firestore-plugin",
3-
"version": "18.0.2",
3+
"version": "18.0.3",
44
"peerDependencies": {
55
"@ngxs/store": ">=4.0.0 <19.0.0",
6-
"@angular/fire": ">=7.0.0 <8.0.0",
6+
"@angular/fire": ">=7.0.0 <19.0.0",
77
"firebase": ">=9.0.0 <10.0.0"
88
},
99
"homepage": "https://github.com/ngxs-labs/firebase-plugin#readme",

0 commit comments

Comments
 (0)