Skip to content

Commit 005a841

Browse files
committed
Release 1.2.1
1 parent 8deb40b commit 005a841

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.2.1](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.0...1.2.1)
8+
9+
- fix(loader): Remove enforce: `pre` artifact, breaks template ordering [`8deb40b`](https://github.com/windicss/webpack-windicss-plugin/commit/8deb40b355ea42023b3afcb7c590fa8a199bc6ff)
10+
711
#### [1.2.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.1.2...1.2.0)
812

13+
> 24 June 2021
14+
915
- Support @apply in @import'ed CSS files [`#82`](https://github.com/windicss/webpack-windicss-plugin/pull/82)
1016
- chore(examples): add example for storybook and vue3 [`3835f42`](https://github.com/windicss/webpack-windicss-plugin/commit/3835f425279a6ba2605c666579d663f0c892bdb8)
1117
- chore(tests): no snapshots to fix windows CI new line bug [`943ceec`](https://github.com/windicss/webpack-windicss-plugin/commit/943ceece803695a69e03bb4aad900dee9637a18a)
12-
- chore(doc): fix inline doc for pitcher [`8c1c204`](https://github.com/windicss/webpack-windicss-plugin/commit/8c1c2043b82e970977caf34f488630d58238cbc0)
18+
- Release 1.2.0 [`65a1c69`](https://github.com/windicss/webpack-windicss-plugin/commit/65a1c69490940339112e96d28b3a3eaa0b3ce4db)
1319

1420
#### [1.1.2](https://github.com/windicss/webpack-windicss-plugin/compare/1.1.1...1.1.2)
1521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windicss-webpack-plugin",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"author": {
66
"name": "Harlan Wilton",

0 commit comments

Comments
 (0)