Skip to content

Commit

Permalink
Merge pull request #2451 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 Jan 30, 2024
2 parents 93a9773 + bda9eee commit 06583c8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-pots-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-icons-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-terms-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-cougars-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-insects-rush.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @skeletonlabs/skeleton

## 2.8.0

### Minor Changes

- feat: InputChips now allow you to add/remove chips programatically. ([#2347](https:/skeletonlabs/skeleton/pull/2347))

### Patch Changes

- bugfix: Removed recursive-tree-view's unused props for `disabled` and `open` ([#2427](https:/skeletonlabs/skeleton/pull/2427))

- bugfix: CodeBlock copy button type is now `button` instead of default (`submit`) ([#2428](https:/skeletonlabs/skeleton/pull/2428))

- bugfix: added `label` prop to InputChips to provide aria-label for a11y ([#2445](https:/skeletonlabs/skeleton/pull/2445))

- chore: Applied `@html` interpretation to Autocomplete empty state ([#2448](https:/skeletonlabs/skeleton/pull/2448))

## 2.7.1

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

0 comments on commit 06583c8

Please sign in to comment.