Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Jun 2, 2023
2 parents 87336f2 + 4962657 commit 7d06a84
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 44 deletions.
Binary file not shown.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@


## [1.12.0](https://github.com/vitalyiegorov/suuudokuuu/compare/v1.11.0...v1.12.0) (2023-06-02)


### Features

* added automatic react-native versioning on release ([d832066](https://github.com/vitalyiegorov/suuudokuuu/commit/d832066c99b8ef702eea023105183f254cc20507))
* added release to main branch merge ([ad7dadc](https://github.com/vitalyiegorov/suuudokuuu/commit/ad7dadc74af01ef9bd9ccf5409eac6054744aac4))
* added release to main branch merge ([75fe2d9](https://github.com/vitalyiegorov/suuudokuuu/commit/75fe2d9025942b8efb6096c6d96c882e219979d1))
* added release to main branch merge ([7ca5a6a](https://github.com/vitalyiegorov/suuudokuuu/commit/7ca5a6a181a4a75339d3e9f484d14217ee95b926))
* added release to main branch merge ([8290b18](https://github.com/vitalyiegorov/suuudokuuu/commit/8290b18fc943cb6f119b561461d1991f50f75123))
* added release to main branch merge ([274280e](https://github.com/vitalyiegorov/suuudokuuu/commit/274280e63d671eaeba723bcc5b6b10cc47e8ae88))


### Bug Fixes

* added separate release job ([ac31443](https://github.com/vitalyiegorov/suuudokuuu/commit/ac31443c1894acb089e33dec4591f4501ae742db))
* added separate release job ([fd9bc2e](https://github.com/vitalyiegorov/suuudokuuu/commit/fd9bc2ee15264b54f7f549b784301e21a3ba975a))
* added separate release job ([5ca70cd](https://github.com/vitalyiegorov/suuudokuuu/commit/5ca70cd3250c126c9a1bef9a9b6bddb61fd33bc9))
* added separate release job ([43ef1bd](https://github.com/vitalyiegorov/suuudokuuu/commit/43ef1bd38d02a6fbaa40b921c2241660d62901ef))
* release it ([ad01eb0](https://github.com/vitalyiegorov/suuudokuuu/commit/ad01eb0636c827cdd5dea56f109eaa2352b875fd))
* release it ([5d6cdf1](https://github.com/vitalyiegorov/suuudokuuu/commit/5d6cdf1b1deb7250fb1630a1ab80ae1c2620baf8))

## 1.11.0 (2023-06-02)

### Features
Expand Down Expand Up @@ -109,4 +133,4 @@
- web mobile field size ([9eff124](https://github.com/vitalyiegorov/suuudokuuu/commit/9eff124615eb3f22dec50f6561f8f2a10821895f))
- web version routing, small generic improvement in constants ([e94f7bf](https://github.com/vitalyiegorov/suuudokuuu/commit/e94f7bf477050b68e074e86a1b14248d043e5a0c))
- whole support banner is pressable ([632df99](https://github.com/vitalyiegorov/suuudokuuu/commit/632df990e7ce2748127b606cf6309cf43f1fd405))
- winner screen elapsed text ([7783bb7](https://github.com/vitalyiegorov/suuudokuuu/commit/7783bb782f12973239eddf4c9d38d2adb8f5ac90))
- winner screen elapsed text ([7783bb7](https://github.com/vitalyiegorov/suuudokuuu/commit/7783bb782f12973239eddf4c9d38d2adb8f5ac90))
86 changes: 44 additions & 42 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
{
"expo": {
"name": "suuudokuuu",
"slug": "suuudokuuu",
"scheme": "myapp",
"version": "1.11.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"runtimeVersion": "exposdk:48.0.0",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.vitalyiegorov.suuudokuuu",
"buildNumber": "1"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000"
},
"package": "com.vitalyiegorov.suuudokuuu",
"versionCode": 1
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "4a70028a-5f9e-4ab6-9389-82d8b8b6c833"
}
},
"owner": "vitalyiegorov",
"updates": {
"url": "https://u.expo.dev/4a70028a-5f9e-4ab6-9389-82d8b8b6c833"
}
"expo": {
"name": "suuudokuuu",
"slug": "suuudokuuu",
"scheme": "myapp",
"version": "1.12.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"runtimeVersion": "exposdk:48.0.0",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.vitalyiegorov.suuudokuuu",
"buildNumber": "2"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000"
},
"package": "com.vitalyiegorov.suuudokuuu",
"versionCode": 2
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "4a70028a-5f9e-4ab6-9389-82d8b8b6c833"
}
},
"owner": "vitalyiegorov",
"updates": {
"url": "https://u.expo.dev/4a70028a-5f9e-4ab6-9389-82d8b8b6c833"
}
}
}
}
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.11.0",
"version": "1.12.0",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down

0 comments on commit 7d06a84

Please sign in to comment.