Skip to content

Commit

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

## [6.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)


### Bug Fixes

* **jsx:** `generateGoogleMapMarkerClustererUrl` should be a base64 data URI. ([6b6252f](https://github.com/randytarampi/me/commit/6b6252f8f2eec99a33d691dda3e44f801f28ecab))
* **jsx:** More sensible `postCoordinates` stringification. ([b7953a7](https://github.com/randytarampi/me/commit/b7953a76237a1bdc2c640f66a6e96e6e28a5ddc9))
* **www:** Inject some sensible `noscript` content. ([6a6f68f](https://github.com/randytarampi/me/commit/6a6f68f6e97e52195e3695488e1e5fa848b5e769))


### Performance Improvements

* **jsx:** Double `FETCHING_POSTS_PER_PAGE` and half `MAPPED_POSTS_FETCHING_POSTS_PER_PAGE`. ([4246e09](https://github.com/randytarampi/me/commit/4246e0946959a23e48c1484c28f2db6ebda553f8))





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)


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.1.6",
"version": "6.1.7",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
8 changes: 8 additions & 0 deletions packages/assets/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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**Note:** Version bump only for package @randy.tarampi/assets
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/assets",
"description": "Some common assets for www.randytarampi.ca",
"version": "6.1.6",
"version": "6.1.7",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**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.1.6",
"version": "6.1.7",
"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.1.6",
"@randy.tarampi/js": "6.1.7",
"browser-bunyan": "^1.5.3",
"bunyan": "^2.0.2",
"bunyan-sentry-stream": "github:randytarampi/bunyan-sentry-stream#me-release",
Expand Down
8 changes: 8 additions & 0 deletions packages/css/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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**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.1.6",
"version": "6.1.7",
"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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**Note:** Version bump only for package @randy.tarampi/job-application
Expand Down
10 changes: 5 additions & 5 deletions packages/job-application/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@randy.tarampi/job-application",
"description": "A utility to generate coherent job application (resume + cover letter) packages.",
"version": "6.1.6",
"version": "6.1.7",
"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.1.6",
"@randy.tarampi/letter": "6.1.6",
"@randy.tarampi/printables": "6.1.6",
"@randy.tarampi/resume": "6.1.6"
"@randy.tarampi/jsx": "6.1.7",
"@randy.tarampi/letter": "6.1.7",
"@randy.tarampi/printables": "6.1.7",
"@randy.tarampi/resume": "6.1.7"
},
"directories": {
"lib": "./src/lib"
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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**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.1.6",
"version": "6.1.7",
"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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)


Expand Down
8 changes: 8 additions & 0 deletions packages/jsonresume-theme/docs/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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)


Expand Down
Binary file modified packages/jsonresume-theme/docs/a4.pdf
Binary file not shown.
Binary file modified packages/jsonresume-theme/docs/legal.pdf
Binary file not shown.
Binary file modified packages/jsonresume-theme/docs/letter.pdf
Binary file not shown.
Binary file modified packages/jsonresume-theme/docs/resume.a4.pdf
Binary file not shown.
Binary file modified packages/jsonresume-theme/docs/resume.legal.pdf
Binary file not shown.
Binary file modified packages/jsonresume-theme/docs/resume.letter.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/jsonresume-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jsonresume-theme-randytarampi",
"description": "A JSON resume theme for www.randytarampi.ca",
"version": "6.1.6",
"version": "6.1.7",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@randy.tarampi/resume": "6.1.6",
"@randy.tarampi/views": "6.1.6",
"@randy.tarampi/resume": "6.1.7",
"@randy.tarampi/views": "6.1.7",
"config": "^3.2.4"
},
"directories": {
Expand Down
17 changes: 17 additions & 0 deletions packages/jsx/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.

## [6.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)


### Bug Fixes

* **jsx:** `generateGoogleMapMarkerClustererUrl` should be a base64 data URI. ([6b6252f](https://github.com/randytarampi/me/commit/6b6252f8f2eec99a33d691dda3e44f801f28ecab))
* **jsx:** More sensible `postCoordinates` stringification. ([b7953a7](https://github.com/randytarampi/me/commit/b7953a76237a1bdc2c640f66a6e96e6e28a5ddc9))


### Performance Improvements

* **jsx:** Double `FETCHING_POSTS_PER_PAGE` and half `MAPPED_POSTS_FETCHING_POSTS_PER_PAGE`. ([4246e09](https://github.com/randytarampi/me/commit/4246e0946959a23e48c1484c28f2db6ebda553f8))





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)


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.1.6",
"version": "6.1.7",
"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.12.0",
"@randy.tarampi/browser-logger": "6.1.6",
"@randy.tarampi/js": "6.1.6",
"@randy.tarampi/browser-logger": "6.1.7",
"@randy.tarampi/js": "6.1.7",
"@randy.tarampi/react-dimensions": "latest",
"@randy.tarampi/redux-metrics": "6.1.6",
"@randy.tarampi/redux-metrics": "6.1.7",
"@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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**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.1.6",
"version": "6.1.7",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
8 changes: 8 additions & 0 deletions packages/letter/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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)


Expand Down
8 changes: 8 additions & 0 deletions packages/letter/docs/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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/letter/docs/index.html

Large diffs are not rendered by default.

Binary file modified packages/letter/docs/index.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/letter/docs/letter.a4.html

Large diffs are not rendered by default.

Binary file modified packages/letter/docs/letter.a4.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/letter/docs/letter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/letter/docs/letter.legal.html

Large diffs are not rendered by default.

Binary file modified packages/letter/docs/letter.legal.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/letter/docs/letter.letter.html

Large diffs are not rendered by default.

Binary file modified packages/letter/docs/letter.letter.pdf
Binary file not shown.
Binary file modified packages/letter/docs/letter.pdf
Binary file not shown.
Binary file modified packages/letter/docs/some-awesome-company.pdf
Binary file not shown.
14 changes: 7 additions & 7 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.1.6",
"version": "6.1.7",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -10,13 +10,13 @@
"browser": "./esm/index.client.js",
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@randy.tarampi/assets": "6.1.6",
"@randy.tarampi/css": "6.1.6",
"@randy.tarampi/js": "6.1.6",
"@randy.tarampi/jsx": "6.1.6",
"@randy.tarampi/printables": "6.1.6",
"@randy.tarampi/assets": "6.1.7",
"@randy.tarampi/css": "6.1.7",
"@randy.tarampi/js": "6.1.7",
"@randy.tarampi/jsx": "6.1.7",
"@randy.tarampi/printables": "6.1.7",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "6.1.6",
"@randy.tarampi/views": "6.1.7",
"exiftool-vendored": "^9.4.0",
"history": "^4.10.1",
"immutable": "github:randytarampi/immutable-js#me-release",
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.1.7](https://github.com/randytarampi/me/compare/v6.1.6...v6.1.7) (2020-01-19)

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





## [6.1.6](https://github.com/randytarampi/me/compare/v6.1.5...v6.1.6) (2020-01-18)

**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.1.6",
"version": "6.1.7",
"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.1.6",
"@randy.tarampi/views": "6.1.7",
"exiftool-vendored": "^9.4.0",
"pug": "^2.0.4",
"puppeteer": "^2.0.0",
Expand Down
Loading

0 comments on commit f105da9

Please sign in to comment.