diff --git a/package-lock.json b/package-lock.json index 8e2a16b3dd..e74cac2f5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7371,7 +7371,7 @@ }, "packages/icons": { "name": "@aw-labs/icons", - "version": "0.0.0-11", + "version": "0.0.0-12", "license": "ISC", "devDependencies": { "oslllo-svg-fixer": "^2.1.1", @@ -7380,7 +7380,7 @@ }, "packages/ui": { "name": "@aw-labs/ui", - "version": "0.0.0-11", + "version": "0.0.0-12", "license": "ISC", "dependencies": { "@aw-labs/icons": "*" diff --git a/packages/icons/package.json b/packages/icons/package.json index 0e63f49a3d..89acc687de 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/icons", - "version": "0.0.0-11", + "version": "0.0.0-12", "description": "", "type": "module", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 013144e5b2..f549d78ebe 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aw-labs/ui", - "version": "0.0.0-11", + "version": "0.0.0-12", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",