From 4a4d1b8f58f96a6cbb67a595912765aaf0a8cfbc Mon Sep 17 00:00:00 2001 From: szTheory Date: Thu, 30 Jul 2026 16:21:43 -0400 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- README.md | 2 +- examples/android_shell_host/app/build.gradle | 4 ++-- .../app/src/main/assets/crosswake_manifest.json | 2 +- .../ios_shell_host/CrosswakeShell.xcodeproj/project.pbxproj | 2 +- examples/ios_shell_host/Fixtures/crosswake_manifest.json | 2 +- examples/native_evidence/evidence-manifest.example.json | 2 +- .../phoenix_host/evidence/evidence-manifest.example.json | 2 +- examples/phoenix_host/priv/crosswake/install_manifest.json | 2 +- guides/android_uat.md | 2 +- mix.exs | 2 +- packages/crosswake-shell-core-android/build.gradle.kts | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ceed28e..73852a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.2.0", - "packages/crosswake-shell-core-ios": "0.2.0", - "packages/crosswake-shell-core-android": "0.2.0", + ".": "0.2.1", + "packages/crosswake-shell-core-ios": "0.2.1", + "packages/crosswake-shell-core-android": "0.2.1", "packages/crosswake_rulestead": "0.1.0", "packages/crosswake_rindle": "0.1.0", "packages/crosswake_sigra": "0.1.1", diff --git a/README.md b/README.md index 7caf2532..5430153e 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ container. - Elixir `~> 1.19` - Phoenix `~> 1.8` - Phoenix LiveView `~> 1.1` -- Crosswake version `0.2.0` +- Crosswake version `0.2.1` - Generated non-local native shell core coordinates resolve at the Crosswake package version. See [mix.exs](mix.exs) and [guides/support_matrix.md](guides/support_matrix.md) for diff --git a/examples/android_shell_host/app/build.gradle b/examples/android_shell_host/app/build.gradle index 5f092ae8..a5e0f6c5 100644 --- a/examples/android_shell_host/app/build.gradle +++ b/examples/android_shell_host/app/build.gradle @@ -12,7 +12,7 @@ android { minSdk 30 targetSdk 35 versionCode 1 - versionName "0.2.0" // x-release-please-version + versionName "0.2.1" // x-release-please-version testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -73,7 +73,7 @@ android { } dependencies { - implementation 'io.github.sztheory:crosswake-shell-core-android:0.2.0' // x-release-please-version + implementation 'io.github.sztheory:crosswake-shell-core-android:0.2.1' // x-release-please-version implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.activity:activity-compose:1.9.0' diff --git a/examples/android_shell_host/app/src/main/assets/crosswake_manifest.json b/examples/android_shell_host/app/src/main/assets/crosswake_manifest.json index c38f22f1..12c56979 100644 --- a/examples/android_shell_host/app/src/main/assets/crosswake_manifest.json +++ b/examples/android_shell_host/app/src/main/assets/crosswake_manifest.json @@ -353,7 +353,7 @@ "remote" ] }, - "crosswake_version": "0.2.0", + "crosswake_version": "0.2.1", "generated_at": "2026-06-02T01:19:43Z", "host": { "live_view_version": "~> 1.1", diff --git a/examples/ios_shell_host/CrosswakeShell.xcodeproj/project.pbxproj b/examples/ios_shell_host/CrosswakeShell.xcodeproj/project.pbxproj index 7eaedb65..33228a25 100644 --- a/examples/ios_shell_host/CrosswakeShell.xcodeproj/project.pbxproj +++ b/examples/ios_shell_host/CrosswakeShell.xcodeproj/project.pbxproj @@ -56,7 +56,7 @@ repositoryURL = "https://github.com/szTheory/crosswake-shell-core-ios.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.2.0; /* x-release-please-version */ + minimumVersion = 0.2.1; /* x-release-please-version */ }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/examples/ios_shell_host/Fixtures/crosswake_manifest.json b/examples/ios_shell_host/Fixtures/crosswake_manifest.json index c38f22f1..12c56979 100644 --- a/examples/ios_shell_host/Fixtures/crosswake_manifest.json +++ b/examples/ios_shell_host/Fixtures/crosswake_manifest.json @@ -353,7 +353,7 @@ "remote" ] }, - "crosswake_version": "0.2.0", + "crosswake_version": "0.2.1", "generated_at": "2026-06-02T01:19:43Z", "host": { "live_view_version": "~> 1.1", diff --git a/examples/native_evidence/evidence-manifest.example.json b/examples/native_evidence/evidence-manifest.example.json index 6b34882e..f931b0e5 100644 --- a/examples/native_evidence/evidence-manifest.example.json +++ b/examples/native_evidence/evidence-manifest.example.json @@ -1,6 +1,6 @@ { "schema_version": "1.0.0", - "crosswake_version": "0.2.0", + "crosswake_version": "0.2.1", "commit_sha": "example-commit-sha", "source_job": "native-collateral-advisory", "captured_at": "2026-06-19T00:00:00.000Z", diff --git a/examples/phoenix_host/evidence/evidence-manifest.example.json b/examples/phoenix_host/evidence/evidence-manifest.example.json index 6b110d28..7925984f 100644 --- a/examples/phoenix_host/evidence/evidence-manifest.example.json +++ b/examples/phoenix_host/evidence/evidence-manifest.example.json @@ -1,6 +1,6 @@ { "schema_version": "1.0.0", - "crosswake_version": "0.2.0", + "crosswake_version": "0.2.1", "commit_sha": "example-commit-sha", "source_job": "route-tour-proof", "captured_at": "2026-07-12T00:00:00.000Z", diff --git a/examples/phoenix_host/priv/crosswake/install_manifest.json b/examples/phoenix_host/priv/crosswake/install_manifest.json index 91012328..e7a24034 100644 --- a/examples/phoenix_host/priv/crosswake/install_manifest.json +++ b/examples/phoenix_host/priv/crosswake/install_manifest.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "crosswake_version": "0.2.0", + "crosswake_version": "0.2.1", "router_path": "lib/crosswake_example/router.ex", "web_module": "CrosswakeExample", "policy_module": "CrosswakeExample.Crosswake.Policy", diff --git a/guides/android_uat.md b/guides/android_uat.md index 266e9e26..b64eff2b 100644 --- a/guides/android_uat.md +++ b/guides/android_uat.md @@ -1,6 +1,6 @@ # Android Device-UAT Checklist -**Last verified against:** Crosswake v0.2.0 on Android 15 (API 35) +**Last verified against:** Crosswake v0.2.1 on Android 15 (API 35) ## What This Proves diff --git a/mix.exs b/mix.exs index 8c5ef16d..34de929e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crosswake.MixProject do use Mix.Project - @version "0.2.0" # x-release-please-version + @version "0.2.1" # x-release-please-version @source_url "https://github.com/szTheory/crosswake" def project do diff --git a/packages/crosswake-shell-core-android/build.gradle.kts b/packages/crosswake-shell-core-android/build.gradle.kts index 1e51e572..238e23bb 100644 --- a/packages/crosswake-shell-core-android/build.gradle.kts +++ b/packages/crosswake-shell-core-android/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("com.vanniktech.maven.publish") version "0.31.0" } -version = "0.2.0" // x-release-please-version +version = "0.2.1" // x-release-please-version android { namespace = "dev.crosswake.shell.core"