Skip to content

Commit f723983

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/find-language 0.4.0 - project: @ethnolib/language-chooser-controller 0.2.3 - project: @ethnolib/language-chooser-react-hook 0.3.3 - project: @ethnolib/language-chooser-react-mui 0.4.0 - project: @ethnolib/language-chooser-svelte-daisyui 0.2.3
1 parent 92be8f7 commit f723983

11 files changed

Lines changed: 78 additions & 22 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.0 (2026-07-24)
2+
3+
### 🚀 Features
4+
5+
- added rtl attribute to scripts ([f758c27](https://github.com/sillsdev/EthnoLib/commit/f758c27))
6+
7+
### 🩹 Fixes
8+
9+
- **ci:** unblock npm publish under allow-directory=root ([92be8f7](https://github.com/sillsdev/EthnoLib/commit/92be8f7))
10+
111
## 0.3.2 (2026-06-23)
212

313
### 🩹 Fixes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"author": "SIL Global",
1313
"license": "MIT",
14-
"version": "0.3.2",
14+
"version": "0.4.0",
1515
"main": "./index.js",
1616
"types": "./index.d.ts",
1717
"sideEffects": false,

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.3 (2026-07-24)
2+
3+
### 🩹 Fixes
4+
5+
- **ci:** unblock npm publish under allow-directory=root ([92be8f7](https://github.com/sillsdev/EthnoLib/commit/92be8f7))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/find-language to 0.4.0
10+
111
## 0.2.2 (2026-06-23)
212

313
### 🩹 Fixes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"author": "SIL Global",
1010
"license": "MIT",
11-
"version": "0.2.2",
11+
"version": "0.2.3",
1212
"main": "./index.js",
1313
"types": "./index.d.ts",
1414
"scripts": {
@@ -19,7 +19,7 @@
1919
"lint": "eslint ."
2020
},
2121
"dependencies": {
22-
"@ethnolib/find-language": "0.3.2",
22+
"@ethnolib/find-language": "0.4.0",
2323
"@ethnolib/state-management-core": "0.2.2"
2424
},
2525
"devDependencies": {

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.3.3 (2026-07-24)
2+
3+
### 🩹 Fixes
4+
5+
- **ci:** unblock npm publish under allow-directory=root ([92be8f7](https://github.com/sillsdev/EthnoLib/commit/92be8f7))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/find-language to 0.4.0
10+
111
## 0.3.2 (2026-06-23)
212

313
### 🩹 Fixes

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
@@ -11,7 +11,7 @@
1111
},
1212
"author": "SIL Global",
1313
"license": "MIT",
14-
"version": "0.3.2",
14+
"version": "0.3.3",
1515
"main": "./index.js",
1616
"types": "./index.d.ts",
1717
"scripts": {
@@ -23,7 +23,7 @@
2323
"testonce": "nx vite:test --config vitest.config.ts --run"
2424
},
2525
"dependencies": {
26-
"@ethnolib/find-language": "0.3.2",
26+
"@ethnolib/find-language": "0.4.0",
2727
"fuse.js": "7.1.0",
2828
"iso-15924": "3.2.0",
2929
"iso-3166": "4.3.0"

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.4.0 (2026-07-24)
2+
3+
### 🚀 Features
4+
5+
- added rtl attribute to scripts ([f758c27](https://github.com/sillsdev/EthnoLib/commit/f758c27))
6+
7+
### 🩹 Fixes
8+
9+
- **ci:** unblock npm publish under allow-directory=root ([92be8f7](https://github.com/sillsdev/EthnoLib/commit/92be8f7))
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated @ethnolib/find-language to 0.4.0
14+
- Updated @ethnolib/language-chooser-react-hook to 0.3.3
15+
116
## 0.3.2 (2026-06-23)
217

318
### 🩹 Fixes

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"author": "SIL Global",
1313
"license": "MIT",
14-
"version": "0.3.2",
14+
"version": "0.4.0",
1515
"main": "./index.js",
1616
"types": "./index.d.ts",
1717
"exports": {
@@ -28,8 +28,8 @@
2828
"e2e": "playwright test"
2929
},
3030
"dependencies": {
31-
"@ethnolib/find-language": "0.3.2",
32-
"@ethnolib/language-chooser-react-hook": "0.3.2",
31+
"@ethnolib/find-language": "0.4.0",
32+
"@ethnolib/language-chooser-react-hook": "0.3.3",
3333
"lodash": "4.17.21",
3434
"react-lazyload": "3.2.1",
3535
"@mui/icons-material": "5.18.0"

components/language-chooser/svelte/language-chooser-svelte-daisyui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.2.3 (2026-07-24)
2+
3+
### 🩹 Fixes
4+
5+
- **ci:** unblock npm publish under allow-directory=root ([92be8f7](https://github.com/sillsdev/EthnoLib/commit/92be8f7))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ethnolib/find-language to 0.4.0
10+
- Updated @ethnolib/language-chooser-controller to 0.2.3
11+
112
## 0.2.2 (2026-06-23)
213

314
### 🩹 Fixes

components/language-chooser/svelte/language-chooser-svelte-daisyui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethnolib/language-chooser-svelte-daisyui",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/sillsdev/EthnoLib.git",
@@ -22,8 +22,8 @@
2222
"testonce": "nx vite:test --config vitest.config.ts --run"
2323
},
2424
"dependencies": {
25-
"@ethnolib/find-language": "0.3.2",
26-
"@ethnolib/language-chooser-controller": "0.2.2",
25+
"@ethnolib/find-language": "0.4.0",
26+
"@ethnolib/language-chooser-controller": "0.2.3",
2727
"@ethnolib/state-management-svelte": "0.2.2"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)