Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
chore: publish v0.20.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Jan 6, 2020
1 parent 5f9676d commit c3fd48b
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.2](https://github.com/farism/stylegator/compare/v0.20.1...v0.20.2) (2020-01-06)


### Bug Fixes

* **deps:** update dependency css-loader to v3.4.0 ([#607](https://github.com/farism/stylegator/issues/607)) ([5902b77](https://github.com/farism/stylegator/commit/5902b7721365e69118d53b9311c365b4d6d0c0e2))
* **deps:** update dependency css-loader to v3.4.1 ([#619](https://github.com/farism/stylegator/issues/619)) ([7fb348f](https://github.com/farism/stylegator/commit/7fb348f6d49e5525acb52d83d2d4af71d7456328))
* **deps:** update dependency style-loader to v1.1.1 ([#606](https://github.com/farism/stylegator/issues/606)) ([4f67fe2](https://github.com/farism/stylegator/commit/4f67fe2bfcc389bf8aad7941c0500451399a7840))
* **deps:** update dependency style-loader to v1.1.2 ([#614](https://github.com/farism/stylegator/issues/614)) ([d60c1b0](https://github.com/farism/stylegator/commit/d60c1b0ab7021ae243d24160b5895a48273dc76c))
* **deps:** update dependency webpack to v4.41.4 ([#610](https://github.com/farism/stylegator/issues/610)) ([d3162d9](https://github.com/farism/stylegator/commit/d3162d9ad469fd4d3ff185ab1fc0ab0add8f98a5))
* **deps:** update dependency webpack to v4.41.5 ([#616](https://github.com/farism/stylegator/issues/616)) ([08a458d](https://github.com/farism/stylegator/commit/08a458d5e7c50f5a94ff6e0c37405ba3c38825ba))
* **deps:** update dependency webpack-dev-server to v3.10.1 ([#608](https://github.com/farism/stylegator/issues/608)) ([0d00575](https://github.com/farism/stylegator/commit/0d005752636db53c43822f7e668429719bf53011))
* **deps:** update dependency yargs to v15.1.0 ([#617](https://github.com/farism/stylegator/issues/617)) ([769417c](https://github.com/farism/stylegator/commit/769417cc04fedfb1b4f5f9442076b0537ec6c207))
* don't catch error to handle ie11 bugs ([9accfba](https://github.com/farism/stylegator/commit/9accfba30de01ec3605b1c4b6dc316664cbce6bb))





## [0.20.1](https://github.com/farism/stylegator/compare/v0.20.0...v0.20.1) (2019-12-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.20.1",
"version": "0.20.2",
"npmClient": "yarn",
"parallel": true,
"message": "chore: publish %s [ci skip]",
Expand Down
11 changes: 11 additions & 0 deletions packages/app/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.

## [0.20.2](https://github.com/farism/stylegator/compare/v0.20.1...v0.20.2) (2020-01-06)


### Bug Fixes

* don't catch error to handle ie11 bugs ([9accfba](https://github.com/farism/stylegator/commit/9accfba30de01ec3605b1c4b6dc316664cbce6bb))





## [0.20.1](https://github.com/farism/stylegator/compare/v0.20.0...v0.20.1) (2019-12-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylegator/app",
"version": "0.20.1",
"version": "0.20.2",
"description": "styleguide static generator for html and js",
"main": "lib/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.

## [0.20.2](https://github.com/farism/stylegator/compare/v0.20.1...v0.20.2) (2020-01-06)


### Bug Fixes

* **deps:** update dependency yargs to v15.1.0 ([#617](https://github.com/farism/stylegator/issues/617)) ([769417c](https://github.com/farism/stylegator/commit/769417cc04fedfb1b4f5f9442076b0537ec6c207))





## [0.20.1](https://github.com/farism/stylegator/compare/v0.20.0...v0.20.1) (2019-12-17)

**Note:** Version bump only for package @stylegator/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylegator/cli",
"version": "0.20.1",
"version": "0.20.2",
"description": "Stylegator CLI tool",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@stylegator/core": "0.20.1",
"@stylegator/core": "0.20.2",
"conventional-changelog-cli": "2.0.31",
"conventional-recommended-bump": "6.0.5",
"find-up": "4.1.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.2](https://github.com/farism/stylegator/compare/v0.20.1...v0.20.2) (2020-01-06)


### Bug Fixes

* **deps:** update dependency css-loader to v3.4.0 ([#607](https://github.com/farism/stylegator/issues/607)) ([5902b77](https://github.com/farism/stylegator/commit/5902b7721365e69118d53b9311c365b4d6d0c0e2))
* **deps:** update dependency css-loader to v3.4.1 ([#619](https://github.com/farism/stylegator/issues/619)) ([7fb348f](https://github.com/farism/stylegator/commit/7fb348f6d49e5525acb52d83d2d4af71d7456328))
* **deps:** update dependency style-loader to v1.1.1 ([#606](https://github.com/farism/stylegator/issues/606)) ([4f67fe2](https://github.com/farism/stylegator/commit/4f67fe2bfcc389bf8aad7941c0500451399a7840))
* **deps:** update dependency style-loader to v1.1.2 ([#614](https://github.com/farism/stylegator/issues/614)) ([d60c1b0](https://github.com/farism/stylegator/commit/d60c1b0ab7021ae243d24160b5895a48273dc76c))
* **deps:** update dependency webpack to v4.41.4 ([#610](https://github.com/farism/stylegator/issues/610)) ([d3162d9](https://github.com/farism/stylegator/commit/d3162d9ad469fd4d3ff185ab1fc0ab0add8f98a5))
* **deps:** update dependency webpack to v4.41.5 ([#616](https://github.com/farism/stylegator/issues/616)) ([08a458d](https://github.com/farism/stylegator/commit/08a458d5e7c50f5a94ff6e0c37405ba3c38825ba))
* **deps:** update dependency webpack-dev-server to v3.10.1 ([#608](https://github.com/farism/stylegator/issues/608)) ([0d00575](https://github.com/farism/stylegator/commit/0d005752636db53c43822f7e668429719bf53011))





## [0.20.1](https://github.com/farism/stylegator/compare/v0.20.0...v0.20.1) (2019-12-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylegator/core",
"version": "0.20.1",
"version": "0.20.2",
"description": "styleguide static generator for html and js",
"main": "lib/index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.

## [0.20.2](https://github.com/farism/stylegator/compare/v0.20.1...v0.20.2) (2020-01-06)

**Note:** Version bump only for package @stylegator/docs





## [0.20.1](https://github.com/farism/stylegator/compare/v0.20.0...v0.20.1) (2019-12-17)

**Note:** Version bump only for package @stylegator/docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@stylegator/docs",
"version": "0.20.1",
"version": "0.20.2",
"description": "Stylegator main package",
"main": "lib/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"prop-types-docs": "0.5.0",
"stylegator": "0.20.1"
"stylegator": "0.20.2"
},
"devDependencies": {
"husky": "3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylegator/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.

## [0.20.2](https://github.com/farism/stylegator/compare/v0.20.1...v0.20.2) (2020-01-06)

**Note:** Version bump only for package stylegator





## [0.20.1](https://github.com/farism/stylegator/compare/v0.20.0...v0.20.1) (2019-12-17)

**Note:** Version bump only for package stylegator
Expand Down
8 changes: 4 additions & 4 deletions packages/stylegator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylegator",
"version": "0.20.1",
"version": "0.20.2",
"description": "styleguide static generator for html and js",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,9 +26,9 @@
"test": "jest"
},
"dependencies": {
"@stylegator/app": "0.20.1",
"@stylegator/cli": "0.20.1",
"@stylegator/core": "0.20.1"
"@stylegator/app": "0.20.2",
"@stylegator/cli": "0.20.2",
"@stylegator/core": "0.20.2"
},
"devDependencies": {
"@babel/cli": "7.7.7",
Expand Down

0 comments on commit c3fd48b

Please sign in to comment.