Skip to content

Commit

Permalink
Merge pull request #2228 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 Nov 8, 2023
2 parents 6cec953 + 112b2bb commit 249b838
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-ads-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-dingos-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-drinks-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-squids-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-rockets-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-suns-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-jobs-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-mirrors-kneel.md

This file was deleted.

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

## 0.2.4

### Patch Changes

- chore: Tailwind Element list styles should now support text wrapping by default ([#2200](https://github.com/skeletonlabs/skeleton/pull/2200))

## 0.2.3

### 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.3",
"version": "0.2.4",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup",
Expand Down
20 changes: 20 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @skeletonlabs/skeleton

## 2.5.0

### Minor Changes

- feat: Autocomplete now accepts custom filter function using the prop `filter` ([#2208](https://github.com/skeletonlabs/skeleton/pull/2208))

### Patch Changes

- bugfix: Fixed Tree View component bug that prevented clicking Tree elements. ([#2171](https://github.com/skeletonlabs/skeleton/pull/2171))

- bugfix: Table cells are only focusable when the `interactive` prop is enabled ([#2194](https://github.com/skeletonlabs/skeleton/pull/2194))

- bugfix: Improved keyboard interaction and accessability for the AppRailTile ([#2172](https://github.com/skeletonlabs/skeleton/pull/2172))

- bugfix: Drawers now have a smoother close animation by default ([#2219](https://github.com/skeletonlabs/skeleton/pull/2219))

- bugfix: Drawer touch events are now passive ([#2220](https://github.com/skeletonlabs/skeleton/pull/2220))

- chore: Progress Bar and Progress Radial now include dedicated `transition` props ([#2196](https://github.com/skeletonlabs/skeleton/pull/2196))

## 2.4.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.4.0",
"version": "2.5.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down

1 comment on commit 249b838

@vercel
Copy link

@vercel vercel bot commented on 249b838 Nov 8, 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.