Skip to content

Commit

Permalink
chore(version): bump version and update changelog (#375)
Browse files Browse the repository at this point in the history
* chore(release): publish packages

 - deriv_auth_ui@0.0.2+2

* [create-pull-request] automated change

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: sahani-deriv <sahani-deriv@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 21, 2023
1 parent 5109a0c commit 9b4d06d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-12-21

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`deriv_auth_ui` - `v0.0.2+2`](#deriv_auth_ui---v0022)

---

#### `deriv_auth_ui` - `v0.0.2+2`

- **FIX**(deriv_auth_ui): login button enabled on invalid email and password ([#366](https://github.com/regentmarkets/flutter-deriv-packages/issues/366)). ([5109a0c0](https://github.com/regentmarkets/flutter-deriv-packages/commit/5109a0c0bdc2d5adcfe699db2a8abfcd499126d4))


## 2023-12-18

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deriv_ui:
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [analytics](./packages/analytics) | Used to collect and send analytical information to 'Firebase' and 'Segment'. | [v1.0.2](./packages/analytics/CHANGELOG.md) |
| [deriv_auth](./packages/deriv_auth) | A Dart package that provides Authentication logic for Deriv applications. | [v1.2.1 ](./packages/deriv_auth/CHANGELOG.md) |
| [deriv_auth_ui](./packages/deriv_auth_ui) | A Dart package that provides Authentication UI for Deriv applications. | [v0.0.2+1](./packages/deriv_auth_ui/CHANGELOG.md) |
| [deriv_auth_ui](./packages/deriv_auth_ui) | A Dart package that provides Authentication UI for Deriv applications. | [v0.0.2+2](./packages/deriv_auth_ui/CHANGELOG.md) |
| [deriv_banner](./packages/deriv_banner) | A widget to show banner in apps. | [v0.0.1](./packages/deriv_banner/CHANGELOG.md) |
| [flutter_deriv_bloc_manager](./packages/deriv_bloc_manager) | Provides some tools to manage blocs. | [v0.0.1](./packages/flutter_deriv_bloc_manager/CHANGELOG.md) |
| [deriv_datadog](./packages/deriv_datadog) | A package that helps you monitor the performance and user interactions of your Flutter app by sending data to Datadog. | [v0.0.1](./packages/deriv_datadog/CHANGELOG.md) |
Expand Down
4 changes: 4 additions & 0 deletions packages/deriv_auth_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2+2

- **FIX**(deriv_auth_ui): login button enabled on invalid email and password ([#366](https://github.com/regentmarkets/flutter-deriv-packages/issues/366)). ([5109a0c0](https://github.com/regentmarkets/flutter-deriv-packages/commit/5109a0c0bdc2d5adcfe699db2a8abfcd499126d4))

## 0.0.2+1

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_auth_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_auth_ui
description: A flutter package for deriv auth UI flows.
version: 0.0.2+1
version: 0.0.2+2

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
Empty file modified scripts/readme.sh
100644 → 100755
Empty file.

0 comments on commit 9b4d06d

Please sign in to comment.