@workos-inc/widgets-i18n 1.0.2-next.1787869060840 → 1.0.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 +1 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 1.0.2
|
|
3
|
+
## 1.0.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Sync translations with extracted widget strings so all locales include the 71 previously missing message IDs.
|
|
8
|
-
- Updated dependencies:
|
|
9
|
-
- @workos-inc/widgets@1.17.1-next.1787869060840
|
|
10
8
|
|
|
11
9
|
## 1.0.1
|
|
12
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workos-inc/widgets-i18n",
|
|
3
|
-
"version": "1.0.2
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-intl": "^7.0.0 || ^8.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@workos-inc/widgets": "1.
|
|
36
|
+
"@workos-inc/widgets": "^1.12.0",
|
|
37
37
|
"react": ">=18"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"tsup": "^8.5.1",
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
47
|
"@internal/typescript-config": "0.0.0",
|
|
48
|
-
"@workos-inc/widgets": "1.17.1
|
|
48
|
+
"@workos-inc/widgets": "1.17.1"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "pnpm build:js && pnpm build:lang",
|