Skip to content

Commit

Permalink
Version Packages (#527)
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 Jan 15, 2025
1 parent d51c505 commit cd9fed8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-eagles-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-crabs-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-keys-drop.md

This file was deleted.

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

## 0.6.8

### Patch Changes

- Update dependencies ([`c9f7a27`](https://github.com/techniq/svelte-ux/commit/c9f7a279a2432b311c0f199774038f51f1bb2afe))

- Bump dependencies ([`f55562d`](https://github.com/techniq/svelte-ux/commit/f55562d719e465f0a4d832684c1724769c1138be))

## 0.6.7

### 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.7",
"version": "0.6.8",
"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.77.1

### Patch Changes

- Update dependencies ([`c9f7a27`](https://github.com/techniq/svelte-ux/commit/c9f7a279a2432b311c0f199774038f51f1bb2afe))

- feat(TextField): Add `bind:inputEl` support when using `multiline` (textarea) ([`d51c505`](https://github.com/techniq/svelte-ux/commit/d51c505c90cfdd440962322c094568ecdbd900df))

- Bump dependencies ([`f55562d`](https://github.com/techniq/svelte-ux/commit/f55562d719e465f0a4d832684c1724769c1138be))

## 0.77.0

### Minor 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.77.0",
"version": "0.77.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit cd9fed8

Please sign in to comment.