Skip to content

Commit

Permalink
Merge pull request #2603 from skeletonlabs/changeset-release/master
Browse files Browse the repository at this point in the history
chore(release): version package
  • Loading branch information
endigo9740 committed Apr 9, 2024
2 parents 5f400f1 + 168ca5e commit 986ff4c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-bats-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-bears-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-cows-laugh.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.4.0

### Minor Changes

- Feat: Update scrollbar styles to the [latest standard](https://developer.chrome.com/docs/css-ui/scrollbar-styling). ([#2596](https://github.com/skeletonlabs/skeleton/pull/2596))

## 0.3.1

### 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.3.1",
"version": "0.4.0",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @skeletonlabs/skeleton

## 2.9.1

### Patch Changes

- Bugfix: Removed duplicate `class` attribute on AccordionItem SVG caret icon ([#2597](https://github.com/skeletonlabs/skeleton/pull/2597))

- Chore: Fix JSDoc comment for AppRail border property [#2592](https://github.com/skeletonlabs/skeleton/pull/2592) ([#2601](https://github.com/skeletonlabs/skeleton/pull/2601))

## 2.9.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.9.0",
"version": "2.9.1",
"description": "A SvelteKit component library.",
"author": "endigo9740 <chris@skeletonlabs.dev>",
"scripts": {
Expand Down

0 comments on commit 986ff4c

Please sign in to comment.