From a93980aec45a1e644123a1d05fda3f134ec300a4 Mon Sep 17 00:00:00 2001 From: Andrea DeMers Date: Thu, 29 Oct 2020 18:37:40 -0400 Subject: [PATCH] Version 1.2.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 498e3b5..67bf238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.2.1 2020-10-29 +### Added +- Add *Sprigified* Craft contact form. +- Add Tailwind CSS typography plugin classes. +- Add support for upcoming Tailwind CSS 2.x. + +### Changed +- Rename navbar template. +- Update Twigpack plugin to 1.2.6. +- Update Sprig plugint to 1.0.3. +- Update SEOmatic plugin to 3.3.22. +- Update Redactor plugin to 2.8.3. +- Update Craft to 3.5.14. +- Update Alpine JS to 2.7.3. +- Update laravel-mix to 5.0.7. +- Update browser-sync to 2.26.13. +- Update vue-template-compiler to 2.6.12. +- Update tailwindcss to 1.9.6. + +### Fixed +- Fix SVG FOUC. + ## 1.2.0 2020-07-24 ### Added - Install Sprig plugin 1.0.0-beta.9. diff --git a/composer.json b/composer.json index d73fe21..5aa9ac3 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "project" ], "type": "project", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "require": { "craftcms/cms": "3.5.14",