Skip to content

Commit

Permalink
Merge pull request #1849 from cozy/tmp-poupotte
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface authored Sep 14, 2022
2 parents 23f4fe5 + 1b97fdd commit a836c0e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# 1.47.0
# 1.48.0

## ✨ Features


## 🐛 Bug Fixes

## 🔧 Tech



# 1.47.0

## 🐛 Bug Fixes

* Fix a bug when creating an OAuth account, no oauth window displayed
* Fix a bug to hide BIContractActivationWindow behind the bi webview flag


# 1.46.0

## ✨ Features
Expand All @@ -27,8 +38,6 @@
* Fix a bug when opening a konnector from the store is opening briefly the home to redirect to... the store. Now we redirect to the right place.
* Fix a bug when configuring a konnector from the intent. The form was empty if a vault was active on the cozy
* Fix a bug when opening a PDF from Harvest, display was truncated.
* Fix a bug when creating an OAuth account, no oauth window displayed
* Fix a bug to hide BIContractActivationWindow behind the bi webview flag

## 🔧 Tech

Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Cozy Cloud",
"url": "https://cozy.io"
},
"version": "1.47.0",
"version": "1.48.0",
"licence": "AGPL-3.0",
"permissions": {
"apps": {
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": "cozy-home",
"version": "1.47.0",
"version": "1.48.0",
"main": "src/index.jsx",
"scripts": {
"tx": "tx pull --all || true",
Expand Down

0 comments on commit a836c0e

Please sign in to comment.