From 7444f63d7f588996d62acbcf111cb413287f068c Mon Sep 17 00:00:00 2001 From: Travis Date: Wed, 8 Aug 2018 15:53:06 +0000 Subject: [PATCH] release(travis): Release v0.8.1. --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/jsx/CHANGELOG.md | 9 +++++++++ packages/jsx/package.json | 2 +- packages/resume/CHANGELOG.md | 9 +++++++++ packages/resume/package.json | 4 ++-- packages/www/CHANGELOG.md | 9 +++++++++ packages/www/package.json | 6 +++--- 8 files changed, 43 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2734dd8b3..b1fe2c4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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 + + + + + # [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08) diff --git a/lerna.json b/lerna.json index 51f781941..444eaad5c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.8.0", + "version": "0.8.1", "command": { "publish": { "allowBranch": "master" diff --git a/packages/jsx/CHANGELOG.md b/packages/jsx/CHANGELOG.md index fe1f434cb..569326c75 100644 --- a/packages/jsx/CHANGELOG.md +++ b/packages/jsx/CHANGELOG.md @@ -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. + +## [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 + + + + + # [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08) diff --git a/packages/jsx/package.json b/packages/jsx/package.json index 52352b491..1f703ac81 100644 --- a/packages/jsx/package.json +++ b/packages/jsx/package.json @@ -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" diff --git a/packages/resume/CHANGELOG.md b/packages/resume/CHANGELOG.md index 0d5f0ca9b..07c9b9ccf 100644 --- a/packages/resume/CHANGELOG.md +++ b/packages/resume/CHANGELOG.md @@ -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. + +## [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 + + + + + # [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08) diff --git a/packages/resume/package.json b/packages/resume/package.json index e4a4937dd..3d6182130 100644 --- a/packages/resume/package.json +++ b/packages/resume/package.json @@ -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", @@ -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", diff --git a/packages/www/CHANGELOG.md b/packages/www/CHANGELOG.md index 7a6f75825..d9d69775a 100644 --- a/packages/www/CHANGELOG.md +++ b/packages/www/CHANGELOG.md @@ -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. + +## [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 + + + + + # [0.8.0](https://github.com/randytarampi/me/compare/v0.7.0...v0.8.0) (2018-08-08) diff --git a/packages/www/package.json b/packages/www/package.json index c6b674a2e..f1bf9466d 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -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", @@ -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",