Skip to content

Commit 73d0633

Browse files
committed
Release 1.3.0
1 parent 6657c46 commit 73d0633

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.3.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.5...1.3.0)
8+
9+
- fix(hmr): invalidate module with virtual module content, fixes #86 [`#86`](https://github.com/windicss/webpack-windicss-plugin/issues/86)
10+
- chore(examples): misc playing around changes [`6657c46`](https://github.com/windicss/webpack-windicss-plugin/commit/6657c461955e4df3023ffe8f331a2dabd9c2ea57)
11+
- chore(examples): fix dodgy jsx className's [`698e8fd`](https://github.com/windicss/webpack-windicss-plugin/commit/698e8fdc1e93dda4958602078251670d0d2abfde)
12+
713
#### [1.2.5](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.4...1.2.5)
814

15+
> 8 July 2021
16+
17+
- Release 1.2.5 [`11e818a`](https://github.com/windicss/webpack-windicss-plugin/commit/11e818aa8c2da01ebb2ddb11557d8fc7f2967b38)
918
- chore(examples): disable eslint for next example [`80583a3`](https://github.com/windicss/webpack-windicss-plugin/commit/80583a38c61d7f106f4d51bce42efe4e0d1a39db)
1019
- fix(build): force virtual module loader to run first [`ab774df`](https://github.com/windicss/webpack-windicss-plugin/commit/ab774df5dcbba766a476892000e08fb08bd14e7a)
1120

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windicss-webpack-plugin",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"author": {
66
"name": "Harlan Wilton",
@@ -22,7 +22,7 @@
2222
"test": "set DEBUG=windicss* && jest --coverage",
2323
"lint": "eslint --fix --ext .ts,.js,.vue .",
2424
"release": "dotenv release-it --",
25-
"dev:craco": "yarn build && cd example/craco && yarn start",
25+
"dev:craco": "yarn build && cd example/craco && yarn start",
2626
"dev:svelte": "yarn build && cd example/svelte && yarn dev",
2727
"dev:next": "yarn build && cd example/next && yarn dev",
2828
"dev:nuxt": "yarn build && cd example/nuxt && yarn dev",

0 commit comments

Comments
 (0)