Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.13
Browse files Browse the repository at this point in the history
## [1.2.13](v1.2.12...v1.2.13) (2024-03-25)

### Bug Fixes

* current bug when trying to publish an app on app store with apollo inside ([#150](#150)) ([258fc08](258fc08))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent cadfe6c commit d02bc0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.13](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.12...v1.2.13) (2024-03-25)


### Bug Fixes

* current bug when trying to publish an app on app store with apollo inside ([#150](https://github.com/input-output-hk/atala-prism-apollo/issues/150)) ([258fc08](https://github.com/input-output-hk/atala-prism-apollo/commit/258fc0841bc488aa659f027921e4517346e467ad))

## [1.2.12](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.11...v1.2.12) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.12/Apollo.xcframework.zip",
checksum: "4e4513c0844e27936251b0bfab6b61f2913ef9568f72f827247a86cfee833af3"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.13/Apollo.xcframework.zip",
checksum: "fe277a48eb2a738f902a9271bc70f86006672862b9d09e9e69251331edde013b"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.2.12
version = 1.2.13
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit d02bc0a

Please sign in to comment.