Skip to content

Commit

Permalink
chore: released version v1.16.2 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2025
1 parent 6e24b1e commit 6dc4fdc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
Binary file removed .yarn/cache/fsevents-patch-19706e7e35-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## <small>1.16.2 (2025-01-07)</small>

* fix: web bundle error, bump redux ([6e24b1e](https://github.com/vitalyiegorov/suuudokuuu/commit/6e24b1e))
* chore: released version v1.16.1 [no ci] ([53b7db9](https://github.com/vitalyiegorov/suuudokuuu/commit/53b7db9))

## <small>1.16.1 (2025-01-07)</small>

* fix: patched react-native-version to support new app.json without expo ([d0686db](https://github.com/vitalyiegorov/suuudokuuu/commit/d0686db))
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "suuudokuuu",
"slug": "suuudokuuu",
"scheme": "suuudokuuu",
"version": "1.16.1",
"version": "1.16.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -20,15 +20,15 @@
"config": {
"usesNonExemptEncryption": false
},
"buildNumber": "3"
"buildNumber": "4"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000"
},
"package": "com.vitaliiyehorov.suuudokuuu",
"versionCode": 3
"versionCode": 4
},
"web": {
"favicon": "./assets/favicon.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suuudokuuu",
"version": "1.16.1",
"version": "1.16.2",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down

0 comments on commit 6dc4fdc

Please sign in to comment.