diff --git a/.changeset/remove-docs-site-url.md b/.changeset/remove-docs-site-url.md deleted file mode 100644 index dd5ed53..0000000 --- a/.changeset/remove-docs-site-url.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@joacod/pixel-ui': patch ---- - -Update homepage URL to point to GitHub repository - -- Changed homepage from `pixel-ui.joacod.com` to GitHub repo URL since the documentation site is no longer deployed diff --git a/.changeset/update-docs-app-references.md b/.changeset/update-docs-app-references.md deleted file mode 100644 index e75175a..0000000 --- a/.changeset/update-docs-app-references.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'www': patch ---- - -Clarify documentation app is for local development only - -- Updated references from "Documentation site" to "Documentation app" across README, config, and contributor docs -- Removed implication of a deployed documentation site diff --git a/apps/www/CHANGELOG.md b/apps/www/CHANGELOG.md index 8baed8a..0a8e74e 100644 --- a/apps/www/CHANGELOG.md +++ b/apps/www/CHANGELOG.md @@ -1,5 +1,17 @@ # www +## 0.1.5 + +### Patch Changes + +- eac2406: Clarify documentation app is for local development only + + - Updated references from "Documentation site" to "Documentation app" across README, config, and contributor docs + - Removed implication of a deployed documentation site + +- Updated dependencies [eac2406] + - @joacod/pixel-ui@0.13.2 + ## 0.1.4 ### Patch Changes diff --git a/apps/www/package.json b/apps/www/package.json index 682cf34..085e4b8 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "build": "next build --turbo", diff --git a/packages/pixel-ui/CHANGELOG.md b/packages/pixel-ui/CHANGELOG.md index 9eeb68a..b6a4ec7 100644 --- a/packages/pixel-ui/CHANGELOG.md +++ b/packages/pixel-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # pixel-ui +## 0.13.2 + +### Patch Changes + +- eac2406: Update homepage URL to point to GitHub repository + + - Changed homepage from `pixel-ui.joacod.com` to GitHub repo URL since the documentation site is no longer deployed + ## 0.13.1 ### Patch Changes diff --git a/packages/pixel-ui/package.json b/packages/pixel-ui/package.json index bdedc40..9860701 100644 --- a/packages/pixel-ui/package.json +++ b/packages/pixel-ui/package.json @@ -1,6 +1,6 @@ { "name": "@joacod/pixel-ui", - "version": "0.13.1", + "version": "0.13.2", "description": "Opinionated pixel-art styled React component library built on Base UI", "type": "module", "main": "./dist/index.js",