Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(version): bump version and update changelog #538

Merged
merged 5 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ Packages with dependency updates only:

#### `deriv_ui` - `v0.0.7`

<<<<<<< HEAD
=======
- **FIX**(deriv_ui): update deriv_theme ([#525](https://github.com/regentmarkets/flutter-deriv-packages/issues/525)). ([304a5b59](https://github.com/regentmarkets/flutter-deriv-packages/commit/304a5b59d1603196ae37f53a682db8de69bedcf0))
>>>>>>> 48d45ba4626fe38f562e5fdcba78a6002468e03d
- **FIX**(deriv_ui): update theme dependency ([#522](https://github.com/regentmarkets/flutter-deriv-packages/issues/522)). ([d00e3edf](https://github.com/regentmarkets/flutter-deriv-packages/commit/d00e3edfe08e861401c501b2ac1944a9d7af11f2))
- **FEAT**(deriv_ui): add language selector component ([#509](https://github.com/regentmarkets/flutter-deriv-packages/issues/509)). ([bff66151](https://github.com/regentmarkets/flutter-deriv-packages/commit/bff661513f330d014154657fbf170b75512dc180))

Expand Down
1 change: 1 addition & 0 deletions packages/deriv_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Update a dependency to the latest release.


## 6.3.2

- Update a dependency to the latest release.
Expand Down
3 changes: 2 additions & 1 deletion packages/deriv_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: deriv_auth
description: Provides deriv authentication functionalities for dart/flutter apps.
version: 6.3.3


environment:
sdk: ">=3.0.0 <4.0.0"
flutter: "3.10.2"
Expand All @@ -23,7 +24,7 @@ dependencies:
url: [email protected]:regentmarkets/flutter-deriv-packages.git
path: packages/deriv_ui
ref: deriv_ui-v0.0.7+1

deriv_http_client:
git:
url: [email protected]:regentmarkets/flutter-deriv-packages.git
Expand Down
Loading