Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/remove-docs-site-url.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/update-docs-app-references.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"build": "next build --turbo",
Expand Down
8 changes: 8 additions & 0 deletions packages/pixel-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down