Skip to content

Commit 758e914

Browse files
Version Packages
1 parent 044a8d5 commit 758e914

10 files changed

Lines changed: 22 additions & 23 deletions

.changeset/fix-relation-tracker-restart-test-race.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-telemetry-test-isolation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mobile-store-readiness-polish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/process-type-request-id-cardinality.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agents-mobile/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @electric-ax/agents-mobile
22

3+
## 0.6.4
4+
5+
### Patch Changes
6+
7+
- b66ebf7: Polish the mobile app for App Store / Play review: declare the iOS privacy manifest for required-reason APIs (AsyncStorage + Sentry), drop the unused microphone permission and block legacy Android storage permissions, add a splash screen, ship an opaque iOS icon and a monochrome Android adaptive-icon layer, add `expo-system-ui` so `userInterfaceStyle` applies on Android, wrap the app in a recoverable error boundary, add a timeout escape hatch to the OAuth callback, and keep auth diagnostics out of production logs.
8+
39
## 0.6.3
410

511
### Patch Changes

packages/agents-mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-ax/agents-mobile",
33
"private": true,
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"main": "index.ts",
66
"scripts": {
77
"start": "expo start",

packages/electric-telemetry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @core/electric-telemetry
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 044a8d5: Fix `process_type` parsing for request processes that have a request id that is not the standard 20 bytes.
8+
39
## 0.3.0
410

511
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@core/electric-telemetry",
33
"private": true,
4-
"version": "0.3.0"
4+
"version": "0.3.1"
55
}

packages/sync-service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @core/sync-service
22

3+
## 1.7.5
4+
5+
### Patch Changes
6+
7+
- 86bb70f: Fix a race condition in the PublicationManager relation tracker restart test that caused intermittent failures.
8+
- f245417: Test-only: make the StackSupervisor telemetry test synchronous to avoid serve_shape counter contamination from concurrently running tests. No runtime changes.
9+
310
## 1.7.4
411

512
### Patch Changes

packages/sync-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@core/sync-service",
33
"private": true,
4-
"version": "1.7.4",
4+
"version": "1.7.5",
55
"scripts": {
66
"publish:hex": "../../scripts/publish_hex.sh electric",
77
"changeset": "pushd ../..; pnpm changeset; popd"

0 commit comments

Comments
 (0)