Skip to content

Commit 613aa5f

Browse files
authored
[objective_c] Prepare to publish v9.2.1 (#2826)
1 parent ae935e2 commit 613aa5f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkgs/objective_c/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 9.2.0+1
1+
## 9.2.1
22

33
- Fix [bug](https://github.com/dart-lang/native/issues/2824) where the build
44
hook was trying to access the code config if it was not provided.
5+
- Bump minimum Dart version to 3.10.0.
56

67
## 9.2.0
78

pkgs/objective_c/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: objective_c
66
description: 'A library to access Objective C from Flutter that acts as a support library for package:ffigen.'
7-
version: 9.2.0+1
7+
version: 9.2.1
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c
1010

@@ -15,7 +15,7 @@ topics:
1515
- codegen
1616

1717
environment:
18-
sdk: '>=3.9.0-21.0.dev <4.0.0'
18+
sdk: '>=3.10.0 <4.0.0'
1919

2020
dependencies:
2121
code_assets: ^0.19.0

0 commit comments

Comments
 (0)