Skip to content

Commit

Permalink
Merge pull request #2393 from cozy/feat/upgradeHarvest9123
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface authored Jun 21, 2022
2 parents 7e4928d + 5770985 commit b9a32ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Fix App Amirale UI issues by updating cozy-ui [[PR]](https://github.com/cozy/cozy-banks/pull/2380)
* Update cozy-harvest-lib
* 9.12.2 : Do not pre encode oauth url [PR](https://github.com/cozy/cozy-libs/pull/1685) and Do not show popup when intentsApi is given [PR](https://github.com/cozy/cozy-libs/pull/1686)
* 9.12.3 : Do not double encode oauth url [PR](https://github.com/cozy/cozy-libs/pull/1687)

## 🔧 Tech

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.12.2",
"cozy-harvest-lib": "^9.12.3",
"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.12.2:
version "9.12.2"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.12.2.tgz#ea2d105c6d6cbb492441a1ddd35be8f4c5349a54"
integrity sha512-EC7riwrPKxMXznaH7rfudim54ukWzxMuxHX36lagJGw2ZQK3FlavlmxTMxUWnPwwA0EdqRkMgMGgZ/eaap4wkQ==
cozy-harvest-lib@^9.12.3:
version "9.12.3"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.12.3.tgz#3fb8c92aa866a9cbf3fe4c5d6058322e71dead56"
integrity sha512-KgYxIe/9hfXS7xO6+A94eCNAVVcWJ2yZ3NtfMaqwBC/8pci6vmc78MNbxAslBGcvmoM3wDMR13Rn69E89jDcug==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit b9a32ee

Please sign in to comment.