Skip to content

Commit

Permalink
release(travis): Release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Oct 19, 2020
1 parent 185c121 commit 89e9c89
Show file tree
Hide file tree
Showing 34 changed files with 216 additions and 54 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)


### Bug Fixes

* **service:** Fix settings for serverless-offline^6 ([c358458](https://github.com/randytarampi/me/commit/c358458f7a96aa1537c78667054f8eff635a22ab))
* **service:** Migrate to the Instagram Graph API. ([fadd5ad](https://github.com/randytarampi/me/commit/fadd5ade60c82d52909f71fa77cde2fcb91ac4b3))


### BREAKING CHANGES

* **service:** I mean, technically, since we've had to create new API keys with a new service, read at https://developers.facebook.com/docs/instagram-basic-display-api. But it was broken since IG turned off the old API at the end of June so 🤷‍♂️

Just blindly switch to https://www.npmjs.com/package/instagram-graph-sdk, which I'll probably pitch in on to actually add the individual media call (instead of nakedly using `fetch` to do it myself).

We'll test this in `dev` in the morning 'cause the redirect doesn't work with non `https` callback URIs...





## [6.3.5](https://github.com/randytarampi/me/compare/v6.3.4...v6.3.5) (2020-10-17)


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.5",
"version": "7.0.0",
"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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.2.2](https://github.com/randytarampi/me/compare/v6.2.1...v6.2.2) (2020-05-01)

**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.2.2",
"version": "7.0.0",
"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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.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.3.4",
"@randy.tarampi/js": "^7.0.0",
"browser-bunyan": "^1.6.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [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/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.3.1",
"version": "7.0.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.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.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",
"@randy.tarampi/jsx": "^7.0.0",
"@randy.tarampi/letter": "^7.0.0",
"@randy.tarampi/printables": "^7.0.0",
"@randy.tarampi/resume": "^7.0.0",
"@randy.tarampi/views": "^7.0.0",
"immutable": "github:randytarampi/immutable-js#me-release",
"lodash": "^4.17.20",
"react": "^16.14.0",
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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.0",
"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.12.1",
"@randy.tarampi/resume": "^6.3.4",
"@randy.tarampi/views": "^6.3.4",
"@randy.tarampi/resume": "^7.0.0",
"@randy.tarampi/views": "^7.0.0",
"config": "^3.3.2",
"resume-cli": "randytarampi/resume-cli#me-release",
"snyk": "^1.415.0"
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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.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.15.1",
"@randy.tarampi/browser-logger": "^6.3.4",
"@randy.tarampi/js": "^6.3.4",
"@randy.tarampi/browser-logger": "^7.0.0",
"@randy.tarampi/js": "^7.0.0",
"@randy.tarampi/react-dimensions": "latest",
"@randy.tarampi/redux-metrics": "^6.3.4",
"@randy.tarampi/redux-metrics": "^7.0.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.0",
"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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


Expand Down
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.3.4",
"version": "7.0.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand All @@ -12,13 +12,13 @@
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"@randy.tarampi/assets": "^6.2.2",
"@randy.tarampi/css": "^6.3.1",
"@randy.tarampi/js": "^6.3.4",
"@randy.tarampi/jsx": "^6.3.4",
"@randy.tarampi/printables": "^6.3.4",
"@randy.tarampi/assets": "^7.0.0",
"@randy.tarampi/css": "^7.0.0",
"@randy.tarampi/js": "^7.0.0",
"@randy.tarampi/jsx": "^7.0.0",
"@randy.tarampi/printables": "^7.0.0",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "^6.3.4",
"@randy.tarampi/views": "^7.0.0",
"@types/react": "^16.9.53",
"exiftool-vendored": "^12.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.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.3.4",
"@randy.tarampi/views": "^7.0.0",
"exiftool-vendored": "^12.2.0",
"pug": "^3.0.0",
"puppeteer": "^5.3.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


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.4",
"version": "7.0.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.

# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)

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





## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23)


Expand Down
Loading

0 comments on commit 89e9c89

Please sign in to comment.