Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 9, 2021
1 parent 6657c46 commit 73d0633
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [1.3.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.5...1.3.0)

- fix(hmr): invalidate module with virtual module content, fixes #86 [`#86`](https://github.com/windicss/webpack-windicss-plugin/issues/86)
- chore(examples): misc playing around changes [`6657c46`](https://github.com/windicss/webpack-windicss-plugin/commit/6657c461955e4df3023ffe8f331a2dabd9c2ea57)
- chore(examples): fix dodgy jsx className's [`698e8fd`](https://github.com/windicss/webpack-windicss-plugin/commit/698e8fdc1e93dda4958602078251670d0d2abfde)

#### [1.2.5](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.4...1.2.5)

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "windicss-webpack-plugin",
"version": "1.2.5",
"version": "1.3.0",
"license": "MIT",
"author": {
"name": "Harlan Wilton",
Expand All @@ -22,7 +22,7 @@
"test": "set DEBUG=windicss* && jest --coverage",
"lint": "eslint --fix --ext .ts,.js,.vue .",
"release": "dotenv release-it --",
"dev:craco": "yarn build && cd example/craco && yarn start",
"dev:craco": "yarn build && cd example/craco && yarn start",
"dev:svelte": "yarn build && cd example/svelte && yarn dev",
"dev:next": "yarn build && cd example/next && yarn dev",
"dev:nuxt": "yarn build && cd example/nuxt && yarn dev",
Expand Down

0 comments on commit 73d0633

Please sign in to comment.