Skip to content

Commit b686c1d

Browse files
chore(new-release) (#2006)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5ca551 commit b686c1d

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/rude-moments-yell.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stacks-svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @stackoverflow/stacks-svelte
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#2005](https://github.com/StackExchange/Stacks/pull/2005) [`b5ca551`](https://github.com/StackExchange/Stacks/commit/b5ca5519aba92fb2bb13ed00746c3f90eb8e0f5d) Thanks [@giamir](https://github.com/giamir)! - Migrate `Select` and `SelectItem` components to use Svelte 5 runes API
8+
9+
BREAKING CHANGES:
10+
- `message` and `description` slotted content are not available anymore. `message` and `description` snippets should be used instead.
11+
- `on:change` `on:focus` and `on:blur` are not available anymore. The new callback props should be used instead: `onchange`, `onfocus`, `onblur`.
12+
313
## 0.5.0
414

515
### Minor Changes

packages/stacks-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stackoverflow/stacks-svelte",
33
"description": "Stacks Components built in Svelte",
44
"type": "module",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"exports": {
77
".": {
88
"types": "./lib/components/index.d.ts",

0 commit comments

Comments
 (0)