Skip to content

Commit e8cb002

Browse files
committed
Merge tag '0.7.8' into develop
0.7.8
2 parents ff4058f + 744b945 commit e8cb002

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

dart_native/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.8
2+
3+
* [Fix] Build error on Xcode 12.
4+
* [Fix] The result for interface doesn't match it's type bool.
5+
16
## 0.7.7
27

38
* [Fix] https://github.com/dart-native/dart_native/issues/108

dart_native/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ packages:
168168
path: ".."
169169
relative: true
170170
source: path
171-
version: "0.7.7"
171+
version: "0.7.8"
172172
dart_native_gen:
173173
dependency: transitive
174174
description:

dart_native/macos/dart_native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write native code using Dart. This package liberates you from undercompetent cha
2222

2323
s.swift_version = '5.5'
2424
s.osx.dependency 'FlutterMacOS'
25-
s.dependency 'ClassWrittenInSwift', '~> 0.0.4'
25+
s.dependency 'ClassWrittenInSwift', '~> 0.0.5'
2626

2727
s.osx.deployment_target = '10.11'
2828
s.libraries = 'c++'

dart_native/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_native
22
description: Write native code using Dart. This package liberates you from native code and low performance channel.
3-
version: 0.7.7
3+
version: 0.7.8
44
homepage: https://github.com/dart-native/dart_native
55

66
environment:

dart_native_gen/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ packages:
168168
path: "../../dart_native"
169169
relative: true
170170
source: path
171-
version: "0.7.6"
171+
version: "0.7.8"
172172
dart_native_gen:
173173
dependency: transitive
174174
description:

0 commit comments

Comments
 (0)