@refinitiv-ui/elements 7.10.10-next.0 → 7.10.10-next.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 +7 -7
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.10.10-next.0';
1
+ export const VERSION = '7.10.10-next.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/elements",
3
- "version": "7.10.10-next.0",
3
+ "version": "7.10.10-next.1",
4
4
  "description": "Element Framework Elements",
5
5
  "author": "LSEG",
6
6
  "license": "Apache-2.0",
@@ -353,25 +353,25 @@
353
353
  "tslib": "^2.3.1"
354
354
  },
355
355
  "devDependencies": {
356
- "@refinitiv-ui/core": "^7.4.2-next.0",
357
- "@refinitiv-ui/demo-block": "^7.1.9-next.0",
356
+ "@refinitiv-ui/core": "^7.4.2-next.1",
357
+ "@refinitiv-ui/demo-block": "^7.1.9-next.1",
358
358
  "@refinitiv-ui/i18n": "^7.1.4-next.0",
359
359
  "@refinitiv-ui/phrasebook": "^7.1.1",
360
360
  "@refinitiv-ui/test-helpers": "^7.1.1-next.0",
361
- "@refinitiv-ui/translate": "^7.1.6-next.0",
361
+ "@refinitiv-ui/translate": "^7.1.6-next.1",
362
362
  "@refinitiv-ui/utils": "^7.2.0",
363
363
  "@types/d3-interpolate": "^3.0.1"
364
364
  },
365
365
  "peerDependencies": {
366
366
  "@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
367
- "@refinitiv-ui/core": "^7.4.2-next.0",
367
+ "@refinitiv-ui/core": "^7.4.2-next.1",
368
368
  "@refinitiv-ui/i18n": "^7.1.4-next.0",
369
369
  "@refinitiv-ui/phrasebook": "^7.1.1",
370
- "@refinitiv-ui/translate": "^7.1.6-next.0",
370
+ "@refinitiv-ui/translate": "^7.1.6-next.1",
371
371
  "@refinitiv-ui/utils": "^7.2.0"
372
372
  },
373
373
  "publishConfig": {
374
374
  "access": "public"
375
375
  },
376
- "gitHead": "228961c31f52a5f01f1a12396f94682b7840f290"
376
+ "gitHead": "3e4140dcb4943b98d30b78003e0cdb25cce86f68"
377
377
  }