Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed May 18, 2020
1 parent c9d90db commit c0f3f48
Show file tree
Hide file tree
Showing 26 changed files with 133 additions and 24 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)


### Bug Fixes

* **aliases:** add comment, fix alias object ([519c03f](https://github.com/alleyinteractive/irving/commit/519c03fe90191578236c800a2429aa15123ea9f2))
* **aliases:** add react alias in attempt to fix npm link ([ff57eed](https://github.com/alleyinteractive/irving/commit/ff57eed26c32b3f83dcd69bcb123cdcda3d39292))
* **aliases:** prevent duplicate react error with npm link ([a5d7f5b](https://github.com/alleyinteractive/irving/commit/a5d7f5b1175448e570d6b9530a410b37c16086db))
* **mocks:** add back in babel aliasas to mock configs ([2223e7a](https://github.com/alleyinteractive/irving/commit/2223e7a00e47447423d361c26b946cfc0b9cdd47))
* **redis:** allow REDIS_URL again for cache service to support heroku ([4567097](https://github.com/alleyinteractive/irving/commit/456709777ee7ca9c28fffb8760f4833aacafccfa))
* **redis:** bypass redis when auth token cookie exists, even if we aren't making an auth request ([f0b103d](https://github.com/alleyinteractive/irving/commit/f0b103de62748283b2d0a7e0412355db79e8500a))
* **redis:** fix matching logic for redis host/port ([3fc9c6f](https://github.com/alleyinteractive/irving/commit/3fc9c6f71f9052a677798b835e5a797c1ff216bf))


### Features

* **cacheservice:** update cacheService to use same env vars as vip-go package ([6c08299](https://github.com/alleyinteractive/irving/commit/6c08299f2cdf3ad0178404d1fa6fa9bce56caf5b))
* **purgecache:** consolidate logic for purgeCache to accomodate urls or entire cache ([068ff35](https://github.com/alleyinteractive/irving/commit/068ff356fc2e784640ee8e19dc54aab2d33e74a1))
* **redis:** add in endpoint to get all redis cache keys ([973b3b3](https://github.com/alleyinteractive/irving/commit/973b3b324f2d945402b9c17148901dd43d1976b2))
* **redis:** update redis env vars, modify cache purge functionality ([ae53bb0](https://github.com/alleyinteractive/irving/commit/ae53bb019f60133953fad9c9292c43a804408f67))





## [2.7.2](https://github.com/alleyinteractive/irving/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package irving
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": "2.7.2",
"version": "2.8.0-beta.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/audio-player/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)

**Note:** Version bump only for package @irvingjs/audio-player





## [2.7.2](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/audio-player
Expand Down
2 changes: 1 addition & 1 deletion packages/audio-player/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/audio-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/audio-player",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "Persistent audio player and related components for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/core/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)


### Bug Fixes

* **aliases:** add comment, fix alias object ([519c03f](https://github.com/alleyinteractive/irving/packages/core/commit/519c03fe90191578236c800a2429aa15123ea9f2))
* **aliases:** add react alias in attempt to fix npm link ([ff57eed](https://github.com/alleyinteractive/irving/packages/core/commit/ff57eed26c32b3f83dcd69bcb123cdcda3d39292))
* **aliases:** prevent duplicate react error with npm link ([a5d7f5b](https://github.com/alleyinteractive/irving/packages/core/commit/a5d7f5b1175448e570d6b9530a410b37c16086db))
* **mocks:** add back in babel aliasas to mock configs ([2223e7a](https://github.com/alleyinteractive/irving/packages/core/commit/2223e7a00e47447423d361c26b946cfc0b9cdd47))
* **redis:** allow REDIS_URL again for cache service to support heroku ([4567097](https://github.com/alleyinteractive/irving/packages/core/commit/456709777ee7ca9c28fffb8760f4833aacafccfa))
* **redis:** bypass redis when auth token cookie exists, even if we aren't making an auth request ([f0b103d](https://github.com/alleyinteractive/irving/packages/core/commit/f0b103de62748283b2d0a7e0412355db79e8500a))
* **redis:** fix matching logic for redis host/port ([3fc9c6f](https://github.com/alleyinteractive/irving/packages/core/commit/3fc9c6f71f9052a677798b835e5a797c1ff216bf))


### Features

* **cacheservice:** update cacheService to use same env vars as vip-go package ([6c08299](https://github.com/alleyinteractive/irving/packages/core/commit/6c08299f2cdf3ad0178404d1fa6fa9bce56caf5b))
* **purgecache:** consolidate logic for purgeCache to accomodate urls or entire cache ([068ff35](https://github.com/alleyinteractive/irving/packages/core/commit/068ff356fc2e784640ee8e19dc54aab2d33e74a1))
* **redis:** add in endpoint to get all redis cache keys ([973b3b3](https://github.com/alleyinteractive/irving/packages/core/commit/973b3b324f2d945402b9c17148901dd43d1976b2))
* **redis:** update redis env vars, modify cache purge functionality ([ae53bb0](https://github.com/alleyinteractive/irving/packages/core/commit/ae53bb019f60133953fad9c9292c43a804408f67))





## [2.7.2](https://github.com/alleyinteractive/irving/packages/core/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/core",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "Irving core application",
"files": [
"actions/**/*",
Expand Down
8 changes: 8 additions & 0 deletions packages/forms/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)

**Note:** Version bump only for package @irvingjs/forms





## [2.7.2](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/forms
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/forms",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "Form components and submission functionality for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/integrations/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)

**Note:** Version bump only for package @irvingjs/integrations





## [2.7.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/integrations
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/integrations",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "Third party integrations for Irving",
"files": [
"components/**/*",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/postcss/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)

**Note:** Version bump only for package @irvingjs/postcss





## [2.7.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/postcss
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/postcss",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "PostCSS configuration functionality for Irving",
"files": [
"config/**/*",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/styled/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)

**Note:** Version bump only for package @irvingjs/styled





## [2.7.2](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/styled
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/styled",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "Integration for React components with attached styles for Irving",
"files": [
"server/**/*",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.11.0",
"jest": "^25.5.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/styleguide/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)

**Note:** Version bump only for package @irvingjs/styleguide





## [2.7.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/styleguide
Expand Down
2 changes: 1 addition & 1 deletion packages/styleguide/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/styleguide",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "React Styleguidist for Irving",
"files": [
"config/**/*",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/vip-go/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.

# [2.8.0-beta.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.7.2...v2.8.0-beta.0) (2020-05-18)


### Bug Fixes

* **redis:** allow REDIS_URL again for cache service to support heroku ([4567097](https://github.com/alleyinteractive/irving/packages/vip-go/commit/456709777ee7ca9c28fffb8760f4833aacafccfa))





## [2.7.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.7.2-beta.4...v2.7.2) (2020-05-18)

**Note:** Version bump only for package @irvingjs/vip-go
Expand Down
2 changes: 1 addition & 1 deletion packages/vip-go/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vip-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/vip-go",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "Integration for WordPress VIP's Node server helpers",
"files": [
"server/**/*",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.7.2",
"@irvingjs/core": "^2.7.2",
"@irvingjs/core": "^2.8.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down

0 comments on commit c0f3f48

Please sign in to comment.