Skip to content

Commit

Permalink
Merge pull request #1720 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 Jul 4, 2023
2 parents 4b4c484 + f2b348c commit fa2af91
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-kings-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-carrots-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-apricots-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-seals-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-impalas-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-camels-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-donuts-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-bugs-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cameras-sparkle.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- feat: Adds support for Svelte 4 ([#1690](https://github.com/skeletonlabs/skeleton/pull/1690))

### Patch Changes

- bugfix: Enhanced types for the `clipboard` action ([#1692](https://github.com/skeletonlabs/skeleton/pull/1692))

- bugfix: resolved a spacing issue when using the vertical `radio group` setting ([#1696](https://github.com/skeletonlabs/skeleton/pull/1696))

- bugfix: resolved an issue when the drawer position suddenly changes sides ([#1679](https://github.com/skeletonlabs/skeleton/pull/1679))

- bugfix: paginator buttons now include accessible ARIA label props ([#1709](https://github.com/skeletonlabs/skeleton/pull/1709))

- bugfix: fixed `scroll` event type in `AppShell` ([#1715](https://github.com/skeletonlabs/skeleton/pull/1715))

- bugfix: Enhanced types for the `filter` action ([#1693](https://github.com/skeletonlabs/skeleton/pull/1693))

- bugfix: `InputChips` can now handle `undefined` values ([#1678](https://github.com/skeletonlabs/skeleton/pull/1678))

## 1.8.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": "1.8.0",
"version": "1.9.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions sites/skeleton.dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# skeleton.dev

## 1.0.1

### Patch Changes

- bugfix: `Ratings` icons are only interactive when `iconType` is set to `button`. ([#1686](https://github.com/skeletonlabs/skeleton/pull/1686))
2 changes: 1 addition & 1 deletion sites/skeleton.dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton.dev",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

1 comment on commit fa2af91

@vercel
Copy link

@vercel vercel bot commented on fa2af91 Jul 4, 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.