Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit c6de181

Browse files
committed
Bump version to v1.0.1
1 parent cdb875b commit c6de181

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# Change Log
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
4-
## Notice
5-
This project is still in an early stage. Before version 1.0.0 is reached, there might be breaking changes with minor versions.
64

5+
## v1.0.1
6+
Made a small refactor so we don't have to mirror Tailwind's internal structure.
7+
8+
### Internal changes
9+
* Updated devDependencies
10+
* Make published files explicit
11+
12+
## v1.0.0
13+
### Breaking change
14+
From v1.0.0 onwards only Tailwindcss 3.x is supported. If you are stuck to tailwindcss 2.x, you can keep using a version v0.4.0 without any issues.
15+
16+
### Bug fixes
17+
Make sure Tailwind rebuilds css when file in content changes (#132)
18+
19+
### Internal changes
20+
Internal dependencies were updated to their latest versions
721
## v0.4.0
822

923
Adds support for tailwindcss 3.x [#92](https://github.com/robbevp/postcss-multiple-tailwind/pull/92) [#93](https://github.com/robbevp/postcss-multiple-tailwind/pull/93)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-multiple-tailwind",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "PostCSS plugin to process multiple tailwindcss configs",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)