Skip to content

Commit 11ee6cb

Browse files
authored
chore(fullstack): release 0.0.4 (#1287)
1 parent cb98b76 commit 11ee6cb

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3+
## v0.0.4 (2025-10-16)
4+
5+
- feat: provide ambient types through plugin import ([#1286](https://github.com/hi-ogawa/vite-plugins/pull/1286))
6+
- feat: expose `Assets.merge` method ([#1285](https://github.com/hi-ogawa/vite-plugins/pull/1285))
7+
- chore: server hmr in remix 3 ([#1280](https://github.com/hi-ogawa/vite-plugins/pull/1280))
8+
- chore: update version to 0.0.3 ([#1277](https://github.com/hi-ogawa/vite-plugins/pull/1277))
9+
310
## v0.0.3 (2025-10-15)
411

5-
- fix(fullstack): skip `@vite/client` patch on latest vite ([#1275](https://github.com/hi-ogawa/vite-plugins/pull/1275))
6-
- fix(fullstack): fix vite peerDependencies range ([#1261](https://github.com/hi-ogawa/vite-plugins/pull/1261))
7-
- chore(fullstack): remix frame demo ([#1273](https://github.com/hi-ogawa/vite-plugins/pull/1273))
8-
- chore(fullstack): remix hydrated component demo ([#1272](https://github.com/hi-ogawa/vite-plugins/pull/1272))
9-
- chore(fullstack): use `/islands/` directory convention ([#1265](https://github.com/hi-ogawa/vite-plugins/pull/1265))
10-
- docs(fullstack): polish proposal ([#1259](https://github.com/hi-ogawa/vite-plugins/pull/1259))
12+
- fix: skip `@vite/client` patch on latest vite ([#1275](https://github.com/hi-ogawa/vite-plugins/pull/1275))
13+
- fix: fix vite peerDependencies range ([#1261](https://github.com/hi-ogawa/vite-plugins/pull/1261))
14+
- chore: remix frame demo ([#1273](https://github.com/hi-ogawa/vite-plugins/pull/1273))
15+
- chore: remix hydrated component demo ([#1272](https://github.com/hi-ogawa/vite-plugins/pull/1272))
16+
- chore: use `/islands/` directory convention ([#1265](https://github.com/hi-ogawa/vite-plugins/pull/1265))
17+
- docs: polish proposal ([#1259](https://github.com/hi-ogawa/vite-plugins/pull/1259))
1118

1219
## v0.0.2 (2025-10-08)
1320

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.3",
3+
"version": "0.0.4",
44
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/fullstack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)