Skip to content

Commit

Permalink
Merge pull request #2187 from skeletonlabs/changeset-release/master
Browse files Browse the repository at this point in the history
chore(release): version package
  • Loading branch information
endigo9740 authored Oct 24, 2023
2 parents 58695fd + e98ea6e commit cf54688
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-beans-listen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-walls-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-oranges-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-llamas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-guests-warn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @skeletonlabs/tw-plugin

## 0.2.3

### Patch Changes

- bugfix: Added disabled state styles for `.btn-group` children, such as buttons ([#2160](https://github.com/skeletonlabs/skeleton/pull/2160))

- chore: Improved the default modal focus state styles. Focus should now be shown by default. ([#2065](https://github.com/skeletonlabs/skeleton/pull/2065))

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/tw-plugin",
"version": "0.2.2",
"version": "0.2.3",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup",
Expand Down
15 changes: 15 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @skeletonlabs/skeleton

## 2.4.0

### Minor Changes

- feat: Added recursive Tree View component enhancements including: ([#2181](https://github.com/skeletonlabs/skeleton/pull/2181))

- Added `click` and `toggle` events.
- The `lead` and `content` props now accepts Svelte components and HTML content.

- feat: Added a transition `duration` property to the Drawer component as well as `DrawerSettings` ([#2139](https://github.com/skeletonlabs/skeleton/pull/2139))

### Patch Changes

- bugfix: Fixed a linting error on the linting error on Progress Radial component ([#2134](https://github.com/skeletonlabs/skeleton/pull/2134))

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton",
"version": "2.3.0",
"version": "2.4.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down

1 comment on commit cf54688

@vercel
Copy link

@vercel vercel bot commented on cf54688 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.