From 2c23b4128276b8f2b3a03e29fd2605c5487f9c90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:40:45 +0000 Subject: [PATCH] chore: release --- .../docs-site-workspace-component-schemas.md | 9 --------- .changeset/gh-pages-site-fix.md | 10 ---------- docs/site/CHANGELOG.md | 15 +++++++++++++++ docs/site/package.json | 2 +- 4 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 .changeset/docs-site-workspace-component-schemas.md delete mode 100644 .changeset/gh-pages-site-fix.md diff --git a/.changeset/docs-site-workspace-component-schemas.md b/.changeset/docs-site-workspace-component-schemas.md deleted file mode 100644 index d25d06b2..00000000 --- a/.changeset/docs-site-workspace-component-schemas.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"site": patch ---- - -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. - diff --git a/.changeset/gh-pages-site-fix.md b/.changeset/gh-pages-site-fix.md deleted file mode 100644 index 1b931f67..00000000 --- a/.changeset/gh-pages-site-fix.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"site": patch ---- - -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. - diff --git a/docs/site/CHANGELOG.md b/docs/site/CHANGELOG.md index f4dde923..3d8d6fb6 100644 --- a/docs/site/CHANGELOG.md +++ b/docs/site/CHANGELOG.md @@ -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 diff --git a/docs/site/package.json b/docs/site/package.json index f089461d..2b0f0159 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -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"