Skip to content

Commit c2a6c0c

Browse files
committed
chore: bump version to 1.3.0
Update version to 1.3.0 with breaking changes in SDK requirements. BREAKING CHANGE: Updated minimum Dart SDK to 3.2.0 (from 2.18.6) and Flutter SDK to 3.16.0 (from 2.5.0)
1 parent dacd0ce commit c2a6c0c

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.3.0
2+
3+
- **BREAKING**: Updated minimum Dart SDK to 3.2.0 (from 2.18.6) and Flutter SDK to 3.16.0 (from 2.5.0)
4+
- Removed js_interop package dependency (now using built-in dart:js_interop)
5+
- Fixed AM/PM pattern conversion from 'tt' to 'a' on Windows and Linux platforms
6+
- Fixed hour pattern formatting on web platform
7+
18
## 1.2.2
29

310
- Added WASM compatibility

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ packages:
187187
path: ".."
188188
relative: true
189189
source: path
190-
version: "1.2.2"
190+
version: "1.3.0"
191191
term_glyph:
192192
dependency: transitive
193193
description:

example_with_tests/pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.11.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
1515
name: boolean_selector
16-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
16+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.1.1"
19+
version: "2.1.2"
2020
characters:
2121
dependency: transitive
2222
description:
@@ -161,10 +161,10 @@ packages:
161161
dependency: transitive
162162
description:
163163
name: source_span
164-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
164+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
165165
url: "https://pub.dev"
166166
source: hosted
167-
version: "1.10.0"
167+
version: "1.10.1"
168168
stack_trace:
169169
dependency: transitive
170170
description:
@@ -185,25 +185,25 @@ packages:
185185
dependency: transitive
186186
description:
187187
name: string_scanner
188-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
188+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
189189
url: "https://pub.dev"
190190
source: hosted
191-
version: "1.2.0"
191+
version: "1.4.1"
192192
system_date_time_format:
193193
dependency: "direct main"
194194
description:
195195
path: ".."
196196
relative: true
197197
source: path
198-
version: "1.2.2"
198+
version: "1.3.0"
199199
term_glyph:
200200
dependency: transitive
201201
description:
202202
name: term_glyph
203-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
203+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
204204
url: "https://pub.dev"
205205
source: hosted
206-
version: "1.2.1"
206+
version: "1.2.2"
207207
test_api:
208208
dependency: transitive
209209
description:
@@ -224,10 +224,10 @@ packages:
224224
dependency: transitive
225225
description:
226226
name: vm_service
227-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
227+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
228228
url: "https://pub.dev"
229229
source: hosted
230-
version: "14.2.5"
230+
version: "15.0.2"
231231
sdks:
232232
dart: ">=3.8.0 <4.0.0"
233233
flutter: ">=3.18.0-18.0.pre.54"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: system_date_time_format
22
description: A plugin for getting date and time format patterns from device system settings.
3-
version: 1.2.2
3+
version: 1.3.0
44
repository: https://github.com/Nikoro/system_date_time_format
55
issue_tracker: https://github.com/Nikoro/system_date_time_format/issues
66

0 commit comments

Comments
 (0)