Skip to content

Commit 456652c

Browse files
committed
Revise version number to 1.1.2 for publishing.
1 parent c73bccc commit 456652c

File tree

3 files changed

+23
-30
lines changed

3 files changed

+23
-30
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the LaunchDarkly Flutter client-side SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5-
## [1.1.1] - 2022-06-23
5+
## [1.1.2] - 2022-06-23
66
### Changed:
77
- Update the example project to a new version of flutter embedding and removed usage of deprecated flutter components.
88
- Update to use ios-client-sdk V6.

pubspec.lock

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,35 +21,28 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: transitive
4134
description:
4235
name: collection
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.15.0"
38+
version: "1.16.0"
4639
fake_async:
4740
dependency: transitive
4841
description:
4942
name: fake_async
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.2.0"
45+
version: "1.3.1"
5346
flutter:
5447
dependency: "direct main"
5548
description: flutter
@@ -66,21 +59,28 @@ packages:
6659
name: matcher
6760
url: "https://pub.dartlang.org"
6861
source: hosted
69-
version: "0.12.10"
62+
version: "0.12.11"
63+
material_color_utilities:
64+
dependency: transitive
65+
description:
66+
name: material_color_utilities
67+
url: "https://pub.dartlang.org"
68+
source: hosted
69+
version: "0.1.5"
7070
meta:
7171
dependency: transitive
7272
description:
7373
name: meta
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.7.0"
76+
version: "1.8.0"
7777
path:
7878
dependency: transitive
7979
description:
8080
name: path
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "1.8.0"
83+
version: "1.8.2"
8484
quiver:
8585
dependency: "direct main"
8686
description:
@@ -99,7 +99,7 @@ packages:
9999
name: source_span
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.8.1"
102+
version: "1.9.0"
103103
stack_trace:
104104
dependency: transitive
105105
description:
@@ -120,35 +120,28 @@ packages:
120120
name: string_scanner
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.1.0"
123+
version: "1.1.1"
124124
term_glyph:
125125
dependency: transitive
126126
description:
127127
name: term_glyph
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "1.2.0"
130+
version: "1.2.1"
131131
test_api:
132132
dependency: transitive
133133
description:
134134
name: test_api
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.4.2"
138-
typed_data:
139-
dependency: transitive
140-
description:
141-
name: typed_data
142-
url: "https://pub.dartlang.org"
143-
source: hosted
144-
version: "1.3.0"
137+
version: "0.4.9"
145138
vector_math:
146139
dependency: transitive
147140
description:
148141
name: vector_math
149142
url: "https://pub.dartlang.org"
150143
source: hosted
151-
version: "2.1.0"
144+
version: "2.1.2"
152145
sdks:
153-
dart: ">=2.12.0 <3.0.0"
146+
dart: ">=2.17.0-0 <3.0.0"
154147
flutter: ">=2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_flutter_client_sdk
22
description: Official Flutter client-side SDK for LaunchDarkly. Supports Android and iOS.
3-
version: 1.1.1
3+
version: 1.1.2
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55

66
environment:

0 commit comments

Comments
 (0)