Skip to content

Commit

Permalink
Merge branch 'master' into Fix_passkeys_logout_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-deriv authored Jul 12, 2024
2 parents d56a0ab + 76e75cf commit 6757bd9
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 6 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`deriv_passkeys` - `v0.0.3+1`](#deriv_passkeys---v0031)
- [`deriv_auth` - `v6.7.13`](#deriv_auth---v6713)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `deriv_auth` - `v6.7.13`

---

#### `deriv_passkeys` - `v0.0.3+1`

- **FIX**(deriv_passkeys): add keys to passkey login page ([#676](https://github.com/regentmarkets/flutter-deriv-packages/issues/676)). ([aa84a46d](https://github.com/regentmarkets/flutter-deriv-packages/commit/aa84a46dfb9cd22a335276c1ae0063ffee7852ef))


## 2024-07-10

### Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cp $HOME/Downloads/commit-msg $HOME/.git/hooks/commit-msg \

## Using the packages

Each package has been released as git tag with convention as **packageName-vVersionNumber**`(Example: deriv_auth-v6.7.12)`. To use the package, add the following to your pubspec.yaml file:
Each package has been released as git tag with convention as **packageName-vVersionNumber**`(Example: deriv_auth-v6.7.13)`. To use the package, add the following to your pubspec.yaml file:

```yaml
deriv_ui:
Expand All @@ -30,7 +30,7 @@ deriv_ui:
| Name | Description | Version |
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [analytics](./packages/analytics) | Used to collect and send analytical information to 'Firebase' and 'Segment'. | [v2.1.0](./packages/analytics/CHANGELOG.md) |
| [deriv_auth](./packages/deriv_auth) | A Dart package that provides Authentication logic for Deriv applications. | [v6.7.12 ](./packages/deriv_auth/CHANGELOG.md) |
| [deriv_auth](./packages/deriv_auth) | A Dart package that provides Authentication logic for Deriv applications. | [v6.7.13 ](./packages/deriv_auth/CHANGELOG.md) |
| [deriv_banner](./packages/deriv_banner) | A widget to show banner in apps. | [v0.0.1+1](./packages/deriv_banner/CHANGELOG.md) |
| [deriv_bloc_manager](./packages/deriv_bloc_manager) | Provides some tools to manage blocs. | [v0.0.1](./packages/deriv_bloc_manager/CHANGELOG.md) |
| [deriv_datadog](./packages/deriv_datadog) | A package that helps you monitor the performance and user interactions of your Flutter app by sending data to Datadog. | [v0.0.1](./packages/deriv_datadog/CHANGELOG.md) |
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 @@
## 6.7.13

- Update a dependency to the latest release.

## 6.7.12

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 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: 6.7.12
version: 6.7.13

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies:
git:
url: [email protected]:regentmarkets/flutter-deriv-packages.git
path: packages/deriv_passkeys
ref: deriv_passkeys-v0.0.3
ref: deriv_passkeys-v0.0.3+1

deriv_language_selector:
git:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,83 @@
{
"labelIndicators": "Indicators"
"labelIndicators": "Indicators",
"labelActive": "Active",
"labelAll": "All",
"labelMomentum": "Momentum",
"labelVolatility": "Volatility",
"labelMovingAverages": "Moving averages",
"labelMACD": "MACD",
"labelRelativeStrengthIndex": "Relative Strength Index (RSI)",
"labelRSI": "RSI",
"labelBollingerBands": "Bollinger Bands (BB)",
"labelBB": "BB",
"labelMovingAverage": "Moving Average (MA)",
"labelMA": "MA",
"infoMACD": "MACD is a trading indicator used in technical analysis of stock prices. It is supposed to reveal changes in the strength, direction, momentum, and duration of a trend in a stock's price.",
"infoRSI": "The Relative Strength Index (RSI) was published by J. Welles Wilder. The current price is normalized as a percentage between 0 and 100. The flutter_chart_id of this oscillator is misleading because it does not compare the instrument relative to another instrument or set of instruments, but rather represents the current price relative to other recent pieces within the selected lookback window length.",
"infoBB": "Bollinger Bands (BB) can be used to measure the highness or lowness of the price relative to previous trades.",
"infoMA": "The Moving Average (MA) helps to identify the overall market trend by filtering out short-term price fluctuations. Using historical data, it calculates the average price over a specific period and plots a line on the chart. If the MA line moves upwards, it’s an indicator of an uptrend, a downtrend if it moves downwards. A buy signal occurs when the price moves above the MA line.",
"infoMaximumActiveIndicatorsAdded": "You've added the maximum number of active indicators.",
"infoAddSelectedIndicator": "Add {indicator}",
"infoAddIndicator": "Add indicator",
"labelDeleteAllIndicators": "Delete all indicators",
"infoDeleteAllIndicators": "This will delete all active indicators.",
"labelDeleteIndicator": "Delete {indicator} indicator",
"infoDeleteIndicator": "Are you sure you want to delete this indicator?",
"labelCancel": "Cancel",
"labelDelete": "Delete",
"labelDeleteAll": "Delete All",
"infoUpto3indicatorsAllowed": "Up to 3 active indicators allowed.",
"infoNoActiveIndicators": "You have no active indicators yet.",
"labelReset": "Reset",
"labelApply": "Apply",
"labelOK": "OK",
"labelRSILine": "RSI line",
"labelPeriod": "Period",
"labelMinRange": "Min range",
"labelMaxRange": "Max range",
"labelSource": "Source",
"labelClose": "Close",
"labelOpen": "Open",
"labelHigh": "High",
"labelLow": "Low",
"labelHl/2": "Hl/2",
"labelHlc/3": "Hlc/3",
"labelHlcc/4": "Hlcc/4",
"labelOhlc/4": "Ohlc/4",
"labelShowZones": "Show Zones",
"labelOverbought": "Overbought",
"labelOversold": "Oversold",
"labelMinSize": "Min size",
"labelMaxSize": "Max size",
"labelRange": "Range",
"labelOverboughtLine": "Overbought line",
"labelOversoldLine": "Oversold line",
"labelMACDLine": "MACD line",
"labelFastMAPeriod": "Fast MA period",
"labelSlowMAPeriod": "Slow MA period",
"labelSignalLine": "Signal line",
"labelSignalPeriod": "Signal period",
"labelIncreasingBar": "Increasing bar",
"labelDecreasingBar": "Decreasing bar",
"labelBollingerBandsTop": "Bollinger Bands top",
"labelBollingerBandsMedian": "Bollinger Bands median",
"labelBollingerBandsBottom": "Bollinger Bands bottom",
"labelChannelFill": "Channel fill",
"labelFillColor": "Fill color",
"labelStandardDeviations": "Standard deviations",
"labelMovingAverageType": "Moving Average Type",
"labelMALine": "MA line",
"labelOffset": "Offset",
"labelType": "Type",
"labelSimple": "Simple",
"labelExponential": "Exponential",
"labelWeighted": "Weighted",
"labelHull": "Hull",
"labelZeroLag": "Zero Lag",
"labelTimeSeries": "Time Series",
"labelWellesWilder": "Welles Wilder",
"labelVariable": "Variable",
"labelTriangular": "Triangular",
"label2Exponential": "2-Exponential",
"label3Exponential": "3-Exponential"
}
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.3+1

- **FIX**(deriv_passkeys): add keys to passkey login page ([#676](https://github.com/regentmarkets/flutter-deriv-packages/issues/676)). ([aa84a46d](https://github.com/regentmarkets/flutter-deriv-packages/commit/aa84a46dfb9cd22a335276c1ae0063ffee7852ef))

## 0.0.3

- **FEAT**(deriv_passkeys): [P2PS-3072] add keys to deriv passkey package effortless passkeys login page ([#677](https://github.com/regentmarkets/flutter-deriv-packages/issues/677)). ([39472704](https://github.com/regentmarkets/flutter-deriv-packages/commit/39472704a3d264bc5f64ba2ae75e29134f890590))
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_passkeys/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_passkeys
description: Deriv Passkeys Flutter Plugin
version: 0.0.3
version: 0.0.3+1
publish_to: "none"

environment:
Expand Down

0 comments on commit 6757bd9

Please sign in to comment.