Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/prefer-wired-handles.md

This file was deleted.

18 changes: 6 additions & 12 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 0.2.3

### Patch Changes

- [#25](https://github.com/stainless-code/layers/pull/25) [`ae949d2`](https://github.com/stainless-code/layers/commit/ae949d2a7555867353d787e16411be755fbde2f2) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Prefer wired handles (`useLayer` / `createLayer`) in Confirm docs and fire-and-forget skill examples; bag-form `client.open` remains a valid escape hatch.

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/svelte-layers",
"version": "0.2.2",
"version": "0.2.3",
"description": "Svelte adapter for @stainless-code/layers — call a layer like an async function and await its response.",
"keywords": [
"dialog",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/skills/svelte-layers/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- typescript
metadata:
library: "@stainless-code/svelte-layers"
library_version: "0.2.2"
library_version: "0.2.3"
framework: "svelte"
sources:
- https://stainless-code.com/layers/adapters/svelte/runes
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stainless-code/vue-layers

## 0.2.3

### Patch Changes

- [#25](https://github.com/stainless-code/layers/pull/25) [`ae949d2`](https://github.com/stainless-code/layers/commit/ae949d2a7555867353d787e16411be755fbde2f2) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Prefer wired handles (`useLayer` / `createLayer`) in Confirm docs and fire-and-forget skill examples; bag-form `client.open` remains a valid escape hatch.

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/vue-layers",
"version": "0.2.2",
"version": "0.2.3",
"description": "Vue adapter for @stainless-code/layers — call a layer like an async function and await its response.",
"keywords": [
"dialog",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/skills/vue-layers/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- typescript
metadata:
library: "@stainless-code/vue-layers"
library_version: "0.2.2"
library_version: "0.2.3"
framework: "vue"
sources:
- https://stainless-code.com/layers/adapters/vue
Expand Down