Skip to content

Commit

Permalink
Merge pull request #2387 from cozy/feat/harvest144
Browse files Browse the repository at this point in the history
feat: Update harvest to 9.11.0
  • Loading branch information
JF-Cozy authored Jun 14, 2022
2 parents f70873e + ef156c5 commit 3660b25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

* Update cozy-stack-client and cozy-pouch-link to sync with cozy-client version
* Use DropdownText comp instead of custom in AccountSwitch
* cozy-harvest-lib 9.8.0 : Add reconnect to bi Webviews [PR](https://github.com/cozy/cozy-libs/pull/1656)
* cozy-harvest-lib 9.10.1 : Add custom intentsApi prop to TriggerManager [PR](https://github.com/cozy/cozy-libs/pull/1663)
* Update cozy-harvest-lib
* 9.8.0 : Add reconnect to bi Webviews [PR](https://github.com/cozy/cozy-libs/pull/1656)
* 9.10.1 : Add custom intentsApi prop to TriggerManager [PR](https://github.com/cozy/cozy-libs/pull/1663)
* 9.11.1 : Add sync date on ContractItem and overrides ability in AccountModal [[PR]](https://github.com/cozy/cozy-libs/pull/1678) and [[PR]](https://github.com/cozy/cozy-libs/pull/1679)

## 🐛 Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.82.2",
"cozy-flags": "^2.8.7",
"cozy-harvest-lib": "^9.10.1",
"cozy-harvest-lib": "^9.11.1",
"cozy-intent": "^1.17.1",
"cozy-interapp": "0.6.2",
"cozy-keys-lib": "3.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5358,10 +5358,10 @@ cozy-flags@^2.8.7:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^9.10.1:
version "9.10.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.10.1.tgz#adc0ae23801f4d8fc3c75799f7a645440acf7ef7"
integrity sha512-0dNBME3iCDDFErmLuqzwgitZOueOv7OqkAXWRlP1YS9Ve10Fg4EitBrMsAXTg522H7JbWIpbkadiBx6gjgQ2Vg==
cozy-harvest-lib@^9.11.1:
version "9.11.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.11.1.tgz#8df78a25d103c4a9952196ccca211ec911e134bd"
integrity sha512-SD8QORyVluTWYlx8yx7knqrGyI0hMe8JNPDGCSR43DcAHliGisbaEhOr0K1ZJi5yRvlim/U6y3+JH49+vZqYgQ==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit 3660b25

Please sign in to comment.