Skip to content

Commit

Permalink
chore(version): bump version and update changelog (#926)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ramin-deriv <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent 86a2915 commit 9d7288a
Show file tree
Hide file tree
Showing 4 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.

## 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
4 changes: 4 additions & 0 deletions packages/deriv_technical_analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_technical_analysis/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9d7288a

Please sign in to comment.