Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2022-04-22)

### Bug Fixes

* πŸ› allow re-sending duplicate mussages over localStorage ([ec7bcb3](ec7bcb3))

### Features

* 🎸 add ability for tabs to establish call channels ([130ac0b](130ac0b))
* 🎸 add dependency injection to tablist ([c21aa92](c21aa92))
* 🎸 allow broadcast channels to be numbers ([e7432a6](e7432a6))
* 🎸 elect oldest tab a the leader ([5a62949](5a62949))
* 🎸 implement TabList ([04b9608](04b9608))
* 🎸 make in-memory pubsub busses global ([1edaf30](1edaf30))
* 🎸 make pubsub channel name configurable ([55dbae1](55dbae1))
  • Loading branch information
semantic-release-bot committed Apr 22, 2022
1 parent b545b97 commit d742bc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.8.0](https://github.com/streamich/rx-use/compare/v1.7.0...v1.8.0) (2022-04-22)


### Bug Fixes

* πŸ› allow re-sending duplicate mussages over localStorage ([ec7bcb3](https://github.com/streamich/rx-use/commit/ec7bcb39212e15ffe468c990f4bcbc0079b0110a))


### Features

* 🎸 add ability for tabs to establish call channels ([130ac0b](https://github.com/streamich/rx-use/commit/130ac0b06202070f68c4e6afbf72697bc3048bba))
* 🎸 add dependency injection to tablist ([c21aa92](https://github.com/streamich/rx-use/commit/c21aa926b7af38c7bd608a4664e69dd950661b88))
* 🎸 allow broadcast channels to be numbers ([e7432a6](https://github.com/streamich/rx-use/commit/e7432a61365ae00089a61b2f73f7172f41d467fc))
* 🎸 elect oldest tab a the leader ([5a62949](https://github.com/streamich/rx-use/commit/5a62949287cf8e05eed1c8b0b77e0d4015caeb29))
* 🎸 implement TabList ([04b9608](https://github.com/streamich/rx-use/commit/04b960830f136e275e024991dcf09124b2f6e646))
* 🎸 make in-memory pubsub busses global ([1edaf30](https://github.com/streamich/rx-use/commit/1edaf300623c529d34f185abd1e3f226c46b785e))
* 🎸 make pubsub channel name configurable ([55dbae1](https://github.com/streamich/rx-use/commit/55dbae19e9bbed3e147d88ed83b5bc430e7aa560))

# [1.7.0](https://github.com/streamich/rx-use/compare/v1.6.0...v1.7.0) (2022-04-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-use",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"author": {
"name": "streamich",
Expand Down

0 comments on commit d742bc6

Please sign in to comment.