Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
ademers committed Mar 6, 2020
2 parents 5554251 + 5aad817 commit b90c9a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.1.0 - 2020-03-06
### Added
- Install Tailwind UI npm package.
- Install Alpine.js npm package.

### Changed
- Update Craft & plugins to latest versions.
- Update Tailwind CSS to 1.2.0.
- Update todos in readme.
- Replace Vue.js with Alpine.js as default JavaScript framework.

### Removed
- Uninstall Craft Imager plugin since no longer maintained.
- Uninstall laravel-mix-critical npm package.
- Uninstall @fullhuman/postcss-purgecss.

## 1.0.5 - 2019-11-29
### Changed
- Update Craft & plugins.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ A [Craft CMS](https://craftcms.com/) starter project by [Andrea DeMers](http://a

## Craft CMS Plugins
- [Contact Form](https://plugins.craftcms.com/contact-form)
- [Imager](https://plugins.craftcms.com/imager)
- [Mailgun](https://plugins.craftcms.com/mailgun)
- [Minify](https://plugins.craftcms.com/minify)
- [Redactor](https://plugins.craftcms.com/redactor)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"project"
],
"type": "project",
"version": "1.0.5",
"version": "1.1.0",
"license": "MIT",
"require": {
"craftcms/cms": "^3.4.9",
Expand Down

0 comments on commit b90c9a9

Please sign in to comment.