Skip to content

Commit

Permalink
chore(release): 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Aug 18, 2023
1 parent 2d78fc4 commit ea925a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .versionrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ module.exports = {
},
{
filename: "app.json",
updater: require.resolve("standard-version-expo"),
updater: require.resolve("@mccraveiro/standard-version-expo"),
},
{
filename: "app.json",
updater: require.resolve("standard-version-expo/android"),
updater: require.resolve("@mccraveiro/standard-version-expo/android"),
},
{
filename: "app.json",
updater: require.resolve("standard-version-expo/ios"),
updater: require.resolve("@mccraveiro/standard-version-expo/ios"),
},
],
};
};
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.21.0](https://github.com/subadapcocuk/subadapp/compare/v0.20.6...v0.21.0) (2023-08-18)ç
## [0.21.1](https://github.com/subadapcocuk/subadapp/compare/v0.21.0...v0.21.1) (2023-08-18)

- Geliştirme paketleri güncellendi

## [0.21.0](https://github.com/subadapcocuk/subadapp/compare/v0.20.6...v0.21.0) (2023-08-18)

- Uygulamanın kullandığı Expo'yu sürüm 49'a yükselttik

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 @@
"expo": {
"name": "ŞubadApp",
"slug": "subadapp",
"version": "0.21.0",
"version": "0.21.1",
"description": "",
"scheme": "subadapp",
"githubUrl": "https://github.com/subadapcocuk/subadapp",
Expand All @@ -23,7 +23,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.21.0",
"buildNumber": "0.21.1",
"bundleIdentifier": "subadapp",
"config": {
"usesNonExemptEncryption": false
Expand All @@ -39,7 +39,7 @@
"android.permission.RECORD_AUDIO"
],
"package": "org.subadapp",
"versionCode": 490002100,
"versionCode": 490002101,
"playStoreUrl": "https://play.google.com/store/apps/details?id=org.subadapp"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "node_modules/expo/AppEntry.js",
"license": "Apache-2.0",
"version": "0.21.0",
"version": "0.21.1",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
Expand Down

0 comments on commit ea925a9

Please sign in to comment.