diff --git a/.changeset/chubby-bats-work.md b/.changeset/chubby-bats-work.md deleted file mode 100644 index 5d023924f287f..0000000000000 --- a/.changeset/chubby-bats-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/ui-components': patch ---- - -Always mount CodeTabs, even when inactive diff --git a/.changeset/modern-publishing-workflow.md b/.changeset/modern-publishing-workflow.md deleted file mode 100644 index 59d340dd9416a..0000000000000 --- a/.changeset/modern-publishing-workflow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@node-core/website-i18n': patch -'@node-core/rehype-shiki': patch -'@node-core/remark-lint': patch -'@node-core/ui-components': patch ---- - -Migrate package versioning and publishing to Changesets. diff --git a/.changeset/remark-lint-validate-links.md b/.changeset/remark-lint-validate-links.md deleted file mode 100644 index 84a63999f0def..0000000000000 --- a/.changeset/remark-lint-validate-links.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/remark-lint': patch ---- - -Add link validation and fix issues in type validation diff --git a/.changeset/theme-toggle-aria.md b/.changeset/theme-toggle-aria.md deleted file mode 100644 index c2394381f5aca..0000000000000 --- a/.changeset/theme-toggle-aria.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/ui-components': patch ---- - -Add a default `aria-label` to `ThemeToggle`. diff --git a/.changeset/ui-hydration-fix.md b/.changeset/ui-hydration-fix.md deleted file mode 100644 index 6d9e08a4f5a58..0000000000000 --- a/.changeset/ui-hydration-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/ui-components': patch ---- - -Account for a possible wrapper between a code boxes `pre` and `code`. diff --git a/.changeset/young-breads-fall.md b/.changeset/young-breads-fall.md deleted file mode 100644 index de376107555d4..0000000000000 --- a/.changeset/young-breads-fall.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@node-core/ui-components': patch -'@node-core/rehype-shiki': patch ---- - -Add light mode theming to code elements diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md new file mode 100644 index 0000000000000..fd7976cc69f42 --- /dev/null +++ b/packages/i18n/CHANGELOG.md @@ -0,0 +1,7 @@ +# @node-core/website-i18n + +## 1.1.33 + +### Patch Changes + +- [#9020](https://github.com/nodejs/nodejs.org/pull/9020) [`0492dea`](https://github.com/nodejs/nodejs.org/commit/0492dea85e2a7096cf89e26c1e24d1c41b7d595f) Thanks [@avivkeller](https://github.com/avivkeller)! - Migrate package versioning and publishing to Changesets. diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 26a9d734bef5a..bff521dc7d110 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/website-i18n", - "version": "1.1.32", + "version": "1.1.33", "type": "module", "exports": { "./*": [ diff --git a/packages/rehype-shiki/CHANGELOG.md b/packages/rehype-shiki/CHANGELOG.md new file mode 100644 index 0000000000000..b7ed9d91622ee --- /dev/null +++ b/packages/rehype-shiki/CHANGELOG.md @@ -0,0 +1,9 @@ +# @node-core/rehype-shiki + +## 1.4.3 + +### Patch Changes + +- [#9020](https://github.com/nodejs/nodejs.org/pull/9020) [`0492dea`](https://github.com/nodejs/nodejs.org/commit/0492dea85e2a7096cf89e26c1e24d1c41b7d595f) Thanks [@avivkeller](https://github.com/avivkeller)! - Migrate package versioning and publishing to Changesets. + +- [#9031](https://github.com/nodejs/nodejs.org/pull/9031) [`07a6844`](https://github.com/nodejs/nodejs.org/commit/07a684424a5895793899c20366bd9b4a0426be6b) Thanks [@avivkeller](https://github.com/avivkeller)! - Add light mode theming to code elements diff --git a/packages/rehype-shiki/package.json b/packages/rehype-shiki/package.json index 72c7c13d83614..eff1ae6e5abf6 100644 --- a/packages/rehype-shiki/package.json +++ b/packages/rehype-shiki/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/rehype-shiki", - "version": "1.4.2", + "version": "1.4.3", "type": "module", "types": "./dist/index.d.mts", "exports": { diff --git a/packages/remark-lint/CHANGELOG.md b/packages/remark-lint/CHANGELOG.md new file mode 100644 index 0000000000000..5a4a9b87160c7 --- /dev/null +++ b/packages/remark-lint/CHANGELOG.md @@ -0,0 +1,9 @@ +# @node-core/remark-lint + +## 1.4.1 + +### Patch Changes + +- [#9020](https://github.com/nodejs/nodejs.org/pull/9020) [`0492dea`](https://github.com/nodejs/nodejs.org/commit/0492dea85e2a7096cf89e26c1e24d1c41b7d595f) Thanks [@avivkeller](https://github.com/avivkeller)! - Migrate package versioning and publishing to Changesets. + +- [#9016](https://github.com/nodejs/nodejs.org/pull/9016) [`b42f4e0`](https://github.com/nodejs/nodejs.org/commit/b42f4e07fa7488599dba3d33a0183216b6354dcb) Thanks [@avivkeller](https://github.com/avivkeller)! - Add link validation and fix issues in type validation diff --git a/packages/remark-lint/package.json b/packages/remark-lint/package.json index b4500cb2d378e..348fed45129aa 100644 --- a/packages/remark-lint/package.json +++ b/packages/remark-lint/package.json @@ -1,7 +1,7 @@ { "name": "@node-core/remark-lint", "type": "module", - "version": "1.4.0", + "version": "1.4.1", "exports": { ".": "./src/index.mjs", "./api": "./src/api.mjs", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md new file mode 100644 index 0000000000000..44f2e6a4c766d --- /dev/null +++ b/packages/ui-components/CHANGELOG.md @@ -0,0 +1,15 @@ +# @node-core/ui-components + +## 1.7.4 + +### Patch Changes + +- [#9047](https://github.com/nodejs/nodejs.org/pull/9047) [`94e27d2`](https://github.com/nodejs/nodejs.org/commit/94e27d221d09665d7464498e3e9de37ac45168a1) Thanks [@avivkeller](https://github.com/avivkeller)! - Always mount CodeTabs, even when inactive + +- [#9020](https://github.com/nodejs/nodejs.org/pull/9020) [`0492dea`](https://github.com/nodejs/nodejs.org/commit/0492dea85e2a7096cf89e26c1e24d1c41b7d595f) Thanks [@avivkeller](https://github.com/avivkeller)! - Migrate package versioning and publishing to Changesets. + +- [#9024](https://github.com/nodejs/nodejs.org/pull/9024) [`ec199d0`](https://github.com/nodejs/nodejs.org/commit/ec199d069317b296cf88ef8c6cba0226a64ef9fd) Thanks [@avivkeller](https://github.com/avivkeller)! - Add a default `aria-label` to `ThemeToggle`. + +- [#9028](https://github.com/nodejs/nodejs.org/pull/9028) [`ca47d6f`](https://github.com/nodejs/nodejs.org/commit/ca47d6fa908901335705782ee71216f711fa87c8) Thanks [@avivkeller](https://github.com/avivkeller)! - Account for a possible wrapper between a code boxes `pre` and `code`. + +- [#9031](https://github.com/nodejs/nodejs.org/pull/9031) [`07a6844`](https://github.com/nodejs/nodejs.org/commit/07a684424a5895793899c20366bd9b4a0426be6b) Thanks [@avivkeller](https://github.com/avivkeller)! - Add light mode theming to code elements diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 181b05c4f0877..21748cbc98a28 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/ui-components", - "version": "1.7.3", + "version": "1.7.4", "type": "module", "exports": { "./*": {