diff --git a/CHANGELOG.md b/CHANGELOG.md index 3903ecb..3c78c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [8.0.0](https://github.com/skunkteam/sherlock/compare/v7.0.0...v8.0.0) (2023-10-17) + +### ⚠ BREAKING CHANGES + +- **ngx-sherlock:** upgrade to firestore 10 with modular API (#50) + +### Features + +- **ngx-sherlock:** upgrade to firestore 10 with modular API ([#50](https://github.com/skunkteam/sherlock/issues/50)) ([efdea42](https://github.com/skunkteam/sherlock/commit/efdea424854b2881a5a69deb47de5f281af9739c)) + ## [7.0.0](https://github.com/skunkteam/sherlock/compare/v6.4.1...v7.0.0) (2023-06-22) ### ⚠ BREAKING CHANGES diff --git a/libs/ngx-sherfire/package.json b/libs/ngx-sherfire/package.json index 3518c66..51ebb05 100644 --- a/libs/ngx-sherfire/package.json +++ b/libs/ngx-sherfire/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherfire", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/ngx-sherlock/package.json b/libs/ngx-sherlock/package.json index 4eb5905..3ba68ae 100644 --- a/libs/ngx-sherlock/package.json +++ b/libs/ngx-sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherlock", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/sherlock-utils/package.json b/libs/sherlock-utils/package.json index 0fb2450..0350060 100644 --- a/libs/sherlock-utils/package.json +++ b/libs/sherlock-utils/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock-utils", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/libs/sherlock/package.json b/libs/sherlock/package.json index 4c1c784..0fc9279 100644 --- a/libs/sherlock/package.json +++ b/libs/sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/package-lock.json b/package-lock.json index bf68b02..9827f44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@skunkteam/sherlock", - "version": "7.0.0", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@skunkteam/sherlock", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^16.1.1", diff --git a/package.json b/package.json index 557013a..1cc7d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "scripts": {