Skip to content

Commit

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

 - [email protected]

* [create-pull-request] automated change

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: sahani-deriv <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 0a33c74 commit 8bd89bc
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-06

### Changes

---

Packages with breaking changes:

- [`deriv_feature_flag` - `v0.1.0`](#deriv_feature_flag---v010)

Packages with other changes:

- There are no other changes in this release.

---

#### `deriv_feature_flag` - `v0.1.0`

- **DOCS**(deriv_feature_flag): update readme. ([9c86a182](https://github.com/regentmarkets/flutter-deriv-packages/commit/9c86a18271df410161099e0d7ffa3002b17fd3ca))
- **BREAKING** **REFACTOR**(deriv_feature_flag): remove static from initialize method. ([6c9c50e5](https://github.com/regentmarkets/flutter-deriv-packages/commit/6c9c50e550d1cf32723d1beb8238c74a37444c2d))


## 2024-02-05

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deriv_ui:
| [deriv_web_view](./packages/deriv_web_view) | Deriv web view package. | [v0.1.0](./packages/deriv_web_view/CHANGELOG.md) |
| [form_builder](./packages/form_builder) | A simpler and cleaner way to create, validate and submit forms. | [v1.0.0+1](./packages/form_builder/CHANGELOG.md) |
| [update_checker](./packages/update_checker) | Check and retrieve update information from the server for the given package. | [v1.2.1](./packages/update_checker/CHANGELOG.md) |
| [deriv_feature_flag](./packages/deriv_feature_flag) | A package to provide feature flag functionality for apps. | [v0.0.1](./packages/deriv_feature_flag/CHANGELOG.md) |
| [deriv_feature_flag](./packages/deriv_feature_flag) | A package to provide feature flag functionality for apps. | [v0.1.0](./packages/deriv_feature_flag/CHANGELOG.md) |
## Environment Setup
Expand Down
7 changes: 7 additions & 0 deletions packages/deriv_feature_flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.0

> Note: This release has breaking changes.
- **DOCS**(deriv_feature_flag): update readme. ([9c86a182](https://github.com/regentmarkets/flutter-deriv-packages/commit/9c86a18271df410161099e0d7ffa3002b17fd3ca))
- **BREAKING** **REFACTOR**(deriv_feature_flag): remove static from initialize method. ([6c9c50e5](https://github.com/regentmarkets/flutter-deriv-packages/commit/6c9c50e550d1cf32723d1beb8238c74a37444c2d))

## 0.0.1

- Provide basic feature flag functionaliy for apps.
2 changes: 1 addition & 1 deletion packages/deriv_feature_flag/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_feature_flag
description: A new Flutter package project.
version: 0.0.1
version: 0.1.0
publish_to: none

environment:
Expand Down

0 comments on commit 8bd89bc

Please sign in to comment.