Skip to content

Commit

Permalink
release(travis): Release v6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Sep 23, 2020
1 parent 40b9654 commit 204ddfb
Show file tree
Hide file tree
Showing 30 changed files with 211 additions and 46 deletions.
11 changes: 11 additions & 0 deletions 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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.3](https://github.com/randytarampi/me/compare/v6.3.2...v6.3.3) (2020-08-31)


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.3.3",
"version": "6.3.4",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
11 changes: 11 additions & 0 deletions packages/browser-logger/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.1](https://github.com/randytarampi/me/compare/v6.3.0...v6.3.1) (2020-08-29)


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.3.1",
"version": "6.3.4",
"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.3.1",
"@randy.tarampi/js": "^6.3.4",
"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/job-application/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.3](https://github.com/randytarampi/me/compare/v6.3.2...v6.3.3) (2020-08-31)

**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.3.3",
"version": "6.3.4",
"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.3.2",
"@randy.tarampi/letter": "^6.3.3",
"@randy.tarampi/printables": "^6.3.1",
"@randy.tarampi/resume": "^6.3.3",
"@randy.tarampi/views": "^6.3.1",
"@randy.tarampi/jsx": "^6.3.4",
"@randy.tarampi/letter": "^6.3.4",
"@randy.tarampi/printables": "^6.3.4",
"@randy.tarampi/resume": "^6.3.4",
"@randy.tarampi/views": "^6.3.4",
"immutable": "github:randytarampi/immutable-js#me-release",
"lodash": "^4.17.20",
"react": "^16.13.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/js/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.1](https://github.com/randytarampi/me/compare/v6.3.0...v6.3.1) (2020-08-29)


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.3.1",
"version": "6.3.4",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsonresume-theme/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.3](https://github.com/randytarampi/me/compare/v6.3.2...v6.3.3) (2020-08-31)


Expand Down
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.3.3",
"version": "6.3.4",
"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.11.5",
"@randy.tarampi/resume": "^6.3.3",
"@randy.tarampi/views": "^6.3.1",
"@randy.tarampi/resume": "^6.3.4",
"@randy.tarampi/views": "^6.3.4",
"config": "^3.3.1",
"resume-cli": "randytarampi/resume-cli#me-release",
"snyk": "^1.399.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/jsx/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.2](https://github.com/randytarampi/me/compare/v6.3.1...v6.3.2) (2020-08-30)


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.3.2",
"version": "6.3.4",
"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.14.0",
"@randy.tarampi/browser-logger": "^6.3.1",
"@randy.tarampi/js": "^6.3.1",
"@randy.tarampi/browser-logger": "^6.3.4",
"@randy.tarampi/js": "^6.3.4",
"@randy.tarampi/react-dimensions": "latest",
"@randy.tarampi/redux-metrics": "^6.3.1",
"@randy.tarampi/redux-metrics": "^6.3.4",
"@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
11 changes: 11 additions & 0 deletions packages/lambda-logger/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.1](https://github.com/randytarampi/me/compare/v6.3.0...v6.3.1) (2020-08-29)


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.3.1",
"version": "6.3.4",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
11 changes: 11 additions & 0 deletions packages/letter/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.3](https://github.com/randytarampi/me/compare/v6.3.2...v6.3.3) (2020-08-31)


Expand Down
10 changes: 5 additions & 5 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.3.3",
"version": "6.3.4",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -14,11 +14,11 @@
"@fortawesome/fontawesome-free": "^5.14.0",
"@randy.tarampi/assets": "^6.2.2",
"@randy.tarampi/css": "^6.3.1",
"@randy.tarampi/js": "^6.3.1",
"@randy.tarampi/jsx": "^6.3.2",
"@randy.tarampi/printables": "^6.3.1",
"@randy.tarampi/js": "^6.3.4",
"@randy.tarampi/jsx": "^6.3.4",
"@randy.tarampi/printables": "^6.3.4",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "^6.3.1",
"@randy.tarampi/views": "^6.3.4",
"@types/react": "^16.9.49",
"exiftool-vendored": "^12.2.0",
"history": "^4.10.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/printables/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.1](https://github.com/randytarampi/me/compare/v6.3.0...v6.3.1) (2020-08-29)


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.3.1",
"version": "6.3.4",
"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.3.1",
"@randy.tarampi/views": "^6.3.4",
"exiftool-vendored": "^12.2.0",
"pug": "^3.0.0",
"puppeteer": "^5.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/redux-metrics/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.1](https://github.com/randytarampi/me/compare/v6.3.0...v6.3.1) (2020-08-29)


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.3.1",
"version": "6.3.4",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down
11 changes: 11 additions & 0 deletions packages/resume/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.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


### Bug Fixes

* **package:** Upgrade packages for 2020-09-23. ([40b9654](https://github.com/randytarampi/me/commit/40b965499f1dcf6f232c8d6e31b6b699f8da9da2))





## [6.3.3](https://github.com/randytarampi/me/compare/v6.3.2...v6.3.3) (2020-08-31)


Expand Down
10 changes: 5 additions & 5 deletions packages/resume/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@randy.tarampi/resume",
"description": "A JSON resume theme and resume generator for www.randytarampi.ca",
"version": "6.3.3",
"version": "6.3.4",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -14,11 +14,11 @@
"@fortawesome/fontawesome-free": "^5.14.0",
"@randy.tarampi/assets": "^6.2.2",
"@randy.tarampi/css": "^6.3.1",
"@randy.tarampi/js": "^6.3.1",
"@randy.tarampi/jsx": "^6.3.2",
"@randy.tarampi/printables": "^6.3.1",
"@randy.tarampi/js": "^6.3.4",
"@randy.tarampi/jsx": "^6.3.4",
"@randy.tarampi/printables": "^6.3.4",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "^6.3.1",
"@randy.tarampi/views": "^6.3.4",
"@types/react": "^16.9.49",
"config": "^3.3.1",
"exiftool-vendored": "^12.2.0",
Expand Down

0 comments on commit 204ddfb

Please sign in to comment.