diff --git a/guide/form/hello-form.md b/guide/form/hello-form.md index 8643899..6a1c9b4 100644 --- a/guide/form/hello-form.md +++ b/guide/form/hello-form.md @@ -194,7 +194,7 @@ fun App() { Have you understood the basics of using Query? This concludes the tutorial :confetti_ball: -If you wish to continue learning, it would be a good idea to try running the `FormScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) code. +If you wish to continue learning, it would be a good idea to try running the `FormScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha04/sample/) code. If you have any concerns, please feel free to provide feedback on [Github discussions](https://github.com/soil-kt/soil/discussions). Love the project? :star: it on [GitHub](https://github.com/soil-kt/soil) and help us make it even better! diff --git a/guide/getting-started.md b/guide/getting-started.md index cc3a8ff..d7113ef 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -7,7 +7,7 @@ If your browser supports [WasmGC](https://github.com/WebAssembly/gc), you can ru :point_right: [Sample App](https://play.soil-kt.com/) -Source code: +Source code: ::: info Browser Support for WasmGC Currently, the only browsers that support WasmGC are Chrome and Firefox. @@ -38,7 +38,7 @@ repositories { ```kts [Dependencies] dependencies { - val soil = "1.0.0-alpha03" + val soil = "1.0.0-alpha04" implementation("com.soil-kt.soil:query-core:$soil") implementation("com.soil-kt.soil:query-compose:$soil") implementation("com.soil-kt.soil:query-compose-runtime:$soil") @@ -49,7 +49,7 @@ dependencies { ```yaml [Version Catalog] [versions] -soil = "1.0.0-alpha03" +soil = "1.0.0-alpha04" [libraries] soil-query-core = { module = "com.soil-kt.soil:query-core", version.ref = "soil" } diff --git a/guide/query/hello-query.md b/guide/query/hello-query.md index 55efe31..c3464ef 100644 --- a/guide/query/hello-query.md +++ b/guide/query/hello-query.md @@ -201,7 +201,7 @@ The key settings in `QueryOptions` are as follows: Have you understood the basics of using Query? This concludes the tutorial :confetti_ball: -If you wish to continue learning, it would be a good idea to try running the `QueryScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) code. +If you wish to continue learning, it would be a good idea to try running the `QueryScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha04/sample/) code. If you have any concerns, please feel free to provide feedback on [Github discussions](https://github.com/soil-kt/soil/discussions). Love the project? :star: it on [GitHub](https://github.com/soil-kt/soil) and help us make it even better! diff --git a/guide/space/hello-space.md b/guide/space/hello-space.md index 11a00d8..e2680d3 100644 --- a/guide/space/hello-space.md +++ b/guide/space/hello-space.md @@ -138,7 +138,7 @@ Managing all these states within a single scope can be a strict constraint from Have you understood the basics of using Space? This concludes the tutorial :confetti_ball: -If you wish to continue learning, it would be a good idea to try running the `SpaceScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) code. +If you wish to continue learning, it would be a good idea to try running the `SpaceScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha04/sample/) code. If you have any concerns, please feel free to provide feedback on [Github discussions](https://github.com/soil-kt/soil/discussions). Love the project? :star: it on [GitHub](https://github.com/soil-kt/soil) and help us make it even better! diff --git a/ja/guide/form/hello-form.md b/ja/guide/form/hello-form.md index 4e2ad56..b575e9e 100644 --- a/ja/guide/form/hello-form.md +++ b/ja/guide/form/hello-form.md @@ -194,7 +194,7 @@ fun App() { Form の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball: -学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) コード内の `FormScreen` を動かしてみるのがよいでしょう。 +学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha04/sample/) コード内の `FormScreen` を動かしてみるのがよいでしょう。 ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。 Soil プロジェクトに興味がありますか?
diff --git a/ja/guide/getting-started.md b/ja/guide/getting-started.md index b7509aa..bb39410 100644 --- a/ja/guide/getting-started.md +++ b/ja/guide/getting-started.md @@ -7,7 +7,7 @@ Soil の Kotlin Multiplatform ライブラリは、実験的な [Kotlin Wasm](ht :point_right: [Sample App](https://play.soil-kt.com/) -Source code: +Source code: ::: info ブラウザの WasmGC 対応状況について 現在、WasmGC に対応しているブラウザは Chrome と Firefox のみです。 @@ -37,7 +37,7 @@ repositories { ```kts [Dependencies] dependencies { - val soil = "1.0.0-alpha03" + val soil = "1.0.0-alpha04" implementation("com.soil-kt.soil:query-core:$soil") implementation("com.soil-kt.soil:query-compose:$soil") implementation("com.soil-kt.soil:query-compose-runtime:$soil") @@ -48,7 +48,7 @@ dependencies { ```yaml [Version Catalog] [versions] -soil = "1.0.0-alpha03" +soil = "1.0.0-alpha04" [libraries] soil-query-core = { module = "com.soil-kt.soil:query-core", version.ref = "soil" } diff --git a/ja/guide/query/hello-query.md b/ja/guide/query/hello-query.md index a506ae7..4320489 100644 --- a/ja/guide/query/hello-query.md +++ b/ja/guide/query/hello-query.md @@ -197,7 +197,7 @@ class HelloQueryKey : QueryKey by buildQueryKey( Query の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball: -学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) コード内の `QueryScreen` を動かしてみるのがよいでしょう。 +学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha04/sample/) コード内の `QueryScreen` を動かしてみるのがよいでしょう。 ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。 Soil プロジェクトに興味がありますか?
diff --git a/ja/guide/space/hello-space.md b/ja/guide/space/hello-space.md index 802510b..d58524c 100644 --- a/ja/guide/space/hello-space.md +++ b/ja/guide/space/hello-space.md @@ -136,7 +136,7 @@ UI上で表現したい状態には、コンポーネントの内部状態から Space の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball: -学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) コード内の `SpaceScreen` を動かしてみるのがよいでしょう。 +学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha04/sample/) コード内の `SpaceScreen` を動かしてみるのがよいでしょう。 ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。 Soil プロジェクトに興味がありますか?