Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/skeletonlabs/skeleton into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Feb 27, 2024
2 parents 89722b8 + 0af33f4 commit a4897a4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-apricots-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-tomatoes-kick.md

This file was deleted.

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

## 2.9.0

### Minor Changes

- feat: Added `disabled` prop to ListBox and ListBoxItem components. ([#2485](https://github.com/skeletonlabs/skeleton/pull/2485))

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

## 1.0.2

### Patch Changes

- chore: Linting pass to fix several small issues. ([#2464](https://github.com/skeletonlabs/skeleton/pull/2464))

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit a4897a4

Please sign in to comment.