Skip to content

Commit 3c24266

Browse files
committed
chore(release): 0.26.0
1 parent fd6e423 commit 3c24266

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

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

33
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.
44

5+
## [0.26.0](https://github.com/subadapcocuk/subadapp/compare/v0.25.0...v0.26.0) (2025-01-15)
6+
7+
- Bildirim kütüphanesi değiştirildi.
8+
- [pnpm](https://pnpm.io/) kullanmaya başlandı.
9+
510
## [0.25.0](https://github.com/subadapcocuk/subadapp/compare/v0.24.2...v0.25.0) (2024-12-02)
611

712
- Üstteki tablar aşağı taşındı

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,17 @@ npx license-report --only=prod --output=table
9191
Daha sonra sürümü değiştirin:
9292

9393
```bash
94-
yarn release <patch, minor, major>
94+
pnpm release <patch, minor, major>
9595
git push --follow-tags origin main
9696
```
9797

9898
Yerelde test etmek için şu komutlar kullanılabilir:
9999

100100
```bash
101-
yarn
102-
yarn start
101+
pnpm start
103102
```
104103

105-
⚠️ Bu komutların çalışması için yukarıda bağlantıları verilen `node`, `yarn` ve
104+
⚠️ Bu komutların çalışması için yukarıda bağlantıları verilen `node`, `pnpm` ve
106105
`expo-cli` araçlarının kurulu olması gerekiyor.
107106

108107
Komut satırındaki yönergelere uyulabilir veya açılacak pencereden telefonda

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "ŞubadApp",
44
"slug": "subadapp",
5-
"version": "0.25.0",
5+
"version": "0.26.0",
66
"description": "",
77
"scheme": "subadapp",
88
"githubUrl": "https://github.com/subadapcocuk/subadapp",
@@ -31,7 +31,7 @@
3131
],
3232
"ios": {
3333
"supportsTablet": true,
34-
"buildNumber": "0.25.0",
34+
"buildNumber": "0.26.0",
3535
"bundleIdentifier": "subadapp",
3636
"config": {
3737
"usesNonExemptEncryption": false
@@ -82,7 +82,7 @@
8282
"android.permission.RECORD_AUDIO"
8383
],
8484
"package": "org.subadapp",
85-
"versionCode": 520002500,
85+
"versionCode": 520002600,
8686
"playStoreUrl": "https://play.google.com/store/apps/details?id=org.subadapp"
8787
},
8888
"extra": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "node_modules/expo/AppEntry.js",
33
"license": "Apache-2.0",
4-
"version": "0.25.0",
4+
"version": "0.26.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/subadapcocuk/subadapp.git"

0 commit comments

Comments
 (0)