From 4a7579b50a2a246e4d7f17a5e3b864bf1b85f176 Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 3 Aug 2022 14:30:06 +0200 Subject: [PATCH 1/2] Allow any higher Mellow CSS version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57eeec2..27b75fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "vite-plugin-dts": "1.4.0" }, "peerDependencies": { - "@sippy-platform/mellow-css": "^0.11.0", + "@sippy-platform/mellow-css": ">=0.11.0", "@sippy-platform/valkyrie": ">=0.15.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 59f85c1..95b353e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vite-plugin-dts": "1.4.0" }, "peerDependencies": { - "@sippy-platform/mellow-css": "^0.11.0", + "@sippy-platform/mellow-css": ">=0.11.0", "@sippy-platform/valkyrie": ">=0.15.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" From 6f59dcef340c7051874204a04a48e4a082cc4def Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 3 Aug 2022 14:30:23 +0200 Subject: [PATCH 2/2] Mellow UI 0.13.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27b75fd..5a2908e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sippy-platform/mellow-ui", - "version": "0.13.2", + "version": "0.13.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sippy-platform/mellow-ui", - "version": "0.13.2", + "version": "0.13.3", "license": "AGPL-3.0-or-later", "dependencies": { "@headlessui/react": "1.6.6", diff --git a/package.json b/package.json index 95b353e..2196a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sippy-platform/mellow-ui", - "version": "0.13.2", + "version": "0.13.3", "description": "React components for the Mellow Design System.", "main": "./dist/mellow-ui.umd.js", "module": "./dist/mellow-ui.es.js",