Skip to content

Commit

Permalink
chore(release): 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavadeli committed Mar 22, 2021
1 parent 5c978c3 commit 9180834
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.2](https://github.com/skunkteam/sherlock/compare/v6.0.1...v6.0.2) (2021-03-22)

### Bug Fixes

- **ngx-sherlock:** fix behavior of ValuePipe on errored derivables ([#20](https://github.com/skunkteam/sherlock/issues/20)) ([4050b23](https://github.com/skunkteam/sherlock/commit/4050b2388224389453786738140b9db95382b37e))
- **sherlock-utils:** fix typings-bug in `struct` where readonly arrays are not unwrapped in result type ([#19](https://github.com/skunkteam/sherlock/issues/19)) ([5c978c3](https://github.com/skunkteam/sherlock/commit/5c978c36f4b8860787e6022a2b451746ab5aff69))

### [6.0.1](https://github.com/skunkteam/sherlock/compare/v6.0.0...v6.0.1) (2021-02-18)

### Bug Fixes
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.0.1",
"version": "6.0.2",
"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.0.1",
"version": "6.0.2",
"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.0.1",
"version": "6.0.2",
"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.0.1",
"version": "6.0.2",
"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.0.1",
"version": "6.0.2",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"scripts": {
Expand Down

0 comments on commit 9180834

Please sign in to comment.