From 59b51725faf51e10a75ade8dc4152bca422d235c Mon Sep 17 00:00:00 2001 From: Arman Date: Tue, 19 Jul 2022 11:20:55 +0200 Subject: [PATCH] chore: bump to 0.0.0-29 --- 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 1c2129ffe8..cc6de44ab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7608,7 +7608,7 @@ }, "packages/icons": { "name": "@aw-labs/icons", - "version": "0.0.0-28", + "version": "0.0.0-29", "license": "ISC", "devDependencies": { "oslllo-svg-fixer": "^2.1.1", @@ -7617,7 +7617,7 @@ }, "packages/ui": { "name": "@aw-labs/ui", - "version": "0.0.0-28", + "version": "0.0.0-29", "license": "ISC", "dependencies": { "@aw-labs/icons": "*" diff --git a/packages/icons/package.json b/packages/icons/package.json index a54e9ddbf4..d3b9839259 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/icons", - "version": "0.0.0-28", + "version": "0.0.0-29", "description": "", "type": "module", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 5f93a56557..d6dfbf8acb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/ui", - "version": "0.0.0-28", + "version": "0.0.0-29", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",