Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 28, 2022
1 parent a5030cc commit 6f53b56
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 1.0.1 (unreleased)
## 1.1.0 (2022-05-28)

### Feature

Expand Down
6 changes: 3 additions & 3 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ msgstr "Element"
msgid "Items"
msgstr "Elemente"

#: components/Body
#: components/DefaultBody
#: components/View
# defaultMessage: Please choose an existing content as source for this element
msgid "Please choose an existing content as source for this element"
Expand All @@ -57,7 +57,7 @@ msgstr "Bitte wählen sie einen existierenden Inhalt als Quelle für dieses Elem
msgid "Slider"
msgstr "Schieberegler"

#: components/Body
#: components/DefaultBody
#: components/schema
# defaultMessage: Source
msgid "Source"
Expand All @@ -68,7 +68,7 @@ msgstr "Quelle"
msgid "Title"
msgstr "Titel"

#: components/Body
#: components/DefaultBody
# defaultMessage: More info
msgid "moreInfo"
msgstr "Mehr Info"
6 changes: 3 additions & 3 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ msgstr ""
msgid "Items"
msgstr ""

#: components/Body
#: components/DefaultBody
#: components/View
# defaultMessage: Please choose an existing content as source for this element
msgid "Please choose an existing content as source for this element"
Expand All @@ -52,7 +52,7 @@ msgstr ""
msgid "Slider"
msgstr ""

#: components/Body
#: components/DefaultBody
#: components/schema
# defaultMessage: Source
msgid "Source"
Expand All @@ -63,7 +63,7 @@ msgstr ""
msgid "Title"
msgstr ""

#: components/Body
#: components/DefaultBody
# defaultMessage: More info
msgid "moreInfo"
msgstr ""
6 changes: 3 additions & 3 deletions locales/nl/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ msgstr "Item"
msgid "Items"
msgstr "Items"

#: components/Body
#: components/DefaultBody
#: components/View
# defaultMessage: Please choose an existing content as source for this element
msgid "Please choose an existing content as source for this element"
Expand All @@ -56,7 +56,7 @@ msgstr "Kies een bestaand item als bron voor dit element"
msgid "Slider"
msgstr "Slider"

#: components/Body
#: components/DefaultBody
#: components/schema
# defaultMessage: Source
msgid "Source"
Expand All @@ -67,7 +67,7 @@ msgstr "Bron"
msgid "Title"
msgstr "Titel"

#: components/Body
#: components/DefaultBody
# defaultMessage: More info
msgid "moreInfo"
msgstr "Meer info"
8 changes: 4 additions & 4 deletions locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2022-04-04T12:58:37.340Z\n"
"POT-Creation-Date: 2022-05-28T07:49:32.740Z\n"
"Last-Translator: Plone i18n <[email protected]>\n"
"Language-Team: Plone i18n <[email protected]>\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -43,7 +43,7 @@ msgstr ""
msgid "Items"
msgstr ""

#: components/Body
#: components/DefaultBody
#: components/View
# defaultMessage: Please choose an existing content as source for this element
msgid "Please choose an existing content as source for this element"
Expand All @@ -54,7 +54,7 @@ msgstr ""
msgid "Slider"
msgstr ""

#: components/Body
#: components/DefaultBody
#: components/schema
# defaultMessage: Source
msgid "Source"
Expand All @@ -65,7 +65,7 @@ msgstr ""
msgid "Title"
msgstr ""

#: components/Body
#: components/DefaultBody
# defaultMessage: More info
msgid "moreInfo"
msgstr ""
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-slider-block",
"version": "1.0.0",
"version": "1.1.0",
"description": "volto-slider-block: Volto add-on",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit 6f53b56

Please sign in to comment.