From 8bd89bc04cabfa87bac92caf27a74442b62cadd1 Mon Sep 17 00:00:00 2001 From: mobile-apps-deriv <134251399+mobile-apps-deriv@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:12:59 +0800 Subject: [PATCH] chore(version): bump version and update changelog (#436) * chore(release): publish packages - deriv_feature_flag@0.1.0 * [create-pull-request] automated change --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: sahani-deriv --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- packages/deriv_feature_flag/CHANGELOG.md | 7 +++++++ packages/deriv_feature_flag/pubspec.yaml | 2 +- 4 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0432410..63212def0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9fe6a3b0b..7baca49bb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/deriv_feature_flag/CHANGELOG.md b/packages/deriv_feature_flag/CHANGELOG.md index 72994e5a4..0699b547a 100644 --- a/packages/deriv_feature_flag/CHANGELOG.md +++ b/packages/deriv_feature_flag/CHANGELOG.md @@ -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. diff --git a/packages/deriv_feature_flag/pubspec.yaml b/packages/deriv_feature_flag/pubspec.yaml index 34338b641..7be23b073 100644 --- a/packages/deriv_feature_flag/pubspec.yaml +++ b/packages/deriv_feature_flag/pubspec.yaml @@ -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: