Skip to content

Commit

Permalink
release(travis): Release v0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Aug 8, 2018
1 parent b442065 commit 7444f63
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 7 deletions.
9 changes: 9 additions & 0 deletions 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.

<a name="0.8.1"></a>
## [0.8.1](https://github.com/randytarampi/me/compare/v0.8.0...v0.8.1) (2018-08-08)

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





<a name="0.8.0"></a>
# [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.8.0",
"version": "0.8.1",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
9 changes: 9 additions & 0 deletions packages/jsx/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.

<a name="0.8.1"></a>
## [0.8.1](https://github.com/randytarampi/me/compare/v0.8.0...v0.8.1) (2018-08-08)

**Note:** Version bump only for package @randy.tarampi/jsx





<a name="0.8.0"></a>
# [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "rt@randytarampi.ca",
"url": "http://www.randytarampi.ca"
},
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/resume/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.

<a name="0.8.1"></a>
## [0.8.1](https://github.com/randytarampi/me/compare/v0.8.0...v0.8.1) (2018-08-08)

**Note:** Version bump only for package jsonresume-theme-randytarampi





<a name="0.8.0"></a>
# [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08)

Expand Down
4 changes: 2 additions & 2 deletions packages/resume/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "rt@randytarampi.ca",
"url": "http://www.randytarampi.ca"
},
"version": "0.8.0",
"version": "0.8.1",
"homepage": "http://resume.randytarampi.ca",
"bugs": {
"url": "https://github.com/randytarampi/me/issues",
Expand Down Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"dependencies": {
"@randy.tarampi/css": "^0.8.0",
"@randy.tarampi/jsx": "^0.8.0",
"@randy.tarampi/jsx": "^0.8.1",
"history": "^4.7.2",
"luxon": "^1.3.3",
"materialize-css": "^0.100.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/www/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.

<a name="0.8.1"></a>
## [0.8.1](https://github.com/randytarampi/me/compare/v0.8.0...v0.8.1) (2018-08-08)

**Note:** Version bump only for package @randy.tarampi/www





<a name="0.8.0"></a>
# [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08)

Expand Down
6 changes: 3 additions & 3 deletions packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.8.0",
"version": "0.8.1",
"homepage": "http://www.randytarampi.ca",
"bugs": {
"url": "https://github.com/randytarampi/me/issues",
Expand Down Expand Up @@ -35,10 +35,10 @@
"license": "ISC",
"dependencies": {
"@randy.tarampi/css": "^0.8.0",
"@randy.tarampi/jsx": "^0.8.0",
"@randy.tarampi/jsx": "^0.8.1",
"history": "^4.7.2",
"jquery": "^3.3.1",
"jsonresume-theme-randytarampi": "^0.8.0",
"jsonresume-theme-randytarampi": "^0.8.1",
"lodash": "^4.17.10",
"materialize-css": "^0.100.2",
"prop-types": "^15.6.2",
Expand Down

0 comments on commit 7444f63

Please sign in to comment.