Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(version): bump version and update changelog #926

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading