From 9d7288a63eb2066c61b6a26a9fe0861bf4db4439 Mon Sep 17 00:00:00 2001 From: mobile-apps-deriv <134251399+mobile-apps-deriv@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:16:11 +0400 Subject: [PATCH] chore(version): bump version and update changelog (#926) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ramin-deriv --- CHANGELOG.md | 21 +++++++++++++++++++ README.md | 2 +- .../deriv_technical_analysis/CHANGELOG.md | 4 ++++ .../deriv_technical_analysis/pubspec.yaml | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59926312..4446cbb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 2024-12-23 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`deriv_technical_analysis` - `v1.1.0`](#deriv_technical_analysis---v110) + +--- + +#### `deriv_technical_analysis` - `v1.1.0` + + - **FEAT**(deriv_technical_analysis): [GRWT-3941] Ramin/prepare ta for publish ([#922](https://github.com/regentmarkets/flutter-deriv-packages/issues/922)). ([86a2915d](https://github.com/regentmarkets/flutter-deriv-packages/commit/86a2915dd7ab05ee20978a8f7a801ac28d7bbacc)) + + ## 2024-12-19 ### Changes diff --git a/README.md b/README.md index 1c2cc8ee4..05a192f31 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ deriv_ui: | [deriv_numpad](./packages/deriv_numpad) | Number Pad Widget for number input. | [v1.1.12](./packages/deriv_numpad/CHANGELOG.md) | | [deriv_rudderstack](./packages/deriv_rudderstack) | A plugin that add RudderStack SDK support to Flutter. | [v1.3.0](./packages/deriv_rudderstack/CHANGELOG.md) | | [deriv_store_launcher](./packages/deriv_store_launcher) | A plugin to launch app stores base on platform and manufacturer. | [v0.0.2](./packages/deriv_store_launcher/CHANGELOG.md) | -| [deriv_technical_analysis](./packages/deriv_technical_analysis) | A Dart package for Technical Analysis. | [v0.0.1](./packages/deriv_technical_analysis/CHANGELOG.md) | +| [deriv_technical_analysis](./packages/deriv_technical_analysis) | A Dart package for Technical Analysis. | [v1.1.0](./packages/deriv_technical_analysis/CHANGELOG.md) | | [deriv_theme](./packages/deriv_theme) | A package that contains the theme used by Deriv products. | [v3.0.0](./packages/deriv_theme/CHANGELOG.md) | | [deriv_ui](./packages/deriv_ui) | A package that contains the UI components used by Deriv products. | [v0.1.2+2](./packages/deriv_ui/CHANGELOG.md) | | [deriv_utilities](./packages/deriv_utilities) | A package that contains the utilities including helper functions, mixins, and extensions. | [v1.0.0](./packages/deriv_utilities/CHANGELOG.md) | diff --git a/packages/deriv_technical_analysis/CHANGELOG.md b/packages/deriv_technical_analysis/CHANGELOG.md index f88cb0245..7d73899c7 100644 --- a/packages/deriv_technical_analysis/CHANGELOG.md +++ b/packages/deriv_technical_analysis/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + + - **FEAT**(deriv_technical_analysis): [GRWT-3941] Ramin/prepare ta for publish ([#922](https://github.com/regentmarkets/flutter-deriv-packages/issues/922)). ([86a2915d](https://github.com/regentmarkets/flutter-deriv-packages/commit/86a2915dd7ab05ee20978a8f7a801ac28d7bbacc)) + ## [1.0.0] * Update documentations diff --git a/packages/deriv_technical_analysis/pubspec.yaml b/packages/deriv_technical_analysis/pubspec.yaml index 2246bcad5..f073bd17f 100644 --- a/packages/deriv_technical_analysis/pubspec.yaml +++ b/packages/deriv_technical_analysis/pubspec.yaml @@ -1,6 +1,6 @@ name: deriv_technical_analysis description: A Dart package for Technical Analysis. -version: 1.0.0 +version: 1.1.0 homepage: https://deriv.com/ publish_to: "none"