Skip to content

Commit

Permalink
chore(publish): prepare for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jun 21, 2024
1 parent 2059a72 commit 12dda90
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# flutter_google_places_hoc081098 changelog

## 2.0.0 - Jun 21, 2024

- Update Dart SDK constraint to `'>=3.3.4 <4.0.0'`.
- Update Flutter SDK constraint to `'>=3.19.6'`.
- Remove `google_maps_webservice` dependency.
- Update dependencies
- `google_api_headers: ^4.0.3`.
- `http: ^1.2.1`.
- `rxdart: ^0.28.0`.
- `rxdart_ext: ^0.3.0`.
- `listenable_stream: ^2.0.1`.
- `collection: ^1.18.0`.
- `flutter_bloc_pattern: ^3.0.0`.
- `meta: ^1.11.0`.

## 2.0.0-beta.1 - Sep 30, 2023

- Fix: update generated files.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0-beta.1"
version: "2.0.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_google_places_hoc081098
description: Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice. Better flutter_google_places, updated by @hoc081098
version: 2.0.0-beta.1
version: 2.0.0
homepage: https://github.com/hoc081098/flutter_google_places
repository: https://github.com/hoc081098/flutter_google_places
funding:
Expand Down

0 comments on commit 12dda90

Please sign in to comment.