mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-06 04:21:15 +00:00
chore(release): version package
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: Enhanced types for the `clipboard` action
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: resolved a spacing issue when using the vertical `radio group` setting
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: resolved an issue when the drawer position suddenly changes sides
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: paginator buttons now include accessible ARIA label props
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": minor
|
||||
---
|
||||
|
||||
feat: Adds support for Svelte 4
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: fixed `scroll` event type in `AppShell`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: Enhanced types for the `filter` action
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@skeletonlabs/skeleton": patch
|
||||
---
|
||||
|
||||
bugfix: `InputChips` can now handle `undefined` values
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"skeleton.dev": patch
|
||||
---
|
||||
|
||||
bugfix: `Ratings` icons are only interactive when `iconType` is set to `button`.
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
7
sites/skeleton.dev/CHANGELOG.md
Normal file
7
sites/skeleton.dev/CHANGELOG.md
Normal 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))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "skeleton.dev",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
||||
Reference in New Issue
Block a user