Skip to content

Commit 5c72aa8

Browse files
authored
chore(fullstack): release 0.0.0-alpha.1 (#1182)
1 parent e479a18 commit 5c72aa8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

packages/fullstack/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3-
## v0.0.0-alpha.0 (2025-10-03)
3+
## v0.0.0-alpha.1 (2025-10-03)
44

5-
- prototype `import.meta.vite.assets` API
5+
- fix: fix `asEntry` option ([#1174](https://github.com/hi-ogawa/vite-plugins/pull/1174))
6+
- fix: enable `emitAssets` by default ([#1176](https://github.com/hi-ogawa/vite-plugins/pull/1176))
7+
- chore: remove `universal` option ([#1181](https://github.com/hi-ogawa/vite-plugins/pull/1181))
8+
- chore: standalone examples ([#1180](https://github.com/hi-ogawa/vite-plugins/pull/1180))
9+
- test: cloudflare plugin ([#1177](https://github.com/hi-ogawa/vite-plugins/pull/1177))
10+
- test: more e2e ([#1173](https://github.com/hi-ogawa/vite-plugins/pull/1173))
11+
12+
## v0.0.0-alpha.0 (2025-10-02)
13+
14+
- prototype `import.meta.vite.assets` API ([#1168](https://github.com/hi-ogawa/vite-plugins/pull/1168))

packages/fullstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiogawa/vite-plugin-fullstack",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/fullstack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)