Skip to content

Commit b32c2df

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/language-chooser-react-mui 0.0.29 - project: @ethnolib/find-language 0.0.18
1 parent fc30a60 commit b32c2df

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
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.18 (2025-01-30)
2+
3+
4+
### 🩹 Fixes
5+
6+
- fix e2e tests (undemarcate iso_639_3 code) ([0a7ada2](https://github.com/sillsdev/EthnoLib/commit/0a7ada2))
7+
18
## 0.0.17 (2025-01-28)
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.17",
6+
"version": "0.0.18",
77
"main": "./index.js",
88
"types": "./index.d.ts",
99
"scripts": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "nx vite:test --config vitest.config.ts"
1515
},
1616
"dependencies": {
17-
"@ethnolib/find-language": "0.0.17",
17+
"@ethnolib/find-language": "0.0.18",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.29 (2025-01-30)
2+
3+
4+
### 🩹 Fixes
5+
6+
- fix e2e tests (undemarcate iso_639_3 code) ([0a7ada2](https://github.com/sillsdev/EthnoLib/commit/0a7ada2))
7+
8+
9+
### 🧱 Updated Dependencies
10+
11+
- Updated @ethnolib/find-language to 0.0.18
12+
113
## 0.0.28 (2025-01-28)
214

315

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

Lines changed: 2 additions & 2 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.28",
6+
"version": "0.0.29",
77
"main": "./index.js",
88
"types": "./index.d.ts",
99
"exports": {
@@ -18,7 +18,7 @@
1818
"e2e": "playwright test"
1919
},
2020
"dependencies": {
21-
"@ethnolib/find-language": "0.0.17",
21+
"@ethnolib/find-language": "0.0.18",
2222
"@ethnolib/language-chooser-react-hook": "0.0.12",
2323
"lodash": "^4.17.21",
2424
"react-lazyload": "^3.2.1",

package-lock.json

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

0 commit comments

Comments
 (0)