diff --git a/.changeset/brown-bobcats-draw.md b/.changeset/brown-bobcats-draw.md deleted file mode 100644 index 85b64cc..0000000 --- a/.changeset/brown-bobcats-draw.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@studiocms/ui": minor ---- - -### The Accessibility Update - -This version of `@studiocms/ui` includes a lot of improvements to the documentation and components. The most important changes include the move to -an integration-based system and a massive keyboard accessibility overhaul (thanks to [HiDeoo](https://github.com/HiDeoo) for the feedback on this)! - -### Components - -- Added a new `` component based on the tabs on the homepage. -- Updated the `` component to include a new "filled" style. - -### Utilities - -- Moved the `ThemeHelper` class to its own category in the docs. - -### Accessibility - -- Overhauled the keyboard accessibility on all components to make them adhere to the ARIA standards. diff --git a/packages/studiocms_ui/CHANGELOG.md b/packages/studiocms_ui/CHANGELOG.md index 5a859ce..1a2f75a 100644 --- a/packages/studiocms_ui/CHANGELOG.md +++ b/packages/studiocms_ui/CHANGELOG.md @@ -1,5 +1,27 @@ # @studiocms/ui +## 0.3.0 + +### Minor Changes + +- [#18](https://github.com/withstudiocms/ui/pull/18) [`e471e11`](https://github.com/withstudiocms/ui/commit/e471e1129a30ff2a5b019366a8eb7bbbf2abb73e) Thanks [@louisescher](https://github.com/louisescher)! - ### The Accessibility Update + + This version of `@studiocms/ui` includes a lot of improvements to the documentation and components. The most important changes include the move to + an integration-based system and a massive keyboard accessibility overhaul (thanks to [HiDeoo](https://github.com/HiDeoo) for the feedback on this)! + + ### Components + + - Added a new `` component based on the tabs on the homepage. + - Updated the `` component to include a new "filled" style. + + ### Utilities + + - Moved the `ThemeHelper` class to its own category in the docs. + + ### Accessibility + + - Overhauled the keyboard accessibility on all components to make them adhere to the ARIA standards. + ## 0.1.0 ### Minor Changes diff --git a/packages/studiocms_ui/package.json b/packages/studiocms_ui/package.json index cff0907..b295995 100644 --- a/packages/studiocms_ui/package.json +++ b/packages/studiocms_ui/package.json @@ -1,6 +1,6 @@ { "name": "@studiocms/ui", - "version": "0.2.0", + "version": "0.3.0", "description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.", "repository": { "type": "git",