Skip to content

Commit

Permalink
chore: release and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Nov 21, 2020
1 parent 01e5022 commit b16282b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/atoms/webpack-atom-js-react-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-beta.5](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2020-11-21)

**Note:** Version bump only for package @thc/webpack-atom-js-react-css





## [1.0.1-beta.4](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2020-11-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/atoms/webpack-atom-js-react-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-atom-js-react-css",
"version": "1.0.1-beta.4",
"version": "1.0.1-beta.5",
"description": "Ready to use webpack configuration, for React and CSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thc/webpack-quark-assets": "1.0.1-beta.0",
"@thc/webpack-quark-babel": "1.0.1-beta.0",
"@thc/webpack-quark-css": "1.0.1-beta.0",
"@thc/webpack-quark-dev-server": "1.0.1-beta.2",
"@thc/webpack-quark-dev-server": "1.0.1-beta.3",
"@thc/webpack-quark-entry": "1.0.1-beta.1",
"@thc/webpack-quark-html": "1.0.1-beta.1",
"@thc/webpack-quark-misc": "1.0.1-beta.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/atoms/webpack-atom-js-react-scss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-beta.5](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2020-11-21)

**Note:** Version bump only for package @thc/webpack-atom-js-react-scss





## [1.0.1-beta.4](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2020-11-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/atoms/webpack-atom-js-react-scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-atom-js-react-scss",
"version": "1.0.1-beta.4",
"version": "1.0.1-beta.5",
"description": "Ready to use webpack configuration, for React and SCSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-quark-assets": "1.0.1-beta.0",
"@thc/webpack-quark-babel": "1.0.1-beta.0",
"@thc/webpack-quark-dev-server": "1.0.1-beta.2",
"@thc/webpack-quark-dev-server": "1.0.1-beta.3",
"@thc/webpack-quark-entry": "1.0.1-beta.1",
"@thc/webpack-quark-html": "1.0.1-beta.1",
"@thc/webpack-quark-misc": "1.0.1-beta.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-beta.3](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2020-11-21)


### Features

* adding react refresh ([a896332](https://github.com/thc-tools/webpack-laboratory/commit/a896332bf3953e27ba5db363d1ee3270ddf629b5))





## [1.0.1-beta.2](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2020-11-21)


Expand Down
8 changes: 4 additions & 4 deletions packages/quarks/webpack-quark-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-dev-server",
"version": "1.0.1-beta.2",
"version": "1.0.1-beta.3",
"description": "Basic webpack block to handle hot reload",
"keywords": [
"webpack",
Expand Down Expand Up @@ -32,12 +32,12 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@thc/webpack-chemistry": "1.0.0",
"react-dev-utils": "11.0.0",
"webpack-dev-server": "3.11.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3"
"webpack-dev-server": "3.11.0"
},
"peerDependencies": {
"webpack": "^5.0.0"
}
}
}

0 comments on commit b16282b

Please sign in to comment.