From 06b099a8ac339486945ca2b58a69045b1a5a3918 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 07:33:05 +0000 Subject: [PATCH] chore(release): 1.40.0 [skip ci] # [1.40.0](https://github.com/cozy/cozy-settings/compare/1.39.1...1.40.0) (2024-05-30) ### Features * Replace color by semantic var color ([13a00fb](https://github.com/cozy/cozy-settings/commit/13a00fbde0c9632f4a8482a75f0accbccfadcc9f)) * Replace deprecated button/radio by actual ones ([08c32c7](https://github.com/cozy/cozy-settings/commit/08c32c7bbb3789ecbc27b9c3cd226bf57dce34c5)) * Upgrade cozy-client and cozy-ui ([e9e0429](https://github.com/cozy/cozy-settings/commit/e9e0429e4a60e53df3f1728909c220b250ee39ed)) --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 154cbd70..e77e91f3 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -9,7 +9,7 @@ "name": "Cozy", "url": "https://cozy.io" }, - "version": "1.39.1", + "version": "1.40.0", "licence": "AGPL-3.0", "permissions": { "settings": { diff --git a/package.json b/package.json index 297d4f25..c45a14c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-settings", - "version": "1.39.1", + "version": "1.40.0", "main": "src/index.jsx", "scripts": { "tx": "tx pull --all || true",