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.6
 - @thc/webpack-atom-js-react-scss@1.0.1-beta.6
 - @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.4
 - @thc/webpack-quark-entry@1.0.1-beta.2
 - @thc/webpack-quark-html@1.0.1-beta.2
 - @thc/webpack-quark-misc@1.0.1-beta.1
 - @thc/webpack-quark-optimize@1.0.1-beta.1
 - @thc/webpack-quark-output@1.0.1-beta.1
 - @thc/webpack-quark-scss@1.0.1-beta.1
 - @thc/webpack-quark-sourcemap@1.0.1-beta.1
 - @thc/webpack-quark-typescript@1.0.1-beta.1
 - @thc/webpack-chemistry@1.0.1-beta.0
  • Loading branch information
Hartorn committed Nov 22, 2020
1 parent 9c4790c commit ac85954
Show file tree
Hide file tree
Showing 30 changed files with 215 additions and 53 deletions.
11 changes: 11 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,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.6](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-atom-js-react-css@1.0.1-beta.5...@thc/webpack-atom-js-react-css@1.0.1-beta.6) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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

**Note:** Version bump only for package @thc/webpack-atom-js-react-css
Expand Down
26 changes: 13 additions & 13 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.5",
"version": "1.0.1-beta.6",
"description": "Ready to use webpack configuration, for React and CSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -38,24 +38,24 @@
},
"dependencies": {
"@thc/babel-preset-react": "1.1.0-alpha.6",
"@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-css": "1.0.1-beta.0",
"@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",
"@thc/webpack-quark-optimize": "1.0.1-beta.0",
"@thc/webpack-quark-output": "1.0.1-beta.0",
"@thc/webpack-quark-sourcemap": "1.0.1-beta.0",
"@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-css": "1.0.1-beta.1",
"@thc/webpack-quark-dev-server": "1.0.1-beta.4",
"@thc/webpack-quark-entry": "1.0.1-beta.2",
"@thc/webpack-quark-html": "1.0.1-beta.2",
"@thc/webpack-quark-misc": "1.0.1-beta.1",
"@thc/webpack-quark-optimize": "1.0.1-beta.1",
"@thc/webpack-quark-output": "1.0.1-beta.1",
"@thc/webpack-quark-sourcemap": "1.0.1-beta.1",
"cssnano": "4.1.10",
"postcss-flexbugs-fixes": "5.0.1",
"postcss-import": "13.0.0",
"postcss-mixins": "7.0.1",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"webpack": "4.44.2",
"webpack": "4.44.2",
"webpack-cli": "4.2.0"
}
}
11 changes: 11 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,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.6](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-atom-js-react-scss@1.0.1-beta.5...@thc/webpack-atom-js-react-scss@1.0.1-beta.6) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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

**Note:** Version bump only for package @thc/webpack-atom-js-react-scss
Expand Down
26 changes: 13 additions & 13 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.5",
"version": "1.0.1-beta.6",
"description": "Ready to use webpack configuration, for React and SCSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -38,24 +38,24 @@
},
"dependencies": {
"@thc/babel-preset-react": "1.1.0-alpha.6",
"@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.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",
"@thc/webpack-quark-optimize": "1.0.1-beta.0",
"@thc/webpack-quark-output": "1.0.1-beta.0",
"@thc/webpack-quark-scss": "1.0.1-beta.0",
"@thc/webpack-quark-sourcemap": "1.0.1-beta.0",
"@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.4",
"@thc/webpack-quark-entry": "1.0.1-beta.2",
"@thc/webpack-quark-html": "1.0.1-beta.2",
"@thc/webpack-quark-misc": "1.0.1-beta.1",
"@thc/webpack-quark-optimize": "1.0.1-beta.1",
"@thc/webpack-quark-output": "1.0.1-beta.1",
"@thc/webpack-quark-scss": "1.0.1-beta.1",
"@thc/webpack-quark-sourcemap": "1.0.1-beta.1",
"cssnano": "4.1.10",
"postcss-flexbugs-fixes": "5.0.1",
"postcss-import": "13.0.0",
"postcss-mixins": "7.0.1",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"webpack": "4.44.2",
"webpack": "4.44.2",
"webpack-cli": "4.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-assets/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.1](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-assets@1.0.1-beta.0...@thc/webpack-quark-assets@1.0.1-beta.1) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-assets",
"version": "1.0.1-beta.0",
"version": "1.0.1-beta.1",
"description": "Basic webpack block to handle assets",
"keywords": [
"thc-tools",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.44.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-chemistry": "1.0.1-beta.0",
"file-loader": "6.2.0",
"url-loader": "4.1.1"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-babel/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.1](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-babel@1.0.1-beta.0...@thc/webpack-quark-babel@1.0.1-beta.1) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-babel",
"version": "1.0.1-beta.0",
"version": "1.0.1-beta.1",
"description": "Basic webpack block to handle babel",
"keywords": [
"webpack",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.44.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-chemistry": "1.0.1-beta.0",
"babel-loader": "8.2.1",
"cache-loader": "4.1.0",
"thread-loader": "3.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-css/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.1](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-css@1.0.1-beta.0...@thc/webpack-quark-css@1.0.1-beta.1) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-css",
"version": "1.0.1-beta.0",
"version": "1.0.1-beta.1",
"description": "Basic webpack block to handle CSS",
"keywords": [
"webpack",
Expand Down Expand Up @@ -36,7 +36,7 @@
"webpack": "^4.44.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-chemistry": "1.0.1-beta.0",
"css-loader": "5.0.1",
"mini-css-extract-plugin": "1.3.0",
"postcss-loader": "4.0.4",
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.4](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-dev-server@1.0.1-beta.3...@thc/webpack-quark-dev-server@1.0.1-beta.4) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 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.3",
"version": "1.0.1-beta.4",
"description": "Basic webpack block to handle hot reload",
"keywords": [
"webpack",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-chemistry": "1.0.1-beta.0",
"react-dev-utils": "11.0.0",
"webpack-dev-server": "3.11.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-entry/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-entry@1.0.1-beta.1...@thc/webpack-quark-entry@1.0.1-beta.2) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-entry",
"version": "1.0.1-beta.1",
"version": "1.0.1-beta.2",
"description": "Basic webpack block to handle entries",
"keywords": [
"thc-tools",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0"
"@thc/webpack-chemistry": "1.0.1-beta.0"
},
"peerDependencies": {
"webpack": "^4.44.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/quarks/webpack-quark-html/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-html@1.0.1-beta.1...@thc/webpack-quark-html@1.0.1-beta.2) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-html",
"version": "1.0.1-beta.1",
"version": "1.0.1-beta.2",
"description": "Webpack block to handle HTML index",
"keywords": [
"thc-tools",
Expand Down Expand Up @@ -39,7 +39,7 @@
"webpack": "^4.44.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-chemistry": "1.0.1-beta.0",
"html-webpack-plugin": "4.5.0"
}
}
11 changes: 11 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,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.1](https://github.com/thc-tools/webpack-laboratory/compare/@thc/webpack-quark-misc@1.0.1-beta.0...@thc/webpack-quark-misc@1.0.1-beta.1) (2020-11-22)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.0.1-beta.1",
"description": "Basic webpack block to handle various webpack options",
"keywords": [
"webpack",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.44.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-chemistry": "1.0.1-beta.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"webpack-bundle-analyzer": "4.1.0"
}
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.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)


### Bug Fixes

* reverting to webpack 4 ([43014ff](https://github.com/thc-tools/webpack-laboratory/commit/43014ff414974067a60abf7733fff2444f244dc5))





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


Expand Down
Loading

0 comments on commit ac85954

Please sign in to comment.