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 Jan 15, 2019
1 parent 8263c59 commit 0d86717
Show file tree
Hide file tree
Showing 28 changed files with 206 additions and 39 deletions.
22 changes: 22 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,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)


### Bug Fixes

* **deps:** update dependency postcss-preset-env to v6.5.0 ([534a077](https://github.com/thc-tools/webpack-laboratory/commit/534a077))
* **deps:** update dependency webpack to v4.28.3 ([9e7354f](https://github.com/thc-tools/webpack-laboratory/commit/9e7354f))
* **deps:** update dependency webpack-cli to v3.2.0 ([14b0bbd](https://github.com/thc-tools/webpack-laboratory/commit/14b0bbd))
* forgot to remove import in template ([1f005e3](https://github.com/thc-tools/webpack-laboratory/commit/1f005e3))


### Features

* **deps:** update dependency react-dev-utils to v7 ([2b36c28](https://github.com/thc-tools/webpack-laboratory/commit/2b36c28))
* **webpack-atom-js-react-css:** update dev-server conf ([80fa4dc](https://github.com/thc-tools/webpack-laboratory/commit/80fa4dc))
* **webpack-quark-hot-reload:** moving dev server files from atom to lib ([ea063a8](https://github.com/thc-tools/webpack-laboratory/commit/ea063a8))






# 1.0.0-beta.0 (2018-12-19)


Expand Down
24 changes: 12 additions & 12 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.0-beta.0",
"version": "1.0.0",
"description": "Ready to use webpack configuration, for React and CSS project",
"keywords": [
"react",
Expand Down Expand Up @@ -38,17 +38,17 @@
},
"dependencies": {
"@thc/babel-preset-react": "1.0.0",
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-quark-assets": "1.0.0-beta.0",
"@thc/webpack-quark-babel": "1.0.0-beta.0",
"@thc/webpack-quark-css": "1.0.0-beta.0",
"@thc/webpack-quark-entry": "1.0.0-beta.0",
"@thc/webpack-quark-dev-server": "1.0.0-beta.0",
"@thc/webpack-quark-html": "1.0.0-beta.0",
"@thc/webpack-quark-misc": "1.0.0-beta.0",
"@thc/webpack-quark-optimize": "1.0.0-beta.0",
"@thc/webpack-quark-output": "1.0.0-beta.0",
"@thc/webpack-quark-sourcemap": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"@thc/webpack-quark-assets": "1.0.0",
"@thc/webpack-quark-babel": "1.0.0",
"@thc/webpack-quark-css": "1.0.0",
"@thc/webpack-quark-dev-server": "1.0.0",
"@thc/webpack-quark-entry": "1.0.0",
"@thc/webpack-quark-html": "1.0.0",
"@thc/webpack-quark-misc": "1.0.0",
"@thc/webpack-quark-optimize": "1.0.0",
"@thc/webpack-quark-output": "1.0.0",
"@thc/webpack-quark-sourcemap": "1.0.0",
"cssnano": "4.1.8",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-import": "12.0.1",
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)


### Features

* **deps:** update dependency file-loader to v3 ([54adb84](https://github.com/thc-tools/webpack-laboratory/commit/54adb84))






# 1.0.0-beta.0 (2018-12-19)


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.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle assets",
"keywords": [
"thc-tools",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"file-loader": "3.0.1",
"url-loader": "1.1.2"
}
Expand Down
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)


### Features

* **deps:** update dependency cache-loader to v2 ([d86c947](https://github.com/thc-tools/webpack-laboratory/commit/d86c947))
* **deps:** update dependency thread-loader to v2 ([3a80e2b](https://github.com/thc-tools/webpack-laboratory/commit/3a80e2b))






# 1.0.0-beta.0 (2018-12-19)


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.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle babel",
"keywords": [
"webpack",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"babel-loader": "8.0.5",
"cache-loader": "2.0.1",
"thread-loader": "2.1.1"
Expand Down
18 changes: 18 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,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)


### Bug Fixes

* **deps:** update dependency mini-css-extract-plugin to v0.5.0 ([508af30](https://github.com/thc-tools/webpack-laboratory/commit/508af30))


### Features

* **deps:** update dependency css-loader to v2 ([88beebb](https://github.com/thc-tools/webpack-laboratory/commit/88beebb))
* **webpack-quark-css:** adding cssLoaderOptions option ([6dae01b](https://github.com/thc-tools/webpack-laboratory/commit/6dae01b))






# 1.0.0-beta.0 (2018-12-19)


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.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle CSS",
"keywords": [
"webpack",
Expand Down Expand Up @@ -36,7 +36,7 @@
"webpack": "^4.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"css-loader": "2.1.0",
"mini-css-extract-plugin": "0.5.0",
"postcss-loader": "3.0.0",
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2019-01-15)

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






# 1.0.0-beta.0 (2018-12-19)

### Bug Fixes
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.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle hot reload",
"keywords": [
"webpack",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"react-dev-utils": "7.0.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)

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






# 1.0.0-beta.0 (2018-12-19)


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.0-beta.0",
"version": "1.0.0",
"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-beta.0"
"@thc/webpack-chemistry": "1.0.0"
},
"peerDependencies": {
"webpack": "^4.0.0"
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)

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






# 1.0.0-beta.0 (2018-12-19)


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.0-beta.0",
"version": "1.0.0",
"description": "Webpack block to handle HTML index",
"keywords": [
"thc-tools",
Expand Down Expand Up @@ -39,7 +39,7 @@
"webpack": "^4.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"html-webpack-plugin": "3.2.0"
}
}
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)

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






# 1.0.0-beta.0 (2018-12-19)


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.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle various webpack options",
"keywords": [
"webpack",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"webpack-bundle-analyzer": "3.0.3"
}
Expand Down
18 changes: 18 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,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)


### Bug Fixes

* **deps:** update dependency uglifyjs-webpack-plugin to v2.1.1 ([ed258a9](https://github.com/thc-tools/webpack-laboratory/commit/ed258a9))


### Features

* **webpack-quark-optimize:** extract license comment to LICENSE file ([66dbaca](https://github.com/thc-tools/webpack-laboratory/commit/66dbaca))
* **webpack-quark-optimize:** using Terser, adapting options ([335d1d1](https://github.com/thc-tools/webpack-laboratory/commit/335d1d1))






# 1.0.0-beta.0 (2018-12-19)


Expand Down
4 changes: 2 additions & 2 deletions 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.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle optimization",
"keywords": [
"webpack",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webpack": "^4.0.0"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"terser-webpack-plugin": "1.2.1"
}
}
9 changes: 9 additions & 0 deletions packages/quarks/webpack-quark-output/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/thc-tools/webpack-laboratory/compare/@thc/[email protected]...@thc/[email protected]) (2019-01-15)

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






# 1.0.0-beta.0 (2018-12-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thc/webpack-quark-output",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"description": "Basic webpack block to handle ouput from webpack",
"keywords": [
"webpack",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.0-beta.0",
"@thc/webpack-chemistry": "1.0.0",
"clean-webpack-plugin": "1.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0d86717

Please sign in to comment.