Skip to content

Commit

Permalink
Update changelog for v0.1.3 (#214)
Browse files Browse the repository at this point in the history
* bump versions

* yarn/podfile

* changelog

* changelog

* infoplist
  • Loading branch information
Christopher David authored Jun 16, 2023
1 parent 37f9e21 commit 53eb2fb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ android {
applicationId "arcade.labs.arc"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1022
versionName "0.1.2"
versionCode 1030
versionName "0.1.3"
}

splits {
Expand Down
10 changes: 8 additions & 2 deletions app/screens/ChangelogScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ export const ChangelogScreen: FC<ChangelogScreenProps> = observer(function Chang

return (
<Screen contentContainerStyle={$root} preset="scroll" keyboardOffset={50}>
<Text text={"v0.1.3"} size="lg" preset="bold" />
<Text text={"16 June 2023"} size="xs" style={$subtitle} />
<View style={$changelogContainer}>
<Text style={$changelogText}>- Add contact by npub or suggestion from nostr.band</Text>
<Text style={$changelogText}>- Redesign chat UI and loading indicators</Text>
</View>
<View style={$divider} />

<Text text={"v0.1.2"} size="lg" preset="bold" />
<Text text={"14 June 2023"} size="xs" style={$subtitle} />
<View style={$changelogContainer}>
<Text style={$changelogText}>- Added image uploads</Text>
<Text style={$changelogText}>- Improved DM reliability</Text>
</View>

<View style={$divider} />

<Text text={"v0.1.1"} size="lg" preset="bold" />
Expand All @@ -50,7 +57,6 @@ export const ChangelogScreen: FC<ChangelogScreenProps> = observer(function Chang
<Text style={$changelogText}>- Added nsec export to profile screen</Text>
<Text style={$changelogText}>- Added this changelog</Text>
</View>

<View style={$divider} />

<Text text={"v0.1.0 - Oslo"} size="lg" preset="bold" />
Expand Down
6 changes: 0 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ PODS:
- React-jsinspector (0.71.7)
- React-logger (0.71.7):
- glog
- react-native-get-random-values (1.9.0):
- React-Core
- react-native-image-picker (5.4.2):
- React-Core
- react-native-safe-area-context (4.5.0):
Expand Down Expand Up @@ -567,7 +565,6 @@ DEPENDENCIES:
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- "react-native-skia (from `../node_modules/@shopify/react-native-skia`)"
Expand Down Expand Up @@ -682,8 +679,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-get-random-values:
:path: "../node_modules/react-native-get-random-values"
react-native-image-picker:
:path: "../node_modules/react-native-image-picker"
react-native-safe-area-context:
Expand Down Expand Up @@ -785,7 +780,6 @@ SPEC CHECKSUMS:
React-jsiexecutor: eaa5f71eb8f6861cf0e57f1a0f52aeb020d9e18e
React-jsinspector: 9885f6f94d231b95a739ef7bb50536fb87ce7539
React-logger: 3f8ebad1be1bf3299d1ab6d7f971802d7395c7ef
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
react-native-image-picker: 77f552291e993f3fdcdf48cc3c280ef7f11789c8
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
react-native-skia: e92aaf74c38d71feb315deed516a91d211f90553
Expand Down
2 changes: 1 addition & 1 deletion ios/arcade/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5420,9 +5420,9 @@ electron-to-chromium@^1.4.411:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.417.tgz#a0c7eb992e68287fa50c8da5a5238b01f20b9a82"
integrity sha512-8rY8HdCxuSVY8wku3i/eDac4g1b4cSbruzocenrqBlzqruAZYHjQCHIjC66dLR9DXhEHTojsC4EjhZ8KmzwXqA==

"elliptic@git+https://github.com/mahrud/elliptic.git":
"elliptic@https://github.com/mahrud/elliptic":
version "6.5.0"
resolved "git+https://github.com/mahrud/elliptic.git#75637c76678e83c31682fd967c2fa9ff4761b3fc"
resolved "https://github.com/mahrud/elliptic#75637c76678e83c31682fd967c2fa9ff4761b3fc"
dependencies:
bn.js "^4.4.0"
brorand "^1.0.1"
Expand Down

0 comments on commit 53eb2fb

Please sign in to comment.