Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @ethnolib/language-chooser-react-mui 0.0.17

- project: @ethnolib/language-chooser-react-hook 0.0.5
  • Loading branch information
Github Actions committed Nov 7, 2024
1 parent cc12a72 commit f650259
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.5 (2024-11-07)


### 🩹 Fixes

- preload search string, more demos ([d0a387f](https://github.com/sillsdev/EthnoLib/commit/d0a387f))

## 0.0.4 (2024-11-06)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A React hook providing the logic for a language chooser",
"author": "SIL Global",
"license": "MIT",
"version": "0.0.4",
"version": "0.0.5",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.17 (2024-11-07)


### 🩹 Fixes

- preload search string, more demos ([d0a387f](https://github.com/sillsdev/EthnoLib/commit/d0a387f))


### 🧱 Updated Dependencies

- Updated @ethnolib/language-chooser-react-hook to 0.0.5

## 0.0.16 (2024-11-06)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A language chooser React component using MUI",
"author": "SIL Global",
"license": "MIT",
"version": "0.0.16",
"version": "0.0.17",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand All @@ -20,7 +20,7 @@
"lodash": "^4.17.21",
"react-lazyload": "^3.2.1",
"@ethnolib/find-language": "0.0.9",
"@ethnolib/language-chooser-react-hook": "0.0.4"
"@ethnolib/language-chooser-react-hook": "0.0.5"
},
"devDependencies": {
"@nx/storybook": "^19.8.0",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f650259

Please sign in to comment.