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 Jan 23, 2025
1 parent 07e2d9e commit c16deea
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 30 deletions.
9 changes: 0 additions & 9 deletions .changeset/large-bikes-behave.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/slimy-ladybugs-join.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/studiocms_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @studiocms/ui

## 0.4.0

### Minor Changes

- [#36](https://github.com/withstudiocms/ui/pull/36) [`07e2d9e`](https://github.com/withstudiocms/ui/commit/07e2d9e5a473bdcd516bf4d43e8274988ec796e6) Thanks [@louisescher](https://github.com/louisescher)! - Implement Build step and migrate all exported components into virtual modules

Instead of `@studiocms/ui/components` use `studiocms:ui/components`

For more information see https://ui.studiocms.dev

- [#36](https://github.com/withstudiocms/ui/pull/36) [`07e2d9e`](https://github.com/withstudiocms/ui/commit/07e2d9e5a473bdcd516bf4d43e8274988ec796e6) Thanks [@louisescher](https://github.com/louisescher)! - Add a few new components:

- Accordion
- Badge
- Breadcrumbs
- Group
- Progress
- Sidebar

Add two new colors

- `info` (Blue)
- `monochrome` (Black/White)

Add the ability to pass a CSS file for customization of all colors

## 0.3.2

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/studiocms_ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiocms/ui",
"version": "0.3.2",
"version": "0.4.0",
"description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,8 @@
},
"sideEffects": false,
"files": [
"dist", "assets"
"dist",
"assets"
],
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit c16deea

Please sign in to comment.