Skip to content

Commit

Permalink
release(travis): Release v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed May 24, 2020
1 parent 3f8edb8 commit e77b84a
Show file tree
Hide file tree
Showing 32 changed files with 214 additions and 52 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)


### Bug Fixes

* **css:** `.post .carousel-item`s shouldn't have a `min-height`. ([387dde2](https://github.com/randytarampi/me/commit/387dde21d720b0c066f22a4e95fc7156f7e1008e))
* **jsx:** The `TravisShield` needs to point to the travis.com repo. ([ed2f9b1](https://github.com/randytarampi/me/commit/ed2f9b1fd094213ebb080bcdec50b37482633a00))


### Features

* **jsx:** Adjust the `PrintableHeader` block for domestic German address formatting. ([5eaa66a](https://github.com/randytarampi/me/commit/5eaa66a6a84f04df4e66abec95513fabf0fc5972))
* **letter:** Adjust the `PrintableRecipient` block for domestic German address formatting. ([1a2827e](https://github.com/randytarampi/me/commit/1a2827ee4fb773d4a354b32c1adda3acc5fc51b8))
* **letter:** The `signature` block allows us to override the `valediction`. ([05a5727](https://github.com/randytarampi/me/commit/05a57277b7011da7c476590e416d02e4b534a8b7))


### Performance Improvements

* **serverless:** Don't explicitly set a `Content-Encoding` on responses. ([15ec08a](https://github.com/randytarampi/me/commit/15ec08af3ded1b091613cce42aab38e55aaf69de))





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package me
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": "6.2.11",
"version": "6.3.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
8 changes: 8 additions & 0 deletions packages/browser-logger/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

**Note:** Version bump only for package @randy.tarampi/browser-logger





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/browser-logger
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@randy.tarampi/browser-logger",
"description": "A client-side-logger for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@randy.tarampi/js": "^6.2.11",
"@randy.tarampi/js": "^6.3.0",
"browser-bunyan": "^1.5.3",
"bunyan": "^2.0.2",
"bunyan-sentry-stream": "github:randytarampi/bunyan-sentry-stream#me-release",
Expand Down
11 changes: 11 additions & 0 deletions packages/css/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)


### Bug Fixes

* **css:** `.post .carousel-item`s shouldn't have a `min-height`. ([387dde2](https://github.com/randytarampi/me/commit/387dde21d720b0c066f22a4e95fc7156f7e1008e))





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/css
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/css",
"description": "Some common styles for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca"
Expand Down
8 changes: 8 additions & 0 deletions packages/job-application/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

**Note:** Version bump only for package @randy.tarampi/job-application





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/job-application
Expand Down
12 changes: 6 additions & 6 deletions packages/job-application/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@randy.tarampi/job-application",
"description": "A utility to generate coherent job application (resume + cover letter) packages.",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@randy.tarampi/jsx": "^6.2.11",
"@randy.tarampi/letter": "^6.2.11",
"@randy.tarampi/printables": "^6.2.11",
"@randy.tarampi/resume": "^6.2.11",
"@randy.tarampi/views": "^6.2.11",
"@randy.tarampi/jsx": "^6.3.0",
"@randy.tarampi/letter": "^6.3.0",
"@randy.tarampi/printables": "^6.3.0",
"@randy.tarampi/resume": "^6.3.0",
"@randy.tarampi/views": "^6.3.0",
"immutable": "github:randytarampi/immutable-js#me-release",
"lodash": "^4.17.15",
"react": "^16.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/js/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

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





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/js
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/js",
"description": "Some common JS entities for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
8 changes: 8 additions & 0 deletions packages/jsonresume-theme/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

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





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package jsonresume-theme-randytarampi
Expand Down
8 changes: 4 additions & 4 deletions packages/jsonresume-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsonresume-theme-randytarampi",
"description": "A JSON resume theme for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -10,17 +10,17 @@
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@randy.tarampi/resume": "^6.2.11",
"@randy.tarampi/views": "^6.2.11",
"@randy.tarampi/resume": "^6.3.0",
"@randy.tarampi/views": "^6.3.0",
"config": "^3.3.1",
"resume-cli": "randytarampi/resume-cli#me-release"
},
"devDependencies": {
"cross-env": "^7.0.2",
"express": "^4.17.1",
"gulp": "^4.0.2",
"snyk": "^1.319.0",
"mocha-junit-reporter": "^1.23.3",
"snyk": "^1.319.0",
"webpack-node-externals": "^1.7.2"
},
"directories": {
Expand Down
16 changes: 16 additions & 0 deletions packages/jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)


### Bug Fixes

* **jsx:** The `TravisShield` needs to point to the travis.com repo. ([ed2f9b1](https://github.com/randytarampi/me/commit/ed2f9b1fd094213ebb080bcdec50b37482633a00))


### Features

* **jsx:** Adjust the `PrintableHeader` block for domestic German address formatting. ([5eaa66a](https://github.com/randytarampi/me/commit/5eaa66a6a84f04df4e66abec95513fabf0fc5972))





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/jsx
Expand Down
8 changes: 4 additions & 4 deletions packages/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/jsx",
"description": "Some common JSX components for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -12,10 +12,10 @@
"dependencies": {
"@actra-development-oss/redux-persist-transform-filter-immutable": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"@randy.tarampi/browser-logger": "^6.2.11",
"@randy.tarampi/js": "^6.2.11",
"@randy.tarampi/browser-logger": "^6.3.0",
"@randy.tarampi/js": "^6.3.0",
"@randy.tarampi/react-dimensions": "latest",
"@randy.tarampi/redux-metrics": "^6.2.11",
"@randy.tarampi/redux-metrics": "^6.3.0",
"@randy.tarampi/redux-offline-immutable-config": "latest",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/schema-dot-org-types": "latest",
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-logger/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

**Note:** Version bump only for package @randy.tarampi/lambda-logger





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/lambda-logger
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/lambda-logger",
"description": "Just my opinionated logger for my AWS Lambda functions",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
12 changes: 12 additions & 0 deletions packages/letter/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)


### Features

* **letter:** Adjust the `PrintableRecipient` block for domestic German address formatting. ([1a2827e](https://github.com/randytarampi/me/commit/1a2827ee4fb773d4a354b32c1adda3acc5fc51b8))
* **letter:** The `signature` block allows us to override the `valediction`. ([05a5727](https://github.com/randytarampi/me/commit/05a57277b7011da7c476590e416d02e4b534a8b7))





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/letter
Expand Down
12 changes: 6 additions & 6 deletions packages/letter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/letter",
"description": "A cover letter generator for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -13,12 +13,12 @@
"@babel/polyfill": "^7.8.7",
"@fortawesome/fontawesome-free": "^5.13.0",
"@randy.tarampi/assets": "^6.2.2",
"@randy.tarampi/css": "^6.2.11",
"@randy.tarampi/js": "^6.2.11",
"@randy.tarampi/jsx": "^6.2.11",
"@randy.tarampi/printables": "^6.2.11",
"@randy.tarampi/css": "^6.3.0",
"@randy.tarampi/js": "^6.3.0",
"@randy.tarampi/jsx": "^6.3.0",
"@randy.tarampi/printables": "^6.3.0",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "^6.2.11",
"@randy.tarampi/views": "^6.3.0",
"@types/react": "^16.9.34",
"exiftool-vendored": "^11.2.0",
"history": "^4.10.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/printables/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

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





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/printables
Expand Down
4 changes: 2 additions & 2 deletions packages/printables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/printables",
"description": "A wrapper around some common printable tasks for jsonresume-theme-randytarampi and @randy.tarampi/letter",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -10,7 +10,7 @@
"browser": "./esm/index.client.js",
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@randy.tarampi/views": "^6.2.11",
"@randy.tarampi/views": "^6.3.0",
"exiftool-vendored": "^11.2.0",
"pug": "^2.0.4",
"puppeteer": "^3.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/redux-metrics/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

**Note:** Version bump only for package @randy.tarampi/redux-metrics





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/redux-metrics
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/redux-metrics",
"description": "A client-side-logger for www.randytarampi.ca",
"version": "6.2.11",
"version": "6.3.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
8 changes: 8 additions & 0 deletions packages/resume/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.

# [6.3.0](https://github.com/randytarampi/me/compare/v6.2.11...v6.3.0) (2020-05-24)

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





## [6.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

**Note:** Version bump only for package @randy.tarampi/resume
Expand Down

0 comments on commit e77b84a

Please sign in to comment.