Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed May 7, 2020
2 parents 15ec08a + b22029f commit 0f90a0e
Show file tree
Hide file tree
Showing 73 changed files with 234 additions and 74 deletions.
8 changes: 8 additions & 0 deletions 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.2.11](https://github.com/randytarampi/me/compare/v6.2.10...v6.2.11) (2020-05-07)

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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.10",
"@randy.tarampi/js": "^6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.10",
"@randy.tarampi/letter": "^6.2.10",
"@randy.tarampi/printables": "^6.2.10",
"@randy.tarampi/resume": "^6.2.10",
"@randy.tarampi/views": "^6.2.10",
"@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",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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,7 +1,7 @@
{
"name": "jsonresume-theme-randytarampi",
"description": "A JSON resume theme for www.randytarampi.ca",
"version": "6.2.10",
"version": "6.2.11",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -10,8 +10,8 @@
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@randy.tarampi/resume": "^6.2.10",
"@randy.tarampi/views": "^6.2.10",
"@randy.tarampi/resume": "^6.2.11",
"@randy.tarampi/views": "^6.2.11",
"config": "^3.3.1",
"resume-cli": "randytarampi/resume-cli#me-release"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/jsx/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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.10",
"@randy.tarampi/js": "^6.2.10",
"@randy.tarampi/browser-logger": "^6.2.11",
"@randy.tarampi/js": "^6.2.11",
"@randy.tarampi/react-dimensions": "latest",
"@randy.tarampi/redux-metrics": "^6.2.10",
"@randy.tarampi/redux-metrics": "^6.2.11",
"@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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.
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.10",
"version": "6.2.11",
"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.10",
"@randy.tarampi/js": "^6.2.10",
"@randy.tarampi/jsx": "^6.2.10",
"@randy.tarampi/printables": "^6.2.10",
"@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/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "^6.2.10",
"@randy.tarampi/views": "^6.2.11",
"@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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.10",
"@randy.tarampi/views": "^6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


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.10",
"version": "6.2.11",
"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.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





## [6.2.10](https://github.com/randytarampi/me/compare/v6.2.9...v6.2.10) (2020-05-05)


Expand Down
Loading

0 comments on commit 0f90a0e

Please sign in to comment.