@oanda/labs-live-rates-table-widget 1.0.119 → 1.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.121
4
+
5
+ ### Patch Changes
6
+
7
+ - 2026-01-29
8
+ - Updated dependencies
9
+ - @oanda/labs-widget-common@1.0.255
10
+
11
+ ## 1.0.120
12
+
13
+ ### Patch Changes
14
+
15
+ - 2026-01-28
16
+ - Updated dependencies
17
+ - @oanda/labs-widget-common@1.0.254
18
+
3
19
  ## 1.0.119
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oanda/labs-live-rates-table-widget",
3
- "version": "1.0.119",
3
+ "version": "1.0.121",
4
4
  "description": "Labs Live Rates Table Widget",
5
5
  "main": "dist/main/index.js",
6
6
  "module": "dist/module/index.js",
@@ -18,7 +18,7 @@
18
18
  "author": "OANDA",
19
19
  "license": "UNLICENSED",
20
20
  "dependencies": {
21
- "@oanda/labs-widget-common": "^1.0.253",
21
+ "@oanda/labs-widget-common": "^1.0.255",
22
22
  "@oanda/mono-i18n": "10.0.1",
23
23
  "graphql": "16.8.1"
24
24
  },