Skip to content

Commit ef57a6b

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/language-chooser-react-mui 0.0.39 - project: @ethnolib/language-chooser-react-hook 0.0.17 - project: @ethnolib/find-language 0.0.23
1 parent f91f20a commit ef57a6b

File tree

7 files changed

+91
-511
lines changed

7 files changed

+91
-511
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.23 (2025-03-05)
2+
3+
### 🩹 Fixes
4+
5+
- update NX and make it publish dependent packages on changes ([58c6ce3](https://github.com/sillsdev/EthnoLib/commit/58c6ce3))
6+
17
## 0.0.22 (2025-02-28)
28

39

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.22",
6+
"version": "0.0.23",
77
"main": "./index.js",
88
"types": "./index.d.ts",
99
"scripts": {

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.17 (2025-03-05)
2+
3+
### 🩹 Fixes
4+
5+
- update NX and make it publish dependent packages on changes ([58c6ce3](https://github.com/sillsdev/EthnoLib/commit/58c6ce3))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/find-language to 0.0.23
10+
111
## 0.0.16 (2025-02-27)
212

313

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.16",
6+
"version": "0.0.17",
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.22",
17+
"@ethnolib/find-language": "0.0.23",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.0.39 (2025-03-05)
2+
3+
### 🩹 Fixes
4+
5+
- update NX and make it publish dependent packages on changes ([58c6ce3](https://github.com/sillsdev/EthnoLib/commit/58c6ce3))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/language-chooser-react-hook to 0.0.17
10+
- Updated @ethnolib/find-language to 0.0.23
11+
112
## 0.0.38 (2025-02-27)
213

314

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.38",
6+
"version": "0.0.39",
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.22",
22-
"@ethnolib/language-chooser-react-hook": "0.0.16",
21+
"@ethnolib/find-language": "0.0.23",
22+
"@ethnolib/language-chooser-react-hook": "0.0.17",
2323
"lodash": "^4.17.21",
2424
"react-lazyload": "^3.2.1",
2525
"@mui/icons-material": "^5.15.19"

0 commit comments

Comments
 (0)