Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version package #2451

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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