From 590d3659e6ceb169c2055e26fd8f19b50a37c171 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 25 Aug 2022 10:32:06 +0200 Subject: [PATCH] chore: bump to 0.0.0-48 --- package-lock.json | 4 ++-- packages/icons/package.json | 2 +- packages/ui/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd030c43d5..707a418f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7608,7 +7608,7 @@ }, "packages/icons": { "name": "@aw-labs/icons", - "version": "0.0.0-47", + "version": "0.0.0-48", "license": "ISC", "devDependencies": { "oslllo-svg-fixer": "^2.1.1", @@ -7617,7 +7617,7 @@ }, "packages/ui": { "name": "@aw-labs/ui", - "version": "0.0.0-47", + "version": "0.0.0-48", "license": "ISC", "dependencies": { "@aw-labs/icons": "*" diff --git a/packages/icons/package.json b/packages/icons/package.json index 714b470f71..fa7fdce6fb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/icons", - "version": "0.0.0-47", + "version": "0.0.0-48", "description": "", "type": "module", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index e5ea305e54..6109b3eca9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/ui", - "version": "0.0.0-47", + "version": "0.0.0-48", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",