diff --git a/packages/styled/package.json b/packages/styled/package.json index d8c9ce9..2235a76 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -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 eec55ba..7958b60 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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 new file mode 100644 index 0000000..41567bb --- /dev/null +++ b/pnpm-publish-summary.json @@ -0,0 +1,12 @@ +{ + "publishedPackages": [ + { + "name": "@primeuix/utils", + "version": "0.0.6" + }, + { + "name": "@primeuix/styled", + "version": "0.0.6" + } + ] +}