Skip to content

Commit 3cc46bb

Browse files
Merge pull request #76 from smallcase/release/scg-7.0.8_loans-5.1.3
chore: bump scgateway to 7.0.8, si to 3.1.0, update native deps and …
2 parents b77e38d + 7d3b37d commit 3cc46bb

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

scgateway/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 7.0.8
6+
7+
* Update Android and iOS native SDK dependencies for the 7.0.8 release.
8+
* For detailed changes, see the [Gateway SDK Flutter changelog](https://developers.gateway.smallcase.com/changelog/gateway-sdk-flutter).
9+
510
## 7.0.3
611

712
* Update Android and iOS native SDK dependencies for the 7.0.3 release.

scgateway/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scgateway_flutter_plugin
22
description: Scgateway Flutter plugin.
3-
version: 7.0.7
3+
version: 7.0.8
44
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
55

66
# The following line prevents the package from being accidentally published to

smart_investing/ios/Podfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ PODS:
66
- mixpanel_flutter (2.4.4):
77
- Flutter
88
- Mixpanel-swift (= 5.1.0)
9-
- SCGateway-dhruv-migrate-to-sceneDelegate-007ae6e (7.1.6-24-debug)
9+
- SCGateway (7.2.0)
1010
- scgateway_flutter_plugin (0.0.1):
1111
- Flutter
12-
- SCGateway-dhruv-migrate-to-sceneDelegate-007ae6e (= 7.1.6-24-debug)
12+
- SCGateway (= 7.2.0)
1313
- scloans (0.0.1):
1414
- Flutter
15-
- SCLoans-dhruv-migrate-to-sceneDelegate-80eca69 (= 7.1.1-39-debug)
16-
- SCLoans-dhruv-migrate-to-sceneDelegate-80eca69 (7.1.1-39-debug)
15+
- SCLoans (= 7.1.2)
16+
- SCLoans (7.1.2)
1717

1818
DEPENDENCIES:
1919
- Flutter (from `Flutter`)
@@ -22,11 +22,10 @@ DEPENDENCIES:
2222
- scloans (from `.symlinks/plugins/scloans/ios`)
2323

2424
SPEC REPOS:
25-
https://github.com/smallcase/cocoapodspec-internal.git:
26-
- SCGateway-dhruv-migrate-to-sceneDelegate-007ae6e
27-
- SCLoans-dhruv-migrate-to-sceneDelegate-80eca69
2825
trunk:
2926
- Mixpanel-swift
27+
- SCGateway
28+
- SCLoans
3029

3130
EXTERNAL SOURCES:
3231
Flutter:
@@ -42,10 +41,10 @@ SPEC CHECKSUMS:
4241
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
4342
Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8
4443
mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5
45-
SCGateway-dhruv-migrate-to-sceneDelegate-007ae6e: b09149fc113aa409ad828253763c720520a2b642
46-
scgateway_flutter_plugin: 3ed28fc720e0fdf9ca79c638509a5310788ce48b
47-
scloans: 3c4c1632b4a972373933c81cf91b70265b9a606b
48-
SCLoans-dhruv-migrate-to-sceneDelegate-80eca69: ab2115d77604c531216613247d237a8b08e283a4
44+
SCGateway: 8089d79c55ecc8e7b581e0bf56fd28a2e3d957d0
45+
scgateway_flutter_plugin: 2ab3f2036d213e2bc8c77cb34e9d8dc39541d458
46+
SCLoans: 4accc0a0a483f3943cc513a50800485201fed4dd
47+
scloans: b53430d71d481c4770f13506722d2ab6d26a92ff
4948

5049
PODFILE CHECKSUM: 06f3d79628f5881e8468842b1f97f7d12c291209
5150

smart_investing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 3.0.9
19+
version: 3.1.0
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)