Skip to content

Commit 4ebea08

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/language-chooser-react-mui 0.1.1 - project: @ethnolib/language-chooser-react-hook 0.1.1 - project: @ethnolib/find-language 0.1.1
1 parent af7a4d1 commit 4ebea08

File tree

7 files changed

+39
-12
lines changed

7 files changed

+39
-12
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.1.1 (2025-03-12)
2+
3+
### 🩹 Fixes
4+
5+
- Allow for region-specific locales in l10n (BL-14005) ([53b6c34](https://github.com/sillsdev/EthnoLib/commit/53b6c34))
6+
17
## 0.1.0 (2025-03-11)
28

39
### 🚀 Features

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.1.0",
6+
"version": "0.1.1",
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.1.1 (2025-03-12)
2+
3+
### 🩹 Fixes
4+
5+
- Allow for region-specific locales in l10n (BL-14005) ([53b6c34](https://github.com/sillsdev/EthnoLib/commit/53b6c34))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/find-language to 0.1.1
10+
111
## 0.1.0 (2025-03-11)
212

313
### 🚀 Features

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.1.0",
6+
"version": "0.1.1",
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.1.0",
17+
"@ethnolib/find-language": "0.1.1",
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.1.1 (2025-03-12)
2+
3+
### 🩹 Fixes
4+
5+
- Allow for region-specific locales in l10n (BL-14005) ([53b6c34](https://github.com/sillsdev/EthnoLib/commit/53b6c34))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/language-chooser-react-hook to 0.1.1
10+
- Updated @ethnolib/find-language to 0.1.1
11+
112
## 0.1.0 (2025-03-11)
213

314
### 🚀 Features

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.1.0",
6+
"version": "0.1.1",
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.1.0",
22-
"@ethnolib/language-chooser-react-hook": "0.1.0",
21+
"@ethnolib/find-language": "0.1.1",
22+
"@ethnolib/language-chooser-react-hook": "0.1.1",
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)