Skip to content

Commit

Permalink
Bumps packages to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sauramirez committed Mar 30, 2023
1 parent a099d1c commit b3aeb3d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions homeconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.0

- Adds device exceptions
- Adds units to payloads

# 0.0.5

- Removes trailing slash
Expand Down
2 changes: 1 addition & 1 deletion homeconnect/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: homeconnect
description: HomeConnectApi is a Dart package that provides a client for the Home Connect API, allowing users to interact with their home appliances.
version: 0.0.5
version: 0.1.0
homepage: https://github.com/KitchenStories/flutter_home_connect_sdk/tree/main/homeconnect

environment:
Expand Down
4 changes: 4 additions & 0 deletions homeconnect_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0

- Updates homeconnect sdk sandbox API discrepancy fixes
-
# 0.0.5

- Fixes login modal in Android by setting the webview javascript to unrestricted
Expand Down
4 changes: 2 additions & 2 deletions homeconnect_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: homeconnect_flutter
description: Flutter utility classes, meant to be used with the home connect SDK
version: 0.0.5
version: 0.1.0
homepage: https://github.com/KitchenStories/flutter_home_connect_sdk/tree/main/homeconnect_flutter
environment:
sdk: '>=2.17.0 <3.0.0'
Expand All @@ -12,7 +12,7 @@ dependencies:
json_annotation: ^4.8.0
eventsource: ^0.4.0
oauth2: ^2.0.1
homeconnect: ^0.0.5
homeconnect: ^0.1.0
webview_flutter: ^4.0.5
shared_preferences: ^2.0.18

Expand Down

0 comments on commit b3aeb3d

Please sign in to comment.