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.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Dec 4, 2019
1 parent ffe52ff commit 9c5681f
Show file tree
Hide file tree
Showing 12 changed files with 87 additions and 11 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/farism/stylegator/compare/v0.19.0...v0.20.0) (2019-12-04)


### Bug Fixes

* fix gh pages ([8704f22](https://github.com/farism/stylegator/commit/8704f222ca8e6fb1f808c888dedb29da0c55cead))


### Features

* update dependencies ([e36bc52](https://github.com/farism/stylegator/commit/e36bc52353f1f0dce9480966e51bf1ffb2bca433))






## v0.19.0 (2019-07-23)

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.19.0",
"version": "0.20.0",
"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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/farism/stylegator/compare/v0.19.0...v0.20.0) (2019-12-04)


### Features

* update dependencies ([e36bc52](https://github.com/farism/stylegator/commit/e36bc52353f1f0dce9480966e51bf1ffb2bca433))
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.19.0",
"version": "0.20.0",
"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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/farism/stylegator/compare/v0.19.0...v0.20.0) (2019-12-04)


### Features

* update dependencies ([e36bc52](https://github.com/farism/stylegator/commit/e36bc52353f1f0dce9480966e51bf1ffb2bca433))
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.19.0",
"version": "0.20.0",
"description": "Stylegator CLI tool",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@stylegator/core": "0.19.0",
"@stylegator/core": "0.20.0",
"conventional-changelog-cli": "2.0.28",
"conventional-recommended-bump": "6.0.5",
"find-up": "4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/farism/stylegator/compare/v0.19.0...v0.20.0) (2019-12-04)


### Features

* update dependencies ([e36bc52](https://github.com/farism/stylegator/commit/e36bc52353f1f0dce9480966e51bf1ffb2bca433))
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.19.0",
"version": "0.20.0",
"description": "styleguide static generator for html and js",
"main": "lib/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/farism/stylegator/compare/v0.19.0...v0.20.0) (2019-12-04)


### Features

* update dependencies ([e36bc52](https://github.com/farism/stylegator/commit/e36bc52353f1f0dce9480966e51bf1ffb2bca433))
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.19.0",
"version": "0.20.0",
"description": "Stylegator main package",
"main": "lib/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"prop-types-docs": "0.5.0",
"stylegator": "^0.19.0"
"stylegator": "0.20.0"
},
"devDependencies": {
"husky": "3.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/stylegator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/farism/stylegator/compare/v0.19.0...v0.20.0) (2019-12-04)


### Features

* update dependencies ([e36bc52](https://github.com/farism/stylegator/commit/e36bc52353f1f0dce9480966e51bf1ffb2bca433))
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.19.0",
"version": "0.20.0",
"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.19.0",
"@stylegator/cli": "^0.19.0",
"@stylegator/core": "^0.19.0"
"@stylegator/app": "0.20.0",
"@stylegator/cli": "0.20.0",
"@stylegator/core": "0.20.0"
},
"devDependencies": {
"@babel/cli": "7.7.4",
Expand Down

0 comments on commit 9c5681f

Please sign in to comment.