Skip to content

Commit e3b9073

Browse files
chore: release (#1806)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Atila Fassina <[email protected]>
1 parent efd762e commit e3b9073

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.changeset/cold-scissors-clap.md

-5
This file was deleted.

packages/start/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solidjs/start
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- efd762e: Bump tanstack server functions plugin
8+
This fixes `export const` in top-level `"use server"` files.
9+
The bundler warning for top-level `"use server"` is still there, but still code-removal works.
10+
311
## 1.1.0
412

513
### Minor Changes

packages/start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"author": "Ryan Carniato",
66
"license": "MIT",

0 commit comments

Comments
 (0)