diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aae7734..9080ff49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ These changes only affect new installations. For changes that are applied on every Romanesco update, check the data extract [changelog](_romanesco/CHANGELOG.md). +## Romanesco Soil v2.1.1 +Released on January 29, 2020 + +> Patterns: 0.15.1-pl +> Backyard: 0.10.2-pl + +- [Gulp] Switch to SwiperJS in assets build process + ## Romanesco Soil v2.1.0 Released on January 14, 2020 diff --git a/semantic.json b/semantic.json index f11935a8..f29b3be4 100755 --- a/semantic.json +++ b/semantic.json @@ -18,6 +18,45 @@ "permission": false, "autoInstall": true, "rtl": "No", - "components": ["reset", "site", "button", "container", "divider", "header", "icon", "image", "input", "label", "list", "reveal", "segment", "breadcrumb", "form", "grid", "menu", "message", "table", "card", "comment", "feed", "item", "statistic", "accordion", "checkbox", "dimmer", "dropdown", "embed", "popup", "rating", "search", "sidebar", "sticky", "tab", "transition", "form", "visibility"], + "components": [ + "reset", + "site", + "button", + "container", + "divider", + "header", + "icon", + "image", + "input", + "label", + "list", + "reveal", + "segment", + "breadcrumb", + "form", + "grid", + "menu", + "message", + "table", + "card", + "comment", + "feed", + "item", + "statistic", + "accordion", + "checkbox", + "dimmer", + "dropdown", + "embed", + "popup", + "rating", + "search", + "sidebar", + "sticky", + "tab", + "transition", + "form", + "visibility" + ], "version": "2.8.3" } \ No newline at end of file