Skip to content

Commit d0f0fc4

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/language-chooser-react-mui 0.0.32 - project: @ethnolib/language-chooser-react-hook 0.0.14 - project: @ethnolib/find-language 0.0.20
1 parent aa2be9f commit d0f0fc4

File tree

7 files changed

+48
-15
lines changed

7 files changed

+48
-15
lines changed

components/language-chooser/common/find-language/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.20 (2025-02-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- BL-14203 manual override for langtags ([2a6ced8](https://github.com/sillsdev/EthnoLib/commit/2a6ced8))
7+
18
## 0.0.19 (2025-02-20)
29

310

components/language-chooser/common/find-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A library for fuzzy-searching for languages and other utils for language choosers",
44
"author": "SIL Global",
55
"license": "MIT",
6-
"version": "0.0.19",
6+
"version": "0.0.20",
77
"main": "./index.js",
88
"types": "./index.d.ts",
99
"scripts": {

components/language-chooser/react/common/language-chooser-react-hook/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.14 (2025-02-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- BL-14203 manual override for langtags ([2a6ced8](https://github.com/sillsdev/EthnoLib/commit/2a6ced8))
7+
8+
9+
### 🧱 Updated Dependencies
10+
11+
- Updated @ethnolib/find-language to 0.0.20
12+
113
## 0.0.13 (2025-02-20)
214

315

components/language-chooser/react/common/language-chooser-react-hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A React hook providing the logic for a language chooser",
44
"author": "SIL Global",
55
"license": "MIT",
6-
"version": "0.0.13",
6+
"version": "0.0.14",
77
"main": "./index.js",
88
"types": "./index.d.ts",
99
"scripts": {
@@ -14,7 +14,7 @@
1414
"test": "nx vite:test --config vitest.config.ts"
1515
},
1616
"dependencies": {
17-
"@ethnolib/find-language": "0.0.19",
17+
"@ethnolib/find-language": "0.0.20",
1818
"fuse.js": "^7.0.0",
1919
"iso-15924": "^3.2.0",
2020
"iso-3166": "^4.3.0"

components/language-chooser/react/language-chooser-react-mui/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.0.32 (2025-02-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- BL-14203 manual override for langtags ([2a6ced8](https://github.com/sillsdev/EthnoLib/commit/2a6ced8))
7+
8+
9+
### 🧱 Updated Dependencies
10+
11+
- Updated @ethnolib/language-chooser-react-hook to 0.0.14
12+
- Updated @ethnolib/find-language to 0.0.20
13+
114
## 0.0.31 (2025-02-20)
215

316

components/language-chooser/react/language-chooser-react-mui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A language chooser React component using MUI",
44
"author": "SIL Global",
55
"license": "MIT",
6-
"version": "0.0.31",
6+
"version": "0.0.32",
77
"main": "./index.js",
88
"types": "./index.d.ts",
99
"exports": {
@@ -18,8 +18,8 @@
1818
"e2e": "playwright test"
1919
},
2020
"dependencies": {
21-
"@ethnolib/find-language": "0.0.19",
22-
"@ethnolib/language-chooser-react-hook": "0.0.13",
21+
"@ethnolib/find-language": "0.0.20",
22+
"@ethnolib/language-chooser-react-hook": "0.0.14",
2323
"lodash": "^4.17.21",
2424
"react-lazyload": "^3.2.1",
2525
"@mui/icons-material": "^5.15.19"

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)