Skip to content

Commit

Permalink
👷 [ci]: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent e471e11 commit cdd4e29
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/brown-bobcats-draw.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/studiocms_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<Tabs />` component based on the tabs on the homepage.
- Updated the `<Card />` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/studiocms_ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cdd4e29

Please sign in to comment.