diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbb8d8..2194eac 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.3.1](https://github.com/skunkteam/sherlock/compare/v6.3.0...v6.3.1) (2022-06-03) + +### Bug Fixes + +- **ngx-sherlock:** fix change detection of ValuePipe on errored/unresolved derivables ([#34](https://github.com/skunkteam/sherlock/issues/34)) ([84420d4](https://github.com/skunkteam/sherlock/commit/84420d450e3e82239f739fe21559dec84e6cf8ea)) + ## [6.3.0](https://github.com/skunkteam/sherlock/compare/v6.2.0...v6.3.0) (2022-03-14) ### Features diff --git a/libs/ngx-sherfire/package.json b/libs/ngx-sherfire/package.json index 26d421d..3a4686b 100644 --- a/libs/ngx-sherfire/package.json +++ b/libs/ngx-sherfire/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherfire", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/ngx-sherlock/package.json b/libs/ngx-sherlock/package.json index 9d0dfd4..e26ea00 100644 --- a/libs/ngx-sherlock/package.json +++ b/libs/ngx-sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherlock", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/sherlock-utils/package.json b/libs/sherlock-utils/package.json index 692da7b..5371a95 100644 --- a/libs/sherlock-utils/package.json +++ b/libs/sherlock-utils/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock-utils", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/libs/sherlock/package.json b/libs/sherlock/package.json index c483251..758ac77 100644 --- a/libs/sherlock/package.json +++ b/libs/sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/package-lock.json b/package-lock.json index 1da4f11..4e8e293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64b4eb1..97d01ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "repository": "github:skunkteam/sherlock", "scripts": {