From 01ff176def9bf43326b6ae18fe4f223571eb2c62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:10:40 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/tall-pillows-shake.md | 12 ------------ packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- themes/classic/CHANGELOG.md | 7 +++++++ themes/classic/package.json | 2 +- themes/ocean/CHANGELOG.md | 7 +++++++ themes/ocean/package.json | 2 +- themes/sunset/CHANGELOG.md | 7 +++++++ themes/sunset/package.json | 2 +- 9 files changed, 38 insertions(+), 16 deletions(-) delete mode 100644 .changeset/tall-pillows-shake.md diff --git a/.changeset/tall-pillows-shake.md b/.changeset/tall-pillows-shake.md deleted file mode 100644 index 64337ff..0000000 --- a/.changeset/tall-pillows-shake.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@batik-prototype/core': minor ---- - -Add `Accordion`, a stack of disclosure rows in the same token-driven shape as the rest of -the set: `contained` groups the rows on one surface and divides them with the border token, -`separated` gives each row its own outline. - -It is `
` and `` underneath, so the keyboard, the screen reader and -find-in-page behaviour are the platform's. `exclusive` names the group rather than tracking -which row is open, which is why the rows arrive as an `items` array instead of as children: -nothing has to read the group's name or variant out of React context to render. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2d572eb..080b7d6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @batik-prototype/core +## 0.2.0 + +### Minor Changes + +- [#2](https://github.com/devsantara/batik-prototype/pull/2) [`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d) Thanks [@edwintantawi](https://github.com/edwintantawi)! - Add `Accordion`, a stack of disclosure rows in the same token-driven shape as the rest of + the set: `contained` groups the rows on one surface and divides them with the border token, + `separated` gives each row its own outline. + + It is `
` and `` underneath, so the keyboard, the screen reader and + find-in-page behaviour are the platform's. `exclusive` names the group rather than tracking + which row is open, which is why the rows arrive as an `items` array instead of as children: + nothing has to read the group's name or variant out of React context to render. + ## 0.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 54695f3..938de65 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@batik-prototype/core", - "version": "0.1.0", + "version": "0.2.0", "description": "Themeable StyleX components and the design token contract every Batik theme overrides", "keywords": [ "components", diff --git a/themes/classic/CHANGELOG.md b/themes/classic/CHANGELOG.md index 2fc1b00..26b24a1 100644 --- a/themes/classic/CHANGELOG.md +++ b/themes/classic/CHANGELOG.md @@ -1,5 +1,12 @@ # @batik-prototype/theme-classic +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d)]: + - @batik-prototype/core@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/themes/classic/package.json b/themes/classic/package.json index a5e8adc..40c7ded 100644 --- a/themes/classic/package.json +++ b/themes/classic/package.json @@ -1,6 +1,6 @@ { "name": "@batik-prototype/theme-classic", - "version": "0.1.0", + "version": "0.1.1", "description": "The default Batik theme: cool slate neutrals with a confident blue accent, plus a dark scheme", "keywords": [ "classic", diff --git a/themes/ocean/CHANGELOG.md b/themes/ocean/CHANGELOG.md index f28dd6b..3eb8f3a 100644 --- a/themes/ocean/CHANGELOG.md +++ b/themes/ocean/CHANGELOG.md @@ -1,5 +1,12 @@ # @batik-prototype/theme-ocean +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d)]: + - @batik-prototype/core@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/themes/ocean/package.json b/themes/ocean/package.json index 11780ec..4971ff4 100644 --- a/themes/ocean/package.json +++ b/themes/ocean/package.json @@ -1,6 +1,6 @@ { "name": "@batik-prototype/theme-ocean", - "version": "0.1.0", + "version": "0.1.1", "description": "A calm teal-and-cyan Batik theme with generously rounded shapes, in light and dark", "keywords": [ "design system", diff --git a/themes/sunset/CHANGELOG.md b/themes/sunset/CHANGELOG.md index 7674e37..5c253d1 100644 --- a/themes/sunset/CHANGELOG.md +++ b/themes/sunset/CHANGELOG.md @@ -1,5 +1,12 @@ # @batik-prototype/theme-sunset +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d)]: + - @batik-prototype/core@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/themes/sunset/package.json b/themes/sunset/package.json index 7951632..11d8ada 100644 --- a/themes/sunset/package.json +++ b/themes/sunset/package.json @@ -1,6 +1,6 @@ { "name": "@batik-prototype/theme-sunset", - "version": "0.1.0", + "version": "0.1.1", "description": "A warm amber-and-orange Batik theme with crisp, squared-off shapes, in light and dark", "keywords": [ "design system",