Skip to content

Commit

Permalink
v0.20.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Mar 12, 2024
1 parent 8b9edce commit d40982b
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
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": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/02_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/03_minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/04_promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/05_actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"react-wrap-balancer": "1.1.0",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/06_nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/07_router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/08_cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/cookie": "0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/09_cssmodules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/10_fs-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/11_form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/12_css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/13_path-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.0-canary-56e20051c-20240311",
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
Expand Down
2 changes: 1 addition & 1 deletion examples/14_react-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "18.3.0-canary-56e20051c-20240311",
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311",
"react-tweet": "^3.2.0",
"waku": "0.20.0-alpha.1"
"waku": "0.20.0-alpha.2"
},
"devDependencies": {
"@types/react": "18.2.65",
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.8.0-alpha.1",
"version": "0.8.0-alpha.2",
"publishConfig": {
"tag": "next"
},
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.20.0-alpha.1",
"version": "0.20.0-alpha.2",
"publishConfig": {
"tag": "next"
},
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit d40982b

Please sign in to comment.