Skip to content

Commit b123569

Browse files
committed
chore(release): 1.0.3
1 parent 6e4e819 commit b123569

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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+
### [1.0.3](https://github.com/maximcoding/react-native-starter/compare/v1.0.2...v1.0.3) (2026-03-26)
6+
7+
8+
### Features
9+
10+
* app launcher icon generator (iOS AppIcon + Android mipmap) ([116f381](https://github.com/maximcoding/react-native-starter/commit/116f3815212c506b2298ac9312e07f90ab5b0a1d)), closes [#111827](https://github.com/maximcoding/react-native-starter/issues/111827)
11+
12+
13+
### Bug Fixes
14+
15+
* **assets:** lock splash source and prioritize bootsplash icons ([6e4e819](https://github.com/maximcoding/react-native-starter/commit/6e4e819faf3b2ecafc0b7875997b559057bf75e5))
16+
* **bootsplash:** restore curated splash assets; stop overwriting assets/bootsplash ([0f10e4f](https://github.com/maximcoding/react-native-starter/commit/0f10e4f00721663f349120505b55d012ecf03ee8))
17+
518
### 1.0.2 (2026-03-25)
619

720

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.2",
3+
"version": "1.0.3",
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)