chore(release): version package

This commit is contained in:
github-actions[bot]
2023-07-04 15:57:36 +00:00
parent 4b4c4844e8
commit f2b348c495
13 changed files with 31 additions and 47 deletions

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: Enhanced types for the `clipboard` action

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: resolved a spacing issue when using the vertical `radio group` setting

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: resolved an issue when the drawer position suddenly changes sides

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: paginator buttons now include accessible ARIA label props

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": minor
---
feat: Adds support for Svelte 4

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: fixed `scroll` event type in `AppShell`

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: Enhanced types for the `filter` action

View File

@@ -1,5 +0,0 @@
---
"@skeletonlabs/skeleton": patch
---
bugfix: `InputChips` can now handle `undefined` values

View File

@@ -1,5 +0,0 @@
---
"skeleton.dev": patch
---
bugfix: `Ratings` icons are only interactive when `iconType` is set to `button`.

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton",
"version": "1.8.0",
"version": "1.9.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <chris@skeletonlabs.dev>",
"scripts": {

View File

@@ -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))

View File

@@ -1,6 +1,6 @@
{
"name": "skeleton.dev",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite dev",