Skip to content

Commit

Permalink
Bump Abacus to 1.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Oct 24, 2024
1 parent a1a2072 commit dac5be4
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 57 deletions.
4 changes: 2 additions & 2 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Abacus (1.13.8)
- Abacus (1.13.12)
- AmplitudeSwift (1.9.4):
- AnalyticsConnector (~> 1.0.1)
- AnalyticsConnector (1.0.3)
Expand Down Expand Up @@ -382,7 +382,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
Abacus: c83609e6525e7e9f495aa42e44ddde54b4515577
Abacus: 682223d06367d333dd7b409eab20463fee21cf6a
AmplitudeSwift: d10ae6afdb0740e4ae843866bce8ab1119a53d74
AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
AppsFlyerFramework: ad7ff0d22aa36c7f8cc4f71a5424e19b89ccb8ae
Expand Down
6 changes: 3 additions & 3 deletions dydx/Pods/Local Podspecs/abacus.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 49 additions & 48 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ struct dydxMarketView: View {
}

var icon: some View {
let placeholderText = { Text(viewModel.assetId.prefix(1))
let placeholderText = { Text(viewModel.assetId.prefix(1))
.frame(width: 32, height: 32)
.themeColor(foreground: .textTertiary)
.themeColor(background: .layer5)
Expand Down
2 changes: 1 addition & 1 deletion podspecs/Abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Abacus'
spec.version = '1.13.8'
spec.version = '1.13.12'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :git => "[email protected]:dydxprotocol/v4-abacus.git", :tag => "v#{spec.version}" }
spec.authors = ''
Expand Down

0 comments on commit dac5be4

Please sign in to comment.