Skip to content

Commit 0b76e3c

Browse files
Version Packages (#488)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ee6bb4 commit 0b76e3c

File tree

9 files changed

+24
-28
lines changed

9 files changed

+24
-28
lines changed

.changeset/itchy-carrots-applaud.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/poor-pens-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-pens-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-bats-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-feet-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-svelte-ux/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-svelte-ux
22

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- Update dependencies ([`1ae554b5a8211057484a9b8e95cc788f331baee8`](https://github.com/techniq/svelte-ux/commit/1ae554b5a8211057484a9b8e95cc788f331baee8))
8+
39
## 0.6.4
410

511
### Patch Changes

packages/create-svelte-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-svelte-ux",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "A CLI for creating new Svelte UX projects",
55
"repository": {
66
"type": "git",

packages/svelte-ux/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# svelte-ux
22

3+
## 0.75.0
4+
5+
### Minor Changes
6+
7+
- feat(Notification): Add `variant` (default, fill) and `color` (theme) props ([#491](https://github.com/techniq/svelte-ux/pull/491))
8+
9+
- feat(Notification): Simplify usage with title/description/icon/actions props ([#491](https://github.com/techniq/svelte-ux/pull/491))
10+
11+
- breaking(Notification): Rename `variant` to `actionsPlacement` (and repurpose `variant`) ([#491](https://github.com/techniq/svelte-ux/pull/491))
12+
13+
### Patch Changes
14+
15+
- Update dependencies ([`1ae554b5a8211057484a9b8e95cc788f331baee8`](https://github.com/techniq/svelte-ux/commit/1ae554b5a8211057484a9b8e95cc788f331baee8))
16+
17+
- 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))
18+
319
## 0.74.9
420

521
### Patch Changes

packages/svelte-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "0.74.9",
7+
"version": "0.75.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)