Skip to content

Commit 0da2920

Browse files
authored
chore: bump versions for release (2) (#890)
1 parent 5071a03 commit 0da2920

14 files changed

Lines changed: 27 additions & 22 deletions

File tree

examples/catalog_gallery/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
file: ^7.0.1
1818
flutter:
1919
sdk: flutter
20-
genui: ^0.8.0
20+
genui: ^0.9.0
2121
json_schema_builder: ^0.1.3
2222
yaml: ^3.1.3
2323

examples/composer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
sdk: flutter
1919
flutter_code_editor: ^0.3.5
2020
flutter_highlight: ^0.7.0
21-
genui: ^0.8.0
21+
genui: ^0.9.0
2222
highlight: ^0.7.0
2323
logging: ^1.3.0
2424
window_manager: ^0.5.1

examples/eval/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
dartantic_ai: ^3.1.0
1616
flutter:
1717
sdk: flutter
18-
genui: ^0.8.0
18+
genui: ^0.9.0
1919
simple_chat:
2020
path: ../simple_chat
2121

examples/restaurant_finder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolution: workspace
1515
dependencies:
1616
flutter:
1717
sdk: flutter
18-
genui: ^0.8.0
18+
genui: ^0.9.0
1919

2020
dev_dependencies:
2121
flutter_test:

examples/simple_chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
dartantic_ai: ^3.2.0
1717
flutter:
1818
sdk: flutter
19-
genui: ^0.8.0
19+
genui: ^0.9.0
2020
logging: ^1.3.0
2121

2222
dev_dependencies:

examples/travel_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
firebase_core: ^4.2.1
1919
flutter:
2020
sdk: flutter
21-
genui: ^0.8.0
21+
genui: ^0.9.0
2222
google_cloud_ai_generativelanguage_v1beta: ^0.5.0
2323
google_cloud_protobuf: ^0.5.0
2424
google_cloud_rpc: ^0.5.0

examples/verdure/client/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ publish_to: none
1010
version: 0.1.0
1111

1212
environment:
13-
sdk: ^3.9.2
13+
sdk: ">=3.10.0 <4.0.0"
1414

1515
resolution: workspace
1616

1717
dependencies:
18-
device_info_plus: ^12.2.0
18+
device_info_plus: ^13.1.0
1919
flutter:
2020
sdk: flutter
2121
flutter_riverpod: ^3.1.0
2222
flutter_svg: ^2.2.2
23-
genui: ^0.8.0
24-
genui_a2a: ^0.8.0
23+
genui: ^0.9.0
24+
genui_a2a: ^0.9.0
2525
go_router: ^17.0.0
2626
image_picker: ^1.2.0
2727
logging: ^1.3.0

packages/a2ui_core/CHANGELOG.md

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

33
## 0.0.1 (in progress)
44

5-
- Initial version.
5+
- Initial version.

packages/a2ui_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: a2ui_core
66
description: Core package for A2UI protocol.
77
repository: https://github.com/flutter/genui/tree/main/packages/a2ui_core
8-
version: 0.0.1-dev001
8+
version: 0.0.1-dev002
99

1010
resolution: workspace
1111

packages/genui/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# `genui` Changelog
22

3-
## 0.8.1 (in progress)
3+
## 0.9.0
4+
5+
- **BREAKING**: Reorganized library exports (#866).
6+
- **Feature**: Add two skills to the `genui` package (#800).
7+
- **Feature**: Create Dart replicas for Flutter's notifiers (#850).
8+
- **Feature**: Add `FlutterListenable` adapter (#860).
9+
- **Fix**: Improvements to prompt builder to prevent misleading LLM (#841).
10+
- **Fix**: Match `A2uiMessage.a2uiMessageSchema` to A2UI v0.9 specification (#833).
11+
- **Fix**: Bug fixes for A2UI JSONL stream parser (#868).
412

513
## 0.8.0
614

0 commit comments

Comments
 (0)