Skip to content

Commit 2507776

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/language-chooser-react-mui 0.0.30 - project: @ethnolib/language-chooser-react-hook 0.0.13 - project: @ethnolib/find-language 0.0.19
1 parent 33598b7 commit 2507776

File tree

7 files changed

+44
-12
lines changed

7 files changed

+44
-12
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.19 (2025-02-20)
2+
3+
4+
### 🩹 Fixes
5+
6+
- BL-14201 more changes to macrolanguage handling ([c97e6c6](https://github.com/sillsdev/EthnoLib/commit/c97e6c6))
7+
18
## 0.0.18 (2025-01-30)
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.18",
6+
"version": "0.0.19",
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.13 (2025-02-20)
2+
3+
4+
### 🩹 Fixes
5+
6+
- BL-14201 more changes to macrolanguage handling ([c97e6c6](https://github.com/sillsdev/EthnoLib/commit/c97e6c6))
7+
8+
9+
### 🧱 Updated Dependencies
10+
11+
- Updated @ethnolib/find-language to 0.0.19
12+
113
## 0.0.12 (2025-01-28)
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.12",
6+
"version": "0.0.13",
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.18",
17+
"@ethnolib/find-language": "0.0.19",
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.30 (2025-02-20)
2+
3+
4+
### 🩹 Fixes
5+
6+
- BL-14201 more changes to macrolanguage handling ([c97e6c6](https://github.com/sillsdev/EthnoLib/commit/c97e6c6))
7+
8+
9+
### 🧱 Updated Dependencies
10+
11+
- Updated @ethnolib/language-chooser-react-hook to 0.0.13
12+
- Updated @ethnolib/find-language to 0.0.19
13+
114
## 0.0.29 (2025-01-30)
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.29",
6+
"version": "0.0.30",
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.18",
22-
"@ethnolib/language-chooser-react-hook": "0.0.12",
21+
"@ethnolib/find-language": "0.0.19",
22+
"@ethnolib/language-chooser-react-hook": "0.0.13",
2323
"lodash": "^4.17.21",
2424
"react-lazyload": "^3.2.1",
2525
"@mui/icons-material": "^5.15.19"

package-lock.json

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

0 commit comments

Comments
 (0)