Skip to content

Commit

Permalink
chore: release and publish
Browse files Browse the repository at this point in the history
 - @thc/webpack-atom-js-react-css@1.0.1-beta.10
 - @thc/webpack-atom-js-react-scss@1.0.1-beta.10
 - @thc/webpack-quark-dev-server@1.0.1-beta.7
 - @thc/webpack-quark-misc@1.0.1-beta.4
 - @thc/webpack-quark-optimize@1.0.1-beta.2
  • Loading branch information
Hartorn committed Nov 22, 2020
1 parent de5ab9d commit 8648637
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 11 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.10](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-atom-js-react-css@1.0.1-beta.9...@thc/webpack-atom-js-react-css@1.0.1-beta.10) (2020-11-22)

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





## [1.0.1-beta.9](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-atom-js-react-css@1.0.1-beta.8...@thc/webpack-atom-js-react-css@1.0.1-beta.9) (2020-11-22)

**Note:** Version bump only for package @thc/webpack-atom-js-react-css
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "1.0.1-beta.10",
"description": "Ready to use webpack configuration, for React and CSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -42,11 +42,11 @@
"@thc/webpack-quark-assets": "1.0.1-beta.1",
"@thc/webpack-quark-babel": "1.0.1-beta.1",
"@thc/webpack-quark-css": "1.0.1-beta.1",
"@thc/webpack-quark-dev-server": "1.0.1-beta.6",
"@thc/webpack-quark-dev-server": "1.0.1-beta.7",
"@thc/webpack-quark-entry": "1.0.1-beta.3",
"@thc/webpack-quark-html": "1.0.1-beta.2",
"@thc/webpack-quark-misc": "1.0.1-beta.3",
"@thc/webpack-quark-optimize": "1.0.1-beta.1",
"@thc/webpack-quark-misc": "1.0.1-beta.4",
"@thc/webpack-quark-optimize": "1.0.1-beta.2",
"@thc/webpack-quark-output": "1.0.1-beta.2",
"@thc/webpack-quark-sourcemap": "1.0.1-beta.1",
"cssnano": "4.1.10",
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.10](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-atom-js-react-scss@1.0.1-beta.9...@thc/webpack-atom-js-react-scss@1.0.1-beta.10) (2020-11-22)

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





## [1.0.1-beta.9](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-atom-js-react-scss@1.0.1-beta.8...@thc/webpack-atom-js-react-scss@1.0.1-beta.9) (2020-11-22)

**Note:** Version bump only for package @thc/webpack-atom-js-react-scss
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "1.0.1-beta.10",
"description": "Ready to use webpack configuration, for React and SCSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -41,11 +41,11 @@
"@thc/webpack-chemistry": "1.0.1-beta.0",
"@thc/webpack-quark-assets": "1.0.1-beta.1",
"@thc/webpack-quark-babel": "1.0.1-beta.1",
"@thc/webpack-quark-dev-server": "1.0.1-beta.6",
"@thc/webpack-quark-dev-server": "1.0.1-beta.7",
"@thc/webpack-quark-entry": "1.0.1-beta.3",
"@thc/webpack-quark-html": "1.0.1-beta.2",
"@thc/webpack-quark-misc": "1.0.1-beta.3",
"@thc/webpack-quark-optimize": "1.0.1-beta.1",
"@thc/webpack-quark-misc": "1.0.1-beta.4",
"@thc/webpack-quark-optimize": "1.0.1-beta.2",
"@thc/webpack-quark-output": "1.0.1-beta.2",
"@thc/webpack-quark-scss": "1.0.1-beta.1",
"@thc/webpack-quark-sourcemap": "1.0.1-beta.1",
Expand Down
8 changes: 8 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,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.7](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-dev-server@1.0.1-beta.6...@thc/webpack-quark-dev-server@1.0.1-beta.7) (2020-11-22)

**Note:** Version bump only for package @thc/webpack-quark-dev-server





## [1.0.1-beta.6](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-dev-server@1.0.1-beta.5...@thc/webpack-quark-dev-server@1.0.1-beta.6) (2020-11-22)


Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.0.1-beta.7",
"description": "Basic webpack block to handle hot reload",
"keywords": [
"webpack",
Expand Down
8 changes: 8 additions & 0 deletions packages/quarks/webpack-quark-misc/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.4](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-misc@1.0.1-beta.3...@thc/webpack-quark-misc@1.0.1-beta.4) (2020-11-22)

**Note:** Version bump only for package @thc/webpack-quark-misc





## [1.0.1-beta.3](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-misc@1.0.1-beta.2...@thc/webpack-quark-misc@1.0.1-beta.3) (2020-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-misc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-misc",
"version": "1.0.1-beta.3",
"version": "1.0.1-beta.4",
"description": "Basic webpack block to handle various webpack options",
"keywords": [
"webpack",
Expand Down
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-optimize/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.2](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-optimize@1.0.1-beta.1...@thc/webpack-quark-optimize@1.0.1-beta.2) (2020-11-22)


### Bug Fixes

* downgrade terser ([de5ab9d](https://github.com/thc-tools/webpack-laboratory/commit/de5ab9d4091805dd8f6c72ae74dd26b2266ffd8c))





## [1.0.1-beta.1](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-optimize@1.0.1-beta.0...@thc/webpack-quark-optimize@1.0.1-beta.1) (2020-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/quarks/webpack-quark-optimize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-optimize",
"version": "1.0.1-beta.1",
"version": "1.0.1-beta.2",
"description": "Basic webpack block to handle optimization",
"keywords": [
"webpack",
Expand Down

0 comments on commit 8648637

Please sign in to comment.