@refinitiv-ui/elements 5.11.0-alpha.0 → 5.11.0-alpha.1

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/lib/version.js +1 -1
  2. package/package.json +5 -5
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '5.11.0-alpha.0';
1
+ export const VERSION = '5.11.0-alpha.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/elements",
3
- "version": "5.11.0-alpha.0",
3
+ "version": "5.11.0-alpha.1",
4
4
  "description": "Element Framework Elements",
5
5
  "author": "Refinitiv",
6
6
  "license": "Apache-2.0",
@@ -593,12 +593,12 @@
593
593
  },
594
594
  "dependencies": {
595
595
  "@refinitiv-ui/browser-sparkline": "1.1.7",
596
- "@refinitiv-ui/core": "^5.4.0-alpha.0",
596
+ "@refinitiv-ui/core": "^5.4.0-alpha.1",
597
597
  "@refinitiv-ui/halo-theme": "^5.5.0-alpha.0",
598
598
  "@refinitiv-ui/i18n": "^5.3.0-alpha.0",
599
599
  "@refinitiv-ui/phrasebook": "^5.5.0-alpha.0",
600
600
  "@refinitiv-ui/solar-theme": "^5.7.0-alpha.0",
601
- "@refinitiv-ui/translate": "^5.3.0-alpha.0",
601
+ "@refinitiv-ui/translate": "^5.3.0-alpha.1",
602
602
  "@refinitiv-ui/utils": "^5.1.1",
603
603
  "@types/chart.js": "^2.9.31",
604
604
  "chart.js": "~2.9.4",
@@ -608,12 +608,12 @@
608
608
  "tslib": "^2.3.1"
609
609
  },
610
610
  "devDependencies": {
611
- "@refinitiv-ui/demo-block": "^5.2.0-alpha.0",
611
+ "@refinitiv-ui/demo-block": "^5.2.0-alpha.1",
612
612
  "@refinitiv-ui/test-helpers": "^5.2.0-alpha.0",
613
613
  "@types/d3-interpolate": "^3.0.1"
614
614
  },
615
615
  "publishConfig": {
616
616
  "access": "public"
617
617
  },
618
- "gitHead": "41ad2a9927526e4beaccc6d519bc16b0c20e5864"
618
+ "gitHead": "305926185b1bdd95044595ef6d8c19db2637b121"
619
619
  }