From 7a625dfccd3544d9b6a216f47b9a7f4fe07c392c Mon Sep 17 00:00:00 2001 From: Samuel Alev Date: Wed, 10 Nov 2021 13:40:01 +0100 Subject: [PATCH] 0.12.1 --- 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 7d638d5c16..5bdbdcf982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@frontify/arcade", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@frontify/arcade", - "version": "0.12.0", + "version": "0.12.1", "dependencies": { "@react-aria/accordion": "^3.0.0-alpha.2", "@react-aria/aria-modal-polyfill": "^3.4.0", diff --git a/package.json b/package.json index 97f48e3df1..f319d157ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontify/arcade", - "version": "0.12.0", + "version": "0.12.1", "description": "Design system of Frontify", "main": "dist/index.umd.js", "module": "dist/index.es.js",