Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version package #2628

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/forty-trains-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-cherries-arrive.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.2

### Patch Changes

- bugfix: Resolved a timing issue that could cause Toasts to animate incorrectly on close. ([#2622](https://github.com/skeletonlabs/skeleton/pull/2622))

## 2.9.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.9.1",
"version": "2.9.2",
"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.1.0

### Minor Changes

- Feat: Avatar component updated to support restProps and fallback slot. ([#2626](https://github.com/skeletonlabs/skeleton/pull/2626))

## 1.0.2

### 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.2",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down