Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavadeli committed Oct 17, 2023
1 parent efdea42 commit 92fe5b4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sherfire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/ngx-sherfire",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sherlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/ngx-sherlock",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/sherlock-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/sherlock-utils",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock"
}
2 changes: 1 addition & 1 deletion libs/sherlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/sherlock",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/sherlock",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"scripts": {
Expand Down

0 comments on commit 92fe5b4

Please sign in to comment.