Skip to content

Commit aca4373

Browse files
author
Github Actions
committed
chore(release): publish
- project: @ethnolib/language-chooser-react-mui 0.1.18 - project: @ethnolib/language-chooser-react-hook 0.1.16 - project: @ethnolib/find-language 0.1.15
1 parent ca06f2c commit aca4373

File tree

7 files changed

+53
-13
lines changed

7 files changed

+53
-13
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.1.15 (2026-02-12)
2+
3+
### 🩹 Fixes
4+
5+
- trusted publishing ([ca06f2c](https://github.com/sillsdev/EthnoLib/commit/ca06f2c))
6+
- trusted publishing ([6dcb12d](https://github.com/sillsdev/EthnoLib/commit/6dcb12d))
7+
- trusted publishing ([3f9cb65](https://github.com/sillsdev/EthnoLib/commit/3f9cb65))
8+
- trusted publishing ([ce71384](https://github.com/sillsdev/EthnoLib/commit/ce71384))
9+
110
## 0.1.14 (2026-02-12)
211

312
### 🩹 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.1.14",
14+
"version": "0.1.15",
1515
"main": "./index.js",
1616
"types": "./index.d.ts",
1717
"sideEffects": false,

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.1.16 (2026-02-12)
2+
3+
### 🩹 Fixes
4+
5+
- trusted publishing ([ca06f2c](https://github.com/sillsdev/EthnoLib/commit/ca06f2c))
6+
- trusted publishing ([6dcb12d](https://github.com/sillsdev/EthnoLib/commit/6dcb12d))
7+
- trusted publishing ([3f9cb65](https://github.com/sillsdev/EthnoLib/commit/3f9cb65))
8+
- trusted publishing ([ce71384](https://github.com/sillsdev/EthnoLib/commit/ce71384))
9+
10+
### 🧱 Updated Dependencies
11+
12+
- Updated @ethnolib/find-language to 0.1.15
13+
114
## 0.1.15 (2026-02-12)
215

316
### 🩹 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.1.15",
14+
"version": "0.1.16",
1515
"main": "./index.js",
1616
"types": "./index.d.ts",
1717
"scripts": {
@@ -22,7 +22,7 @@
2222
"test": "nx vite:test --config vitest.config.ts"
2323
},
2424
"dependencies": {
25-
"@ethnolib/find-language": "0.1.14",
25+
"@ethnolib/find-language": "0.1.15",
2626
"fuse.js": "^7.0.0",
2727
"iso-15924": "^3.2.0",
2828
"iso-3166": "^4.3.0"

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.1.18 (2026-02-12)
2+
3+
### 🩹 Fixes
4+
5+
- trusted publishing ([ca06f2c](https://github.com/sillsdev/EthnoLib/commit/ca06f2c))
6+
- trusted publishing ([6dcb12d](https://github.com/sillsdev/EthnoLib/commit/6dcb12d))
7+
- trusted publishing ([3f9cb65](https://github.com/sillsdev/EthnoLib/commit/3f9cb65))
8+
- trusted publishing ([ce71384](https://github.com/sillsdev/EthnoLib/commit/ce71384))
9+
10+
### 🧱 Updated Dependencies
11+
12+
- Updated @ethnolib/language-chooser-react-hook to 0.1.16
13+
- Updated @ethnolib/find-language to 0.1.15
14+
115
## 0.1.17 (2026-02-12)
216

317
### 🩹 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.1.17",
14+
"version": "0.1.18",
1515
"main": "./index.js",
1616
"types": "./index.d.ts",
1717
"exports": {
@@ -26,8 +26,8 @@
2626
"e2e": "playwright test"
2727
},
2828
"dependencies": {
29-
"@ethnolib/find-language": "0.1.14",
30-
"@ethnolib/language-chooser-react-hook": "0.1.15",
29+
"@ethnolib/find-language": "0.1.15",
30+
"@ethnolib/language-chooser-react-hook": "0.1.16",
3131
"lodash": "^4.17.21",
3232
"react-lazyload": "^3.2.1",
3333
"@mui/icons-material": "^5.15.19"

package-lock.json

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

0 commit comments

Comments
 (0)