Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.2...v1.10.0) (2022-11-21)

### Bug Fixes

* access non-reactive state to get node count in async function ([10db757](10db757))
* return empty array when no followers or following ([dbd8309](dbd8309))

### Features

* query followers chronologically ([ecdb69b](ecdb69b))
* select searched profile if already present ([048ab2f](048ab2f))
* show percentage value in progress indicator ([ffe940c](ffe940c))

### Performance Improvements

* query following profile ids from subgraph ([c85f257](c85f257))
* retrieve followers in batches ([afd6bdb](afd6bdb))
  • Loading branch information
semantic-release-bot committed Nov 21, 2022
1 parent dbd8309 commit cc1b7b5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.10.0](https://github.com/maui-r/cultivator/compare/v1.9.2...v1.10.0) (2022-11-21)


### Bug Fixes

* access non-reactive state to get node count in async function ([10db757](https://github.com/maui-r/cultivator/commit/10db7573cbe369587a188400517af85a26996c1a))
* return empty array when no followers or following ([dbd8309](https://github.com/maui-r/cultivator/commit/dbd8309f8a3f52f1e20811d19efefc397e2e4cec))


### Features

* query followers chronologically ([ecdb69b](https://github.com/maui-r/cultivator/commit/ecdb69b5961f3c4bc26587a7c39fce1aad7611a5))
* select searched profile if already present ([048ab2f](https://github.com/maui-r/cultivator/commit/048ab2f4f86d2b29dbb8c6d5d259a4780577ad2c))
* show percentage value in progress indicator ([ffe940c](https://github.com/maui-r/cultivator/commit/ffe940c5dcb7def52a4eefc32f24c4d11e4cca5c))


### Performance Improvements

* query following profile ids from subgraph ([c85f257](https://github.com/maui-r/cultivator/commit/c85f257e869a06324a76057726a6d1909998c785))
* retrieve followers in batches ([afd6bdb](https://github.com/maui-r/cultivator/commit/afd6bdb07167ab6a117afcec125f5a28911e98a2))

## [1.9.2](https://github.com/maui-r/cultivator/compare/v1.9.1...v1.9.2) (2022-11-15)


Expand Down

0 comments on commit cc1b7b5

Please sign in to comment.