Skip to content

Commit dbd1b2c

Browse files
committed
chore: update docs
1 parent c629092 commit dbd1b2c

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/CI_DOCUMENTATION.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ All workflows use standardized tooling versions to ensure consistency:
1616

1717
### Core Tools
1818

19-
| Tool | Version | Defined In |
20-
| ---------------- | -------- | ----------------------------- |
21-
| **Node.js** | `24` | `.nvmrc` |
22-
| **Yarn** | `4.12.0` | `package.json#packageManager` |
23-
| **React Native** | `0.83.2` | `package.json` |
19+
| Tool | Version | Defined In |
20+
| ---------------- | --------- | ----------------------------- |
21+
| **Node.js** | `24` | `.nvmrc` |
22+
| **Yarn** | `4.12.0` | `package.json#packageManager` |
23+
| **React Native** | `0.83.4` | `package.json` |
2424
| **React** | `19.2.14` | `package.json` |
25-
| **TypeScript** | `5.9.3` | `package.json` |
25+
| **TypeScript** | `5.9.3` | `package.json` |
2626

2727
### Android Tooling
2828

@@ -57,7 +57,7 @@ All workflows use standardized tooling versions to ensure consistency:
5757
| ------------------------ | --------------------- | ----------------------- |
5858
| **React Native Harness** | `1.0.0-alpha.21` | `package.json` |
5959
| **Android Emulator** | Pixel_API_35 (API 35) | `rn-harness.config.mjs` |
60-
| **iOS Simulator** | iPhone 17 (iOS 26.2) | `rn-harness.config.mjs` |
60+
| **iOS Simulator** | iPhone 17 (iOS 26.2) | `rn-harness.config.mjs` |
6161

6262
### GitHub Actions
6363

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ All notable changes to `mendix-native` package will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
98
## [Unreleased]
109

1110
- We upgraded `@op-engineering/op-sqlite` from v15.0.7 to v15.2.5.
12-
- We upgraded core native stack dependencies, including React Native (v0.78.2 -> v0.83.2), React (v19.0.0 -> v19.2.4), and `@react-native-community/cli` (v18.0.1 -> v20.1.2).
11+
- We upgraded core native stack dependencies, including React Native (v0.78.2 -> v0.83.4), React (v19.0.0 -> v19.2.4), and `@react-native-community/cli` (v18.0.1 -> v20.1.2).
1312
- We updated supporting development tooling dependencies (ESLint, Commitlint, Prettier, Lefthook, TypeScript, Turbo, and Release It).
1413

1514
## [v0.3.2] - 2026-01-16

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
kapt 'com.github.bumptech.glide:compiler:4.12.0'
8989

9090

91-
api "com.facebook.react:react-android:0.83.2"
91+
api "com.facebook.react:react-android:0.83.4"
9292
api project(':op-engineering_op-sqlite')
9393
api project(':react-native-async-storage_async-storage')
9494
api project(':react-native-gesture-handler')

0 commit comments

Comments
 (0)