diff --git a/packages/styled/package.json b/packages/styled/package.json index 3678afd..d8c9ce9 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@primeuix/styled", - "version": "0.0.5", + "version": "0.0.6", "author": "PrimeTek Informatics", "description": "", "license": "MIT", @@ -45,4 +45,4 @@ "engines": { "node": ">=12.11.0" } -} \ No newline at end of file +} diff --git a/packages/utils/package.json b/packages/utils/package.json index cc34618..eec55ba 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@primeuix/utils", - "version": "0.0.5", + "version": "0.0.6", "author": "PrimeTek Informatics", "description": "", "license": "MIT", @@ -47,4 +47,4 @@ "engines": { "node": ">=12.11.0" } -} \ No newline at end of file +} diff --git a/pnpm-publish-summary.json b/pnpm-publish-summary.json deleted file mode 100644 index 1ce3859..0000000 --- a/pnpm-publish-summary.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "publishedPackages": [ - { - "name": "@primeuix/utils", - "version": "0.0.5" - }, - { - "name": "@primeuix/styled", - "version": "0.0.5" - } - ] -}