From 4d32f001e355fdbcf1a8e5026f118aa96b79d603 Mon Sep 17 00:00:00 2001 From: SaschaHannes Date: Mon, 8 Jan 2018 15:37:26 +0100 Subject: [PATCH 1/2] Remove duplicated colon in libraries.yml --- .../degov_social_media_settings.libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degov_social_media_settings/degov_social_media_settings.libraries.yml b/degov_social_media_settings/degov_social_media_settings.libraries.yml index 7c306383..24dd451e 100644 --- a/degov_social_media_settings/degov_social_media_settings.libraries.yml +++ b/degov_social_media_settings/degov_social_media_settings.libraries.yml @@ -2,7 +2,7 @@ process: js: js/process.js: {} css: - theme:: + theme: css/style.css: {} dependencies: - core/jquery From b323b47af77cf6fb88ed421a3a0a77c6397d760a Mon Sep 17 00:00:00 2001 From: SaschaHannes Date: Mon, 8 Jan 2018 15:40:07 +0100 Subject: [PATCH 2/2] Updated changelog file --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6a9117..f05d2e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.14.2] - 05-01-2018 +### Fixed +- Removed duplicated colon in libraries.yml + ## [1.14.1] - 05-01-2018 ### Fixed - Simplenews newsletter plain text view modes.