Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 43 changed files with 325 additions and 47 deletions.
155 changes: 155 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.2

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))

## 4.1.1

- **FIX**(analytics): Update rudderstack event for trading ([#898](https://github.com/regentmarkets/flutter-deriv-packages/issues/898)). ([434fc8b4](https://github.com/regentmarkets/flutter-deriv-packages/commit/434fc8b443eb429ad0bff1f5192f35f6489eb488))
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: analytics
description: A new Flutter package for collecting and sending analytical information from the app.
version: 4.1.1
version: 4.1.2

homepage: https://deriv.com/
publish_to: "none"
Expand Down
4 changes: 4 additions & 0 deletions packages/deriv_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.0.13

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))

## 7.0.12

- Update a dependency to the latest release.
Expand Down
18 changes: 9 additions & 9 deletions packages/deriv_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_auth
description: Provides deriv authentication functionalities for dart/flutter apps.
version: 7.0.12
version: 7.0.13

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -16,19 +16,19 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/analytics
ref: analytics-v4.1.1
ref: analytics-v4.1.2

deriv_theme:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_theme
ref: deriv_theme-v3.0.0
ref: deriv_theme-v4.0.0

deriv_ui:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_ui
ref: deriv_ui-v0.1.2+2
ref: deriv_ui-v0.1.2+3

deriv_http_client:
git:
Expand All @@ -45,25 +45,25 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_web_view
ref: deriv_web_view-v0.2.2+5
ref: deriv_web_view-v0.2.2+6

deriv_localizations:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_localizations
ref: deriv_localizations-v1.7.2
ref: deriv_localizations-v1.8.0

deriv_passkeys:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_passkeys
ref: deriv_passkeys-v0.0.5+15
ref: deriv_passkeys-v0.0.5+16

deriv_language_selector:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_language_selector
ref: deriv_language_selector-v0.0.4+2
ref: deriv_language_selector-v0.0.5

flutter_bloc: ^8.1.3
flutter_svg: ^2.0.7
Expand All @@ -79,7 +79,7 @@ dependency_overrides:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_ui
ref: deriv_ui-v0.1.2+2
ref: deriv_ui-v0.1.2+3

dev_dependencies:
mocktail: ^1.0.3
Expand Down
6 changes: 6 additions & 0 deletions packages/deriv_banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.1+2

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **REFACTOR**(deriv_banner): updated kotlin version ([#399](https://github.com/deriv-com/flutter-deriv-packages.git/issues/399)). ([9c19b5b4](https://github.com/deriv-com/flutter-deriv-packages.git/commit/9c19b5b45aaa40897a7b9884794ab9cbb29fe4ff))
- **FIX**: update dependencies. ([3df2560a](https://github.com/deriv-com/flutter-deriv-packages.git/commit/3df2560ae2e1e7f5918dc632036001a4b6fb14bb))

## 0.0.1+1

- **REFACTOR**(deriv_banner): updated kotlin version ([#399](https://github.com/regentmarkets/flutter-deriv-packages/issues/399)). ([9c19b5b4](https://github.com/regentmarkets/flutter-deriv-packages/commit/9c19b5b45aaa40897a7b9884794ab9cbb29fe4ff))
Expand Down
4 changes: 2 additions & 2 deletions packages/deriv_banner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deriv_banner
description: A new flutter plugin project.

version: 0.0.1+1
version: 0.0.1+2

homepage: https://deriv.com/
publish_to: "none"
Expand All @@ -22,7 +22,7 @@ dev_dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_lint
ref: deriv_lint-v1.0.0
ref: deriv_lint-v1.0.1

flutter:
plugin:
Expand Down
5 changes: 5 additions & 0 deletions packages/deriv_datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1+2

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FIX**: update dependencies. ([3df2560a](https://github.com/deriv-com/flutter-deriv-packages.git/commit/3df2560ae2e1e7f5918dc632036001a4b6fb14bb))

## 0.0.1+1

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_datadog/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deriv_datadog
description: A wrapper around datadog_flutter_plugin to make it easier to use.

version: 0.0.1+1
version: 0.0.1+2

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/deriv_date_range_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1+14

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FIX**(deriv_date_range_picker): iupgrade intl version ([#859](https://github.com/deriv-com/flutter-deriv-packages.git/issues/859)). ([c500b57d](https://github.com/deriv-com/flutter-deriv-packages.git/commit/c500b57d1558b10d7d60603d8de36af88db3dfb7))

## 0.0.1+13

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/deriv_date_range_picker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_date_range_picker
description: A new Flutter package project.
version: 0.0.1+13
version: 0.0.1+14
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
Expand All @@ -17,7 +17,7 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_theme
ref: deriv_theme-v3.0.0
ref: deriv_theme-v4.0.0

intl: ^0.19.0

Expand Down
5 changes: 5 additions & 0 deletions packages/deriv_expandable_bottom_sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.3

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FEAT**(analytics): Add indicator events ([#846](https://github.com/deriv-com/flutter-deriv-packages.git/issues/846)). ([1d30ddc9](https://github.com/deriv-com/flutter-deriv-packages.git/commit/1d30ddc9c7510e280cc90fc7e1308b945d5758ed))

## 0.0.2+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/deriv_expandable_bottom_sheet/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_expandable_bottom_sheet
description: A new Flutter package project.
version: 0.0.2+1
version: 0.0.3
publish_to: none

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_theme
ref: deriv_theme-v3.0.0
ref: deriv_theme-v4.0.0

dev_dependencies:
flutter_test:
Expand Down
11 changes: 11 additions & 0 deletions packages/deriv_feature_flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.2.0

> Note: This release has breaking changes.
- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FIX**(deriv_feature_flag): remove env dependancy ([#477](https://github.com/deriv-com/flutter-deriv-packages.git/issues/477)). ([c62b20eb](https://github.com/deriv-com/flutter-deriv-packages.git/commit/c62b20eb88cf1397ecf4437a7854ff19187d7662))
- **FEAT**(deriv_feature_flag): set attributes ([#874](https://github.com/deriv-com/flutter-deriv-packages.git/issues/874)). ([bb92d976](https://github.com/deriv-com/flutter-deriv-packages.git/commit/bb92d9764408613905da8451ce97689db09c6991))
- **FEAT**(deriv_feature_flag): Add a methods to retrieve values for feature flag types other than boolean ([#513](https://github.com/deriv-com/flutter-deriv-packages.git/issues/513)). ([dd30f341](https://github.com/deriv-com/flutter-deriv-packages.git/commit/dd30f3419b8d0ca887b4cfc58280db4bc4738076))
- **DOCS**(deriv_feature_flag): update readme. ([9c86a182](https://github.com/deriv-com/flutter-deriv-packages.git/commit/9c86a18271df410161099e0d7ffa3002b17fd3ca))
- **BREAKING** **REFACTOR**(deriv_feature_flag): remove static from initialize method. ([6c9c50e5](https://github.com/deriv-com/flutter-deriv-packages.git/commit/6c9c50e550d1cf32723d1beb8238c74a37444c2d))

## 0.1.2

- **FEAT**(deriv_feature_flag): set attributes ([#874](https://github.com/regentmarkets/flutter-deriv-packages/issues/874)). ([bb92d976](https://github.com/regentmarkets/flutter-deriv-packages/commit/bb92d9764408613905da8451ce97689db09c6991))
Expand Down
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: wrapper to handle feature flag for deriv applications
version: 0.1.2
version: 0.2.0
publish_to: none

environment:
Expand Down
5 changes: 5 additions & 0 deletions packages/deriv_language_selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.5

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FEAT**(deriv_language_selector): [DRGO-1332] raslan/ Added language UI design revamp for language selector ([#893](https://github.com/deriv-com/flutter-deriv-packages.git/issues/893)). ([80b86d25](https://github.com/deriv-com/flutter-deriv-packages.git/commit/80b86d25c60d41ec36678a18ebb58a2c2cd7db20))

## 0.0.4+2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/deriv_language_selector/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_language_selector
description: A package to select language for the app. It provides both UI and logic for language selection.
version: 0.0.4+2
version: 0.0.5
publish_to: "none"

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_ui
ref: deriv_ui-v0.1.2+2
ref: deriv_ui-v0.1.2+3
shared_preferences: ^2.2.2
flutter_bloc: ^8.1.4
equatable: ^2.0.5
Expand Down
5 changes: 5 additions & 0 deletions packages/deriv_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
## 1.0.1

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FIX**: update dependencies. ([3df2560a](https://github.com/deriv-com/flutter-deriv-packages.git/commit/3df2560ae2e1e7f5918dc632036001a4b6fb14bb))



2 changes: 1 addition & 1 deletion packages/deriv_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_lint
description: A set of lint rules for Dart and Flutter projects.
version: 1.0.0
version: 1.0.1

homepage: https://deriv.com/
publish_to: "none"
Expand Down
4 changes: 4 additions & 0 deletions packages/deriv_live_chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2+1

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))

## 0.0.2

- **FEAT**(deriv_live_chat): Add reloadChatView method ([#791](https://github.com/regentmarkets/flutter-deriv-packages/issues/791)). ([f180cc56](https://github.com/regentmarkets/flutter-deriv-packages/commit/f180cc5602801c1a3e81a247053c1b8c9121a532))
Expand Down
4 changes: 2 additions & 2 deletions packages/deriv_live_chat/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_live_chat
description: A plugin for live chat SDK support to dart.
version: 0.0.2
version: 0.0.2+1
homepage: https://deriv.com/
publish_to: "none"

Expand All @@ -20,7 +20,7 @@ dev_dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_lint
ref: deriv_lint-v1.0.0
ref: deriv_lint-v1.0.1

flutter:
plugin:
Expand Down
6 changes: 6 additions & 0 deletions packages/deriv_localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.8.0

- **REFACTOR**(deriv_localizations): Crowdin Localization Generated ([#887](https://github.com/deriv-com/flutter-deriv-packages.git/issues/887)). ([ba1b75b8](https://github.com/deriv-com/flutter-deriv-packages.git/commit/ba1b75b85e103a46efab2a5224f04a280b282ee1))
- **REFACTOR**(deriv_localizations): Crowdin Localization Generated ([#881](https://github.com/deriv-com/flutter-deriv-packages.git/issues/881)). ([ec78f45b](https://github.com/deriv-com/flutter-deriv-packages.git/commit/ec78f45b46dfe02e99995c10699289193f145a75))
- **FEAT**(deriv_localizations): Update localizations for `deriv_mobile_chart_wrapper` ([#830](https://github.com/deriv-com/flutter-deriv-packages.git/issues/830)). ([4adde10d](https://github.com/deriv-com/flutter-deriv-packages.git/commit/4adde10d42b8cf9f2540782634c9f8527c17620d))

## 1.7.2

- **REFACTOR**(deriv_localizations): Crowdin Localization Generated ([#887](https://github.com/regentmarkets/flutter-deriv-packages/issues/887)). ([ba1b75b8](https://github.com/regentmarkets/flutter-deriv-packages/commit/ba1b75b85e103a46efab2a5224f04a280b282ee1))
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This packages contains all localizations for the deriv packages

publish_to: 'none'

version: 1.7.2
version: 1.8.0

environment:
sdk: '>=3.0.2 <4.0.0'
Expand Down
7 changes: 7 additions & 0 deletions packages/deriv_mobile_chart_wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.11

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FIX**(deriv_mobile_chart_wrapper): [GRWT-3474] Point_Highlight_Enlarges_when_navigating_back_to_same_chart_view ([#918](https://github.com/deriv-com/flutter-deriv-packages.git/issues/918)). ([c751b552](https://github.com/deriv-com/flutter-deriv-packages.git/commit/c751b552915c91e9386a90143a2291b512cd3dbd))
- **FEAT**(deriv_mobile_chart_wrapper): [GRWT-3362] update chart package version ([#919](https://github.com/deriv-com/flutter-deriv-packages.git/issues/919)). ([d79b9d5e](https://github.com/deriv-com/flutter-deriv-packages.git/commit/d79b9d5e9d7216085e60c49be98a8cd0a7caea18))
- **FEAT**(deriv_mobile_chart_wrapper): [DRGO-1484] Filter Drawing Tools to Show Only Enabled Options ([#905](https://github.com/deriv-com/flutter-deriv-packages.git/issues/905)). ([a3fccd72](https://github.com/deriv-com/flutter-deriv-packages.git/commit/a3fccd7284b6a56dd1e98942b02b6c29afb87512))

## 0.1.10+1

- **FIX**(deriv_mobile_chart_wrapper): [GRWT-3474] Point_Highlight_Enlarges_when_navigating_back_to_same_chart_view ([#918](https://github.com/regentmarkets/flutter-deriv-packages/issues/918)). ([c751b552](https://github.com/regentmarkets/flutter-deriv-packages/commit/c751b552915c91e9386a90143a2291b512cd3dbd))
Expand Down
8 changes: 4 additions & 4 deletions packages/deriv_mobile_chart_wrapper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deriv_mobile_chart_wrapper
description: A new Flutter package project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 0.1.10+1
version: 0.1.11
homepage:

environment:
Expand All @@ -20,19 +20,19 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_theme
ref: deriv_theme-v3.0.0
ref: deriv_theme-v4.0.0

deriv_localizations:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_localizations
ref: deriv_localizations-v1.7.2
ref: deriv_localizations-v1.8.0

deriv_ui:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_ui
ref: deriv_ui-v0.1.2+2
ref: deriv_ui-v0.1.2+3

provider: ^6.0.5
flutter_svg: ^2.0.9
Expand Down
5 changes: 5 additions & 0 deletions packages/deriv_numpad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.13

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))
- **FIX**(deriv_date_range_picker): iupgrade intl version ([#859](https://github.com/deriv-com/flutter-deriv-packages.git/issues/859)). ([c500b57d](https://github.com/deriv-com/flutter-deriv-packages.git/commit/c500b57d1558b10d7d60603d8de36af88db3dfb7))

## 1.1.12

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/deriv_numpad/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_numpad
description: A new Flutter project.
version: 1.1.12
version: 1.1.13
publish_to: "none"

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
git:
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_theme
ref: deriv_theme-v3.0.0
ref: deriv_theme-v4.0.0

flutter_svg: ^2.0.7
intl: ^0.19.0
Expand Down
4 changes: 4 additions & 0 deletions packages/deriv_passkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5+16

- **REFACTOR**: update_reference_to_git_dependencies ([#929](https://github.com/deriv-com/flutter-deriv-packages.git/issues/929)). ([0da684dc](https://github.com/deriv-com/flutter-deriv-packages.git/commit/0da684dc56251fe01991f6a5e36b76b627b379fd))

## 0.0.5+15

- Update a dependency to the latest release.
Expand Down
Loading

0 comments on commit 0964d4b

Please sign in to comment.