Skip to content

Commit

Permalink
Version Packages (#488)
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 Oct 5, 2024
1 parent 3ee6bb4 commit 0b76e3c
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/itchy-carrots-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-pens-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-pens-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bats-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-feet-run.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.5

### Patch Changes

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

## 0.6.4

### 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.4",
"version": "0.6.5",
"description": "A CLI for creating new Svelte UX projects",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# svelte-ux

## 0.75.0

### Minor Changes

- feat(Notification): Add `variant` (default, fill) and `color` (theme) props ([#491](https://github.com/techniq/svelte-ux/pull/491))

- feat(Notification): Simplify usage with title/description/icon/actions props ([#491](https://github.com/techniq/svelte-ux/pull/491))

- breaking(Notification): Rename `variant` to `actionsPlacement` (and repurpose `variant`) ([#491](https://github.com/techniq/svelte-ux/pull/491))

### Patch Changes

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

- fix(Form): Only prevent submitting to server if validation fails or no server action/method are defined ([#493](https://github.com/techniq/svelte-ux/pull/493))

## 0.74.9

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

0 comments on commit 0b76e3c

Please sign in to comment.