File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
5
10
## [ 0.25.0] ( https://github.com/subadapcocuk/subadapp/compare/v0.24.2...v0.25.0 ) (2024-12-02)
6
11
7
12
- Üstteki tablar aşağı taşındı
Original file line number Diff line number Diff line change @@ -91,18 +91,17 @@ npx license-report --only=prod --output=table
91
91
Daha sonra sürümü değiştirin:
92
92
93
93
``` bash
94
- yarn release < patch, minor, major>
94
+ pnpm release < patch, minor, major>
95
95
git push --follow-tags origin main
96
96
```
97
97
98
98
Yerelde test etmek için şu komutlar kullanılabilir:
99
99
100
100
``` bash
101
- yarn
102
- yarn start
101
+ pnpm start
103
102
```
104
103
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
106
105
` expo-cli ` araçlarının kurulu olması gerekiyor.
107
106
108
107
Komut satırındaki yönergelere uyulabilir veya açılacak pencereden telefonda
Original file line number Diff line number Diff line change 2
2
"expo" : {
3
3
"name" : " ŞubadApp" ,
4
4
"slug" : " subadapp" ,
5
- "version" : " 0.25 .0" ,
5
+ "version" : " 0.26 .0" ,
6
6
"description" : " " ,
7
7
"scheme" : " subadapp" ,
8
8
"githubUrl" : " https://github.com/subadapcocuk/subadapp" ,
31
31
],
32
32
"ios" : {
33
33
"supportsTablet" : true ,
34
- "buildNumber" : " 0.25 .0" ,
34
+ "buildNumber" : " 0.26 .0" ,
35
35
"bundleIdentifier" : " subadapp" ,
36
36
"config" : {
37
37
"usesNonExemptEncryption" : false
82
82
" android.permission.RECORD_AUDIO"
83
83
],
84
84
"package" : " org.subadapp" ,
85
- "versionCode" : 520002500 ,
85
+ "versionCode" : 520002600 ,
86
86
"playStoreUrl" : " https://play.google.com/store/apps/details?id=org.subadapp"
87
87
},
88
88
"extra" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"main" : " node_modules/expo/AppEntry.js" ,
3
3
"license" : " Apache-2.0" ,
4
- "version" : " 0.25 .0" ,
4
+ "version" : " 0.26 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/subadapcocuk/subadapp.git"
You can’t perform that action at this time.
0 commit comments