Skip to content

Commit 855bb91

Browse files
authored
chore: Update to ContextSDK 4.7.0 and bump version to 1.1.0 (#4)
1 parent c21df7d commit 855bb91

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# context_sdk Changelog
22

3+
**[Flutter] 1.1.0 - 2024-10-16**
4+
5+
- Update to ContextSDK 4.7.0 on iOS
6+
7+
38
**[Flutter] 1.0.0 - 2024-10-01**
49

510
- Initial Release

example/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- context_sdk (0.0.1):
3-
- ContextSDK (= 4.5.1)
2+
- context_sdk (1.1.0):
3+
- ContextSDK (= 4.7.0)
44
- Flutter
5-
- ContextSDK (4.5.1)
5+
- ContextSDK (4.7.0)
66
- Flutter (1.0.0)
77
- integration_test (0.0.1):
88
- Flutter
@@ -25,8 +25,8 @@ EXTERNAL SOURCES:
2525
:path: ".symlinks/plugins/integration_test/ios"
2626

2727
SPEC CHECKSUMS:
28-
context_sdk: b6198011b4c77aaee2045e06268c84ca051fe4f1
29-
ContextSDK: 7057a6981a3f706ce8b874b397463c89f5c13e53
28+
context_sdk: efc62add93b61f6484f1231a31275b2b887c778d
29+
ContextSDK: 236b175153ac3377d245fc5044a4c542b3692d0c
3030
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
3131
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
3232

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "1.0.0"
50+
version: "1.1.0"
5151
cupertino_icons:
5252
dependency: "direct main"
5353
description:

ios/context_sdk.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'context_sdk'
7-
s.version = '1.0.0'
7+
s.version = '1.1.0'
88
s.summary = 'A Flutter plugin for ContextSDK.'
99
s.description = <<-DESC
1010
A Flutter plugin for ContextSDK.
@@ -26,5 +26,5 @@ A Flutter plugin for ContextSDK.
2626
# plugin's privacy impact, and then uncomment this line. For more information,
2727
# see https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
2828
s.resource_bundles = {'context_sdk_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
29-
s.dependency("ContextSDK", '4.6.0')
29+
s.dependency("ContextSDK", '4.7.0')
3030
end

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: context_sdk
22
description: "ContextSDK for Flutter"
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://contextsdk.com/
55

66
environment:

0 commit comments

Comments
 (0)