Skip to content

Commit

Permalink
👷 [ci]: Version Packages (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
studiocms-no-reply and github-actions[bot] authored Dec 8, 2024
1 parent b5bccf3 commit 113f184
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-kangaroos-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-apples-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-dancers-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-zoos-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-parents-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-dryers-train.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "astro preview",
"astro": "astro",
"lunaria:build": "tsm ./scripts/lunaria.mts",
"make-changelog": "tsm --require=../scripts/filter-warnings.cjs ./scripts/changelog.ts"
"make-changelog": "tsm --require=../scripts/filter-warnings.cjs ./scripts/changelog.ts"
},
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.1",
Expand Down
20 changes: 19 additions & 1 deletion packages/studiocms_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# @studiocms/ui

## 0.1.0

### Minor Changes

- [#1](https://github.com/withstudiocms/ui/pull/1) [`14be139`](https://github.com/withstudiocms/ui/commit/14be139876aa2c5ab75fea07ee338afefece6f56) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Added a new footer component, made accessibility improvements and preparations for first stable release

### Patch Changes

- [#1](https://github.com/withstudiocms/ui/pull/1) [`14be139`](https://github.com/withstudiocms/ui/commit/14be139876aa2c5ab75fea07ee338afefece6f56) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - - Update `<Input />` component's available types

- [#1](https://github.com/withstudiocms/ui/pull/1) [`14be139`](https://github.com/withstudiocms/ui/commit/14be139876aa2c5ab75fea07ee338afefece6f56) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Added a new searchable select component and improved accessibility for normal selects

- [#1](https://github.com/withstudiocms/ui/pull/1) [`14be139`](https://github.com/withstudiocms/ui/commit/14be139876aa2c5ab75fea07ee338afefece6f56) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Created new UI Library in preparations for the new StudioCMS Dashboard project

- [#1](https://github.com/withstudiocms/ui/pull/1) [`14be139`](https://github.com/withstudiocms/ui/commit/14be139876aa2c5ab75fea07ee338afefece6f56) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Added a theme helper and theme toggle component

- [#1](https://github.com/withstudiocms/ui/pull/1) [`14be139`](https://github.com/withstudiocms/ui/commit/14be139876aa2c5ab75fea07ee338afefece6f56) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Adjusted persistent toasts to include an outline for better visibility

## 0.0.1

### Patch Changes

- Initial Testing release
- Initial Testing release
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.0.1",
"version": "0.1.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 113f184

Please sign in to comment.