Skip to content

Commit

Permalink
chore(release): 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavadeli committed Jun 3, 2022
1 parent 84420d4 commit f3263ee
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "6.3.0",
"version": "6.3.1",
"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": "6.3.0",
"version": "6.3.1",
"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": "6.3.0",
"version": "6.3.1",
"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": "6.3.0",
"version": "6.3.1",
"license": "MIT",
"repository": "github:skunkteam/sherlock"
}
2 changes: 1 addition & 1 deletion 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": "6.3.0",
"version": "6.3.1",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"scripts": {
Expand Down

0 comments on commit f3263ee

Please sign in to comment.