Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 17, 2024
1 parent 2658c1a commit 098b6b3
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 40 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": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"autoprefixer": "10.4.19",
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-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/cookie": "0.6.0",
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 @@ -12,7 +12,7 @@
"react": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
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": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"react-tweet": "^3.2.0",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
Expand Down
2 changes: 1 addition & 1 deletion examples/20_minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
Expand Down
2 changes: 1 addition & 1 deletion examples/21_minimal_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"react": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
}
}
2 changes: 1 addition & 1 deletion examples/22_promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
Expand Down
2 changes: 1 addition & 1 deletion examples/23_actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"react-wrap-balancer": "1.1.0",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
Expand Down
2 changes: 1 addition & 1 deletion examples/24_nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "19.0.0-canary-e3ebcd54b-20240405",
"react-dom": "19.0.0-canary-e3ebcd54b-20240405",
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405",
"waku": "0.20.1-alpha.0"
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
Expand Down
5 changes: 1 addition & 4 deletions packages/create-waku/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "create-waku",
"version": "0.9.0-alpha.0",
"publishConfig": {
"tag": "next"
},
"version": "0.9.0",
"author": "Daishi Kato",
"type": "module",
"contributors": [
Expand Down
1 change: 1 addition & 0 deletions packages/create-waku/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function displayUsage() {
Usage: ${commands.create} [options]
Options:
--choose Choose from the template list
--example Specify an example use as a template
-h, --help Display this help message
`);
Expand Down
5 changes: 1 addition & 4 deletions packages/waku/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "waku",
"description": "⛩️ The minimal React framework",
"version": "0.20.1-alpha.0",
"publishConfig": {
"tag": "next"
},
"version": "0.20.1",
"type": "module",
"author": "Daishi Kato",
"homepage": "https://waku.gg",
Expand Down
32 changes: 16 additions & 16 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 098b6b3

Please sign in to comment.