Skip to content

Commit 6974266

Browse files
committed
chore(release): publish v6.1.4
1 parent 8feddc7 commit 6974266

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.4](https://github.com/swashata/wp-webpack-script/compare/v6.1.3...v6.1.4) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* disable react refresh in babel loader if optimized for gutenberg ([8feddc7](https://github.com/swashata/wp-webpack-script/commit/8feddc751428b9281651ecf6fcc9d3cc9b250f48))
12+
13+
14+
15+
16+
617
## [6.1.3](https://github.com/swashata/wp-webpack-script/compare/v6.1.2...v6.1.3) (2021-04-29)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.1.3",
5+
"version": "6.1.4",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"registry": "https://registry.npmjs.org/",

packages/scripts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.4](https://github.com/swashata/wp-webpack-script/compare/v6.1.3...v6.1.4) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* disable react refresh in babel loader if optimized for gutenberg ([8feddc7](https://github.com/swashata/wp-webpack-script/commit/8feddc751428b9281651ecf6fcc9d3cc9b250f48))
12+
13+
14+
15+
16+
617
## [6.1.3](https://github.com/swashata/wp-webpack-script/compare/v6.1.2...v6.1.3) (2021-04-29)
718

819

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "6.1.3",
3+
"version": "6.1.4",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",

0 commit comments

Comments
 (0)