Skip to content

Commit

Permalink
Version Packages (#513)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 23, 2024
1 parent d64202a commit 1f356f9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-dingos-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-plums-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-tables-fail.md

This file was deleted.

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

## 0.6.7

### Patch Changes

- Update dependencies ([`29cc311`](https://github.com/techniq/svelte-ux/commit/29cc3113ff52a2cfda709eba542607293d43e608))

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte-ux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte-ux",
"version": "0.6.6",
"version": "0.6.7",
"description": "A CLI for creating new Svelte UX projects",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte-ux

## 0.75.5

### Patch Changes

- fix(SelectField): Properly handle option selection with option slot defined using `<svelte:fragment slot="option">` or `<div slot="option">` ([#512](https://github.com/techniq/svelte-ux/pull/512))

- Update dependencies ([`29cc311`](https://github.com/techniq/svelte-ux/commit/29cc3113ff52a2cfda709eba542607293d43e608))

- feat(RangeField): Add `change` event ([`3c04e5e`](https://github.com/techniq/svelte-ux/commit/3c04e5e99ab282ed942c37c71135547f5d00fae2))

## 0.75.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.75.4",
"version": "0.75.5",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 1f356f9

Please sign in to comment.