From 1b97fdd75eead91a4e6a53fedf491d4f39ebc971 Mon Sep 17 00:00:00 2001 From: poupotte Date: Wed, 7 Sep 2022 16:48:52 +0200 Subject: [PATCH] feat: Bump version from 1.47.0 to 1.48.0 --- CHANGELOG.md | 15 ++++++++++++--- manifest.webapp | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532594633f..8073565eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/manifest.webapp b/manifest.webapp index 38ee460701..6ac4aa1ede 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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": { diff --git a/package.json b/package.json index b625b90e81..528127e3e8 100644 --- a/package.json +++ b/package.json @@ -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",