Skip to content

Commit

Permalink
Merge pull request #2291 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 Dec 6, 2023
2 parents 73e2adc + 271364e commit 7849c40
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-numbers-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-kings-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-starfishes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-drinks-obey.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- feat: Added design tokens for `divide` and `decoration` ([#2290](https://github.com/skeletonlabs/skeleton/pull/2290))

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/tw-plugin",
"version": "0.2.4",
"version": "0.3.0",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup",
Expand Down
12 changes: 12 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @skeletonlabs/skeleton

## 2.6.0

### Minor Changes

- bugfix: Resolves a bug in ProgressBar where the meter classes were applied twice ([#2288](https://github.com/skeletonlabs/skeleton/pull/2288))

### Patch Changes

- bugfix: Accordion Item `on:toggle` event now provides properly formatted `id` and `panelId` values ([#2279](https://github.com/skeletonlabs/skeleton/pull/2279))

- bugfix: The Paginator numeric row now adheres to the `disabled` state ([#2269](https://github.com/skeletonlabs/skeleton/pull/2269))

## 2.5.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.5.1",
"version": "2.6.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down

1 comment on commit 7849c40

@vercel
Copy link

@vercel vercel bot commented on 7849c40 Dec 6, 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.