Skip to content

Commit

Permalink
v0.21.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 12, 2025
1 parent 831bf03 commit 7d0c3b4
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 48 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.21.14] - 2025-01-13

### Changed

- Bug fixes

## [0.21.13] - 2025-01-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion examples/01_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/02_template_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"autoprefixer": "10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion examples/03_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/04_cssmodules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/05_compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/11_fs-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/12_nossr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/21_create-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/22_define-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/31_minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/32_minimal_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
}
}
2 changes: 1 addition & 1 deletion examples/33_promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/34_functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"react-wrap-balancer": "1.1.1",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/35_nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/36_form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/37_css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/38_cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/cookie": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/39_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/41_path-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/42_react-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"react-tweet": "^3.2.1",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/43_weave-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/44_cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13",
"waku": "0.21.14",
"wrangler": "3.101.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/51_spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.13"
"waku": "0.21.14"
},
"devDependencies": {
"@types/react": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-waku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-waku",
"version": "0.11.0-0.21.13-0",
"version": "0.11.0-0.21.14-0",
"author": "Daishi Kato",
"type": "module",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/waku/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "waku",
"description": "⛩️ The minimal React framework",
"version": "0.21.13",
"version": "0.21.14",
"type": "module",
"author": "Daishi Kato",
"homepage": "https://waku.gg",
Expand Down
Loading

0 comments on commit 7d0c3b4

Please sign in to comment.