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
9 changes: 0 additions & 9 deletions .changeset/docs-site-workspace-component-schemas.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/gh-pages-site-fix.md

This file was deleted.

15 changes: 15 additions & 0 deletions docs/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# site

## 0.1.1

### Patch Changes

- [#630](https://github.com/adobe/spectrum-design-data/pull/630) [`04cf6eb`](https://github.com/adobe/spectrum-design-data/commit/04cf6eb95ece7f3320e0e2babd6a51db8edfc950) Thanks [@GarthDB](https://github.com/GarthDB)! - Update docs/site to use workspace version of @adobe/spectrum-component-api-schemas package.
The site now imports schemas directly from the package instead of using hardcoded file paths,
ensuring automatic updates with each published release. Added schema version display on all
site pages.

- [#633](https://github.com/adobe/spectrum-design-data/pull/633) [`662285a`](https://github.com/adobe/spectrum-design-data/commit/662285a71ba0ccb821862fd4b7aead709bf02e5c) Thanks [@GarthDB](https://github.com/GarthDB)! - fix: update GitHub Pages site asset paths to spectrum-design-data

Updated Next.js configuration to load assets from the correct
/spectrum-design-data/ path instead of the old /spectrum-tokens/ path.
This fixes font loading and other asset issues on the deployed site.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "site",
"private": true,
"access": "restricted",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/spectrum-design-data.git"
Expand Down