diff --git a/package-lock.json b/package-lock.json index 15042bcd68..fc23f0d288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7370,7 +7370,7 @@ }, "packages/icons": { "name": "@aw-labs/icons", - "version": "0.0.0-9", + "version": "0.0.0-10", "license": "ISC", "devDependencies": { "oslllo-svg-fixer": "^2.1.1", @@ -7379,7 +7379,7 @@ }, "packages/ui": { "name": "@aw-labs/ui", - "version": "0.0.0-9", + "version": "0.0.0-10", "license": "ISC", "dependencies": { "@aw-labs/icons": "*" diff --git a/packages/icons/package.json b/packages/icons/package.json index f21d23575e..7e4f189164 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/icons", - "version": "0.0.0-9", + "version": "0.0.0-10", "description": "", "type": "module", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 293309ab31..37c2351dac 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/ui", - "version": "0.0.0-9", + "version": "0.0.0-10", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",