Skip to content

Commit

Permalink
Merge pull request #3173 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 Jan 25, 2025
2 parents 477b898 + f2285b4 commit 04cf8e0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-ears-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-lions-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dancers-stare.md

This file was deleted.

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

## 0.0.56

### Patch Changes

- Bugfix: Pin tailwind versions to prevent newer (major) versions of tailwind being installed. ([#3171](https://github.com/skeletonlabs/skeleton/pull/3171))

## 0.0.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-skeleton-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-skeleton-app",
"version": "0.0.55",
"version": "0.0.56",
"description": "Use this CLI app to setup a new Skeleton application in a new SvelteKit project.",
"keywords": [
"skeleton",
Expand Down
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.1

### Patch Changes

- bugfix: Excluded checkbox and radio from input group styles ([#3122](https://github.com/skeletonlabs/skeleton/pull/3122))

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup",
Expand Down
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.11.0

### Minor Changes

- Fix CloseQuery has no effect and popup disappear on click ([#3076](https://github.com/skeletonlabs/skeleton/pull/3076))

## 2.10.4

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

0 comments on commit 04cf8e0

Please sign in to comment.