From a816dc7f9b27371e681f0abc6398c82c289fcabe Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 20 Jul 2022 13:38:54 +0200 Subject: [PATCH] chore: bump to 0.0.0-31 --- 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 3eaa2c9594..1bb476d91d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7608,7 +7608,7 @@ }, "packages/icons": { "name": "@aw-labs/icons", - "version": "0.0.0-30", + "version": "0.0.0-31", "license": "ISC", "devDependencies": { "oslllo-svg-fixer": "^2.1.1", @@ -7617,7 +7617,7 @@ }, "packages/ui": { "name": "@aw-labs/ui", - "version": "0.0.0-30", + "version": "0.0.0-31", "license": "ISC", "dependencies": { "@aw-labs/icons": "*" diff --git a/packages/icons/package.json b/packages/icons/package.json index bf896ff28f..3a6de79dbe 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/icons", - "version": "0.0.0-30", + "version": "0.0.0-31", "description": "", "type": "module", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 7894b52c5f..96fd785e82 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/ui", - "version": "0.0.0-30", + "version": "0.0.0-31", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",