Skip to content

Commit

Permalink
chore(release): version 1.0.13
Browse files Browse the repository at this point in the history
## [1.0.13](v1.0.12...v1.0.13) (2025-02-03)

### Bug Fixes

* **ci-cd:** use token-bureau ([55f4cb0](55f4cb0))
* **ci-cd:** use token-bureau ([5c206cf](5c206cf))
* add dep ([1ca4baf](1ca4baf))
* add release workflow ([af5a3c6](af5a3c6))
* release ([2b00403](2b00403))
* release ([8920ce8](8920ce8))
* test ([b866904](b866904))
  • Loading branch information
semantic-release-bot committed Feb 3, 2025
1 parent 55f4cb0 commit c8c2d34
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.13](https://github.com/SocialGouv/Gaeia-demo/compare/v1.0.12...v1.0.13) (2025-02-03)


### Bug Fixes

* **ci-cd:** use token-bureau ([55f4cb0](https://github.com/SocialGouv/Gaeia-demo/commit/55f4cb09f94b6a6d7cc4e047a7f1368daeda7560))
* **ci-cd:** use token-bureau ([5c206cf](https://github.com/SocialGouv/Gaeia-demo/commit/5c206cf4f966aed36978f3dc6631be34eac77b62))
* add dep ([1ca4baf](https://github.com/SocialGouv/Gaeia-demo/commit/1ca4baf890b4373a3feab2e0cadcd19809db92bb))
* add release workflow ([af5a3c6](https://github.com/SocialGouv/Gaeia-demo/commit/af5a3c61175d2224463767a9c8858055007a4738))
* release ([2b00403](https://github.com/SocialGouv/Gaeia-demo/commit/2b004037343ebfa51e4f5d1538003ffe81737770))
* release ([8920ce8](https://github.com/SocialGouv/Gaeia-demo/commit/8920ce8439c0562b300b56fb969debf76455e131))
* test ([b866904](https://github.com/SocialGouv/Gaeia-demo/commit/b866904f75c78db7b7be5d5cb396487f8e465ea5))

## [1.0.2](https://github.com/SocialGouv/Gaeia-demo/compare/v1.0.1...v1.0.2) (2022-09-14)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
applicationId project.env.get("ANDROID_PACKAGE_NAME")
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "1.0.2"
versionCode 22
versionName "1.0.13"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
4 changes: 2 additions & 2 deletions ios/Gaeia-demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
DEVELOPMENT_TEAM = YG4ZMNFZWJ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "Gaeia-demo/Info.plist";
Expand Down Expand Up @@ -525,7 +525,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
DEVELOPMENT_TEAM = YG4ZMNFZWJ;
INFOPLIST_FILE = "Gaeia-demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions ios/Gaeia-demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Gaeia-demoTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
</dict>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gaeia-demo",
"version": "1.0.2",
"version": "1.0.13",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit c8c2d34

Please sign in to comment.