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 20, 2020
1 parent ea16e2a commit fda6c14
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 24 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.

## [2.9.1](https://github.com/alleyinteractive/irving/compare/v2.9.0...v2.9.1) (2020-05-20)


### Bug Fixes

* **auth:** fix production basic auth from causing halt in server start ([ea16e2a](https://github.com/alleyinteractive/irving/commit/ea16e2a9037158d9e62a04de66c3d71eb5a9e76e))





# [2.9.0](https://github.com/alleyinteractive/irving/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"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.9.1](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.9.0...v2.9.1) (2020-05-20)

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





# [2.9.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"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.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.9.1](https://github.com/alleyinteractive/irving/packages/core/compare/v2.9.0...v2.9.1) (2020-05-20)


### Bug Fixes

* **auth:** fix production basic auth from causing halt in server start ([ea16e2a](https://github.com/alleyinteractive/irving/packages/core/commit/ea16e2a9037158d9e62a04de66c3d71eb5a9e76e))





# [2.9.0](https://github.com/alleyinteractive/irving/packages/core/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"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.9.1](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.9.0...v2.9.1) (2020-05-20)

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





# [2.9.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"description": "Form components and submission functionality for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"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.9.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.9.0...v2.9.1) (2020-05-20)

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





# [2.9.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"description": "Third party integrations for Irving",
"files": [
"components/**/*",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"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.9.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.9.0...v2.9.1) (2020-05-20)

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





# [2.9.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"description": "PostCSS configuration functionality for Irving",
"files": [
"config/**/*",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"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.9.1](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.9.0...v2.9.1) (2020-05-20)

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





# [2.9.0](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"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.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"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.9.1](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.9.0...v2.9.1) (2020-05-20)

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





# [2.9.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"description": "React Styleguidist for Irving",
"files": [
"config/**/*",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/vip-go/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.9.1](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.9.0...v2.9.1) (2020-05-20)

**Note:** Version bump only for package @irvingjs/vip-go





# [2.9.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.9.0-beta.2...v2.9.0) (2020-05-20)

**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.9.0",
"version": "2.9.1",
"description": "Integration for WordPress VIP's Node server helpers",
"files": [
"server/**/*",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^2.8.0",
"@irvingjs/core": "^2.9.0",
"@irvingjs/core": "^2.9.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^25.5.3"
},
Expand Down

0 comments on commit fda6c14

Please sign in to comment.