diff --git a/guide/form/hello-form.md b/guide/form/hello-form.md index 5f6354d..e884133 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-alpha06/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-alpha07/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 44d81d1..94775ae 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-alpha06" + val soil = "1.0.0-alpha07" // Query implementation("com.soil-kt.soil:query-core:$soil") @@ -61,7 +61,7 @@ dependencies { ```yaml [Version Catalog] [versions] -soil = "1.0.0-alpha06" +soil = "1.0.0-alpha07" [libraries] # Query diff --git a/guide/query/hello-query.md b/guide/query/hello-query.md index 17d9ab4..6815bd8 100644 --- a/guide/query/hello-query.md +++ b/guide/query/hello-query.md @@ -204,7 +204,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-alpha06/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-alpha07/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 caef85d..710c787 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-alpha06/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-alpha07/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 c95a67d..59bfad6 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-alpha06/sample/) コード内の `FormScreen` を動かしてみるのがよいでしょう。 +学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha07/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 f60e82f..2590670 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-alpha06" + val soil = "1.0.0-alpha07" // Query implementation("com.soil-kt.soil:query-core:$soil") @@ -60,7 +60,7 @@ dependencies { ```yaml [Version Catalog] [versions] -soil = "1.0.0-alpha06" +soil = "1.0.0-alpha07" [libraries] # Query diff --git a/ja/guide/query/hello-query.md b/ja/guide/query/hello-query.md index 9a228d1..af22683 100644 --- a/ja/guide/query/hello-query.md +++ b/ja/guide/query/hello-query.md @@ -200,7 +200,7 @@ class HelloQueryKey : QueryKey by buildQueryKey( Query の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball: -学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha06/sample/) コード内の `QueryScreen` を動かしてみるのがよいでしょう。 +学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha07/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 252d24b..86bfc73 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-alpha06/sample/) コード内の `SpaceScreen` を動かしてみるのがよいでしょう。 +学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha07/sample/) コード内の `SpaceScreen` を動かしてみるのがよいでしょう。 ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。 Soil プロジェクトに興味がありますか?