Skip to content

Commit

Permalink
chore(repo): release ngx-bang 1.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Jan 19, 2022
1 parent e7be09f commit 46194ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/ngx-bang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.0.0-beta.14](https://github.com/nartc/nartc-workspace/compare/ngx-bang-v1.0.0-beta.13...ngx-bang-v1.0.0-beta.14) (2022-01-19)


### Features

* **bang:** add SnapshotPipe ([3eb272d](https://github.com/nartc/nartc-workspace/commit/3eb272d7fc92dc9c7bfee5e679a23b3c108fbfba))


### Bug Fixes

* **bang:** keep track of derives in a StateProxy for dispose ([83bc629](https://github.com/nartc/nartc-workspace/commit/83bc6294ce29d2c8121556108fc94eff06af0ea6))
* **bang:** remove derives input from StatefulDirective ([392c7cb](https://github.com/nartc/nartc-workspace/commit/392c7cbd7bd910766fdb82bc7a865c2de1d02e3f))
* **bang:** remove derives remnant from StatefulDirective ([ad5680b](https://github.com/nartc/nartc-workspace/commit/ad5680bb0444d9a1cb393baf9d7e409c295e8012))
* **bang:** set invalidate on derived based on the original StateProxy ([4bbe75d](https://github.com/nartc/nartc-workspace/commit/4bbe75dd5dc7996276fa9dffa83aa3478f29b40d))


### Documentations

* **bang:** add derive state to Counter example ([e7be09f](https://github.com/nartc/nartc-workspace/commit/e7be09fcdaa78343f9d1b4185f41a562b3754677))

## [1.0.0-beta.13](https://github.com/nartc/nartc-workspace/compare/ngx-bang-v1.0.0-beta.12...ngx-bang-v1.0.0-beta.13) (2022-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-bang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bang",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"license": "MIT",
"sideEffects": false,
"publishConfig": {
Expand Down

0 comments on commit 46194ca

Please sign in to comment.