@refinitiv-ui/i18n 7.1.1 → 7.1.2
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.
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.1.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@7.1.1...@refinitiv-ui/i18n@7.1.2) (2024-01-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/i18n
|
|
9
|
+
|
|
6
10
|
## [7.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@7.1.0...@refinitiv-ui/i18n@7.1.1) (2023-12-12)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/i18n",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "i18n support for Web Components",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"clean": "nx exec -- rm -rf lib tsconfig.tsbuildinfo",
|
|
19
19
|
"lint": "eslint .",
|
|
20
20
|
"lint:fix": "eslint . --fix",
|
|
21
|
-
"start": "npm run build && concurrently \"npm run build:watch\" \"vite
|
|
21
|
+
"start": "npm run build && concurrently \"npm run build:watch\" \"vite __demo__ --open --force\"",
|
|
22
22
|
"test": "npm run build && node ../../scripts/tests/run.js --package=i18n",
|
|
23
23
|
"test:watch": "npm run test -- --watch",
|
|
24
24
|
"prepack": "npm run version",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "5f0d82b53f13adc68c807db63fbe622d6e1e05c9"
|
|
48
48
|
}
|