Skip to content

Commit

Permalink
feat: Upgrade harvest to 9.10.1
Browse files Browse the repository at this point in the history
To get custom intentsApi prop for TriggerManager [PR](cozy/cozy-libs#1663)
  • Loading branch information
doubleface committed Jun 14, 2022
1 parent bfda3d3 commit cd09e28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* cozy-harvest-lib 9.2.1 : Add BI connection creation via BI webview [PR](https://github.com/cozy/cozy-libs/pull/1570)
* cozy-harvest-lib 9.7.0 : Add contract activation/deactivation via BI webview [PR](https://github.com/cozy/cozy-libs/pull/1627)
* 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)

## 🐛 Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cozy-device-helper": "^2.2.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "2.8.7",
"cozy-harvest-lib": "^9.8.1",
"cozy-harvest-lib": "^9.10.1",
"cozy-intent": "^2.2.0",
"cozy-keys-lib": "^3.11.2",
"cozy-logger": "1.8.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5330,10 +5330,10 @@ cozy-flags@2.8.7:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^9.8.1:
version "9.8.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.8.1.tgz#0768a5da54e3859634c6e1ef9cacb7f65d6a81a8"
integrity sha512-0R2q07DKQTRtwxby0PFCOLfNsdCAndS6f4oYRc8j3Rnmr/Jg1VFWTXB1znyKHORxM/rIQNicPXZyrijwvW69mg==
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==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down Expand Up @@ -10732,9 +10732,9 @@ mini-css-extract-plugin@0.5.0:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

"minilog@git+https://github.com/cozy/minilog.git#master":
"minilog@https://github.com/cozy/minilog.git#master":
version "3.1.0"
resolved "git+https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
resolved "https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
dependencies:
microee "0.0.6"

Expand Down

0 comments on commit cd09e28

Please sign in to comment.