Skip to content

Commit

Permalink
Merge pull request #597 from ds-wizard/hotfix/3.18.3
Browse files Browse the repository at this point in the history
Hotfix 3.18.3
  • Loading branch information
janslifka authored Dec 2, 2022
2 parents f6ef8f3 + f251248 commit afba8e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine-frontend",
"version": "3.18.2",
"version": "3.18.3",
"repository": "https://github.com/ds-wizard/engine-frontend",
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion vendor/Gettext.elm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ ngettext ( singular, plural ) n lang =
Just options ->
case List.getAt pluralIndex options of
Just message ->
message
if String.isEmpty message then
default

else
message

Nothing ->
default
Expand Down
2 changes: 1 addition & 1 deletion wizard-style-builder/package-lock.json

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

2 changes: 1 addition & 1 deletion wizard-style-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wizard-style-builder",
"version": "3.18.2",
"version": "3.18.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit afba8e5

Please sign in to comment.