Skip to content

Commit 6a68f70

Browse files
committed
chore(release): 1.0.2
1 parent 88573f4 commit 6a68f70

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
### 1.0.2 (2026-03-25)
66

7-
## [Unreleased]
87

9-
### Changed
10-
- **CI (`ci.yml`):** split quality gate into two parallel jobs (`lint`: Biome + TypeScript; `test`: Jest with coverage summary + `check:icons` + `check:imports`); add `concurrency` group to cancel stale PR runs; add `dependency-review` job on pull requests.
11-
- **Android CI (`android-ci.yml`):** add `v*` tag trigger alongside `workflow_dispatch`; add Gradle cache (`~/.gradle`); seed `.env` from `.env.example` before build; add commented stubs for AAB (`bundleRelease`) and Sentry source map upload.
12-
- **iOS CI (`ios-ci.yml`):** add `v*` tag trigger alongside `workflow_dispatch`; add CocoaPods specs cache (`~/.cocoapods`); seed `.env` from `.env.example` before build; add commented stub for Sentry source map upload.
13-
- **`docs/OPERATIONS.md`:** update GitHub Actions table and notes to reflect parallel jobs, caching, tag triggers, and Sentry upload stubs.
8+
### Features
9+
10+
* add UI components, CI workflows, offline docs, and feature types ([2883b1b](https://github.com/maximcoding/react-native-starter/commit/2883b1b7122c6f974d999fabe68ac4a3783f897b))
11+
* fix settings modals, quick actions grid, and tab bar warning ([b520ecc](https://github.com/maximcoding/react-native-starter/commit/b520eccda9677178f60d6f5167f3e585d40fcaf6))
12+
* HN news reader with offline-first feed and premium UI ([9113efe](https://github.com/maximcoding/react-native-starter/commit/9113efe206897082e25e5142bda73b0b0e398f60))
13+
* production-ready UI, i18n, a11y, and test coverage ([9393382](https://github.com/maximcoding/react-native-starter/commit/9393382a0e87bb3506650f62319d990753cf04e1))
14+
15+
16+
### Bug Fixes
17+
18+
* **dev:** add standard-version devDependency for release scripts ([5360c64](https://github.com/maximcoding/react-native-starter/commit/5360c64b996a06c0ad8dab478918a66b08e977e6))
19+
* **lint:** apply biome format fixes across changed files ([666333c](https://github.com/maximcoding/react-native-starter/commit/666333cc7e28855da50bc1e9c9cdd7462eedd38c))
20+
* **navigation:** React Navigation 7 static configuration (v1.0.1) ([88573f4](https://github.com/maximcoding/react-native-starter/commit/88573f4826ce9a225bbc36f195342ba93fbb464c))
1421

1522
## [1.0.1] - 2026-03-25
1623

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-starter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Production-ready React Native starter — TypeScript (strict), feature-first architecture, theme tokens, i18n (EN/DE/RU), offline-first, pluggable transport, Biome, Jest, GitHub Actions.",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)