Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed May 10, 2020
1 parent c6786dc commit 5295fdd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/exreplay/averjs-tailwind/compare/v1.3.0...v2.0.0) (2020-05-10)


### ⚠ BREAKING CHANGES

* since tailwind version 1.4.0 there is purge integrated and the purgecss aver plugin is not needed anymore.

* refactor: removed purgecss config

* refactor: updated tailwind config template and enable purge

* docs: removed defaultExtractor docs

### Features

* resolve config ([#13](https://github.com/exreplay/averjs-tailwind/issues/13)) ([8526547](https://github.com/exreplay/averjs-tailwind/commit/8526547e30b707b1bdcf45c61460809e0e432b8a))


### Chore

* **deps:** bump acorn from 7.1.0 to 7.1.1 ([#10](https://github.com/exreplay/averjs-tailwind/issues/10)) ([20a0f91](https://github.com/exreplay/averjs-tailwind/commit/20a0f91b3fe8ae77e8960d2a02a727e1ef1f0c9a))
* **deps:** update all non-major dependencies ([#9](https://github.com/exreplay/averjs-tailwind/issues/9)) ([e276365](https://github.com/exreplay/averjs-tailwind/commit/e27636514918619937881805853845d102c7d046))
* **deps:** update dependency eslint to v7 ([#15](https://github.com/exreplay/averjs-tailwind/issues/15)) ([b4bcfca](https://github.com/exreplay/averjs-tailwind/commit/b4bcfcabe1365673e4fbd51928277a013b7d965f))
* **deps:** update dependency fs-extra to v9 ([#11](https://github.com/exreplay/averjs-tailwind/issues/11)) ([17e62a2](https://github.com/exreplay/averjs-tailwind/commit/17e62a28bfe93e9bebb5de1ba198121950019d31))
* **deps:** update dependency standard-version to v8 ([#12](https://github.com/exreplay/averjs-tailwind/issues/12)) ([48ef7b5](https://github.com/exreplay/averjs-tailwind/commit/48ef7b52a1e359a59a4ca592e4acb326711a7237))
* **deps:** update dependency tailwindcss to v1.4.6 ([#14](https://github.com/exreplay/averjs-tailwind/issues/14)) ([d4e838c](https://github.com/exreplay/averjs-tailwind/commit/d4e838c68546b14268717ab913488385260b1985))
* **release:** 2.0.0 ([2af8bc7](https://github.com/exreplay/averjs-tailwind/commit/2af8bc7edf482a19e5f1b3855d9b2376b0e06102))


### Code Refactoring

* remove purgecss config ([#18](https://github.com/exreplay/averjs-tailwind/issues/18)) ([c6786dc](https://github.com/exreplay/averjs-tailwind/commit/c6786dc6201d73ed27c7cc1967a3457acd049324))

## [1.3.0](https://github.com/exreplay/averjs-tailwind/compare/v1.2.0...v1.3.0) (2020-04-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/tailwind",
"version": "1.3.0",
"version": "2.0.0",
"description": "tailwind plugin for averjs",
"main": "lib/index.js",
"repository": "https://github.com/exreplay/averjs-tailwind.git",
Expand Down

0 comments on commit 5295fdd

Please # to comment.