Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RickEyre committed Apr 6, 2020
1 parent 9fb2edd commit dd2687d
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
17 changes: 17 additions & 0 deletions 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.8.0](https://github.com/Lemonpeach/panda-san/compare/v0.7.0...v0.8.0) (2020-04-06)


### Bug Fixes

* update base font stack ([9e2c79a](https://github.com/Lemonpeach/panda-san/commit/9e2c79a))


### Features

* add typography ([52dfb02](https://github.com/Lemonpeach/panda-san/commit/52dfb02))






# [0.7.0](https://github.com/Lemonpeach/panda-san/compare/v0.6.1...v0.7.0) (2020-01-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.7.0"
"version": "0.8.0"
}
17 changes: 17 additions & 0 deletions packages/panda-san/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.8.0](https://github.com/Lemonpeach/panda-san/compare/v0.7.0...v0.8.0) (2020-04-06)


### Bug Fixes

* update base font stack ([9e2c79a](https://github.com/Lemonpeach/panda-san/commit/9e2c79a))


### Features

* add typography ([52dfb02](https://github.com/Lemonpeach/panda-san/commit/52dfb02))






# [0.7.0](https://github.com/Lemonpeach/panda-san/compare/v0.6.1...v0.7.0) (2020-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/panda-san/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemonpeach/panda-san",
"version": "0.7.0",
"version": "0.8.0",
"description": "パンダさん loves to help you build beautiful, responsive, and accessible web applications.",
"scripts": {
"stylelint": "stylelint 'src/**/*.scss'",
Expand Down
12 changes: 12 additions & 0 deletions packages/tiger-san/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.

# [0.8.0](https://github.com/Lemonpeach/panda-san/compare/v0.7.0...v0.8.0) (2020-04-06)


### Features

* add typography ([52dfb02](https://github.com/Lemonpeach/panda-san/commit/52dfb02))






# [0.7.0](https://github.com/Lemonpeach/panda-san/compare/v0.6.1...v0.7.0) (2020-01-13)

**Note:** Version bump only for package @lemonpeach/tiger-san
Expand Down
2 changes: 1 addition & 1 deletion packages/tiger-san/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemonpeach/tiger-san",
"version": "0.7.0",
"version": "0.8.0",
"description": "タイガーさん loves to help you build beautiful, responsive, and accessible web applications.",
"scripts": {
"eslint": "eslint src",
Expand Down

0 comments on commit dd2687d

Please sign in to comment.