From bede3aba1467b458aa38dc7ccd3ad877c344343e Mon Sep 17 00:00:00 2001 From: Paco van der Linden Date: Tue, 16 Feb 2021 11:32:43 +0100 Subject: [PATCH] chore(release): 6.0.0-rc.1 --- CHANGELOG.md | 6 ++++++ libs/ngx-sherfire/package.json | 2 +- libs/ngx-sherlock/package.json | 2 +- libs/sherlock-utils/package.json | 2 +- libs/sherlock/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdb776..2f06c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [6.0.0-rc.1](https://github.com/skunkteam/sherlock/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2021-02-16) + +### Bug Fixes + +- **ngx-sherfire:** ensure FirebaseUser$ updates even when User object is reused by Firebase SDK ([#17](https://github.com/skunkteam/sherlock/issues/17)) ([18f4073](https://github.com/skunkteam/sherlock/commit/18f407374af766e4c76a9327167316fad403f5c9)) + ## [6.0.0-rc.0](https://github.com/skunkteam/sherlock/compare/v5.0.0...v6.0.0-rc.0) (2021-02-15) ### ⚠ BREAKING CHANGES diff --git a/libs/ngx-sherfire/package.json b/libs/ngx-sherfire/package.json index d98cb70..c08d2b9 100644 --- a/libs/ngx-sherfire/package.json +++ b/libs/ngx-sherfire/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherfire", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/ngx-sherlock/package.json b/libs/ngx-sherlock/package.json index 71b00af..34f434d 100644 --- a/libs/ngx-sherlock/package.json +++ b/libs/ngx-sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherlock", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/sherlock-utils/package.json b/libs/sherlock-utils/package.json index 8a9c6da..b7b2963 100644 --- a/libs/sherlock-utils/package.json +++ b/libs/sherlock-utils/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock-utils", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/libs/sherlock/package.json b/libs/sherlock/package.json index eb533ac..cf42374 100644 --- a/libs/sherlock/package.json +++ b/libs/sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/package-lock.json b/package-lock.json index 300be77..6f92e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bca757..74c5d75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "license": "MIT", "repository": "github:skunkteam/sherlock", "scripts": {