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 Apr 22, 2020
1 parent edd4d9b commit d7b2814
Show file tree
Hide file tree
Showing 29 changed files with 117 additions and 34 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.5.9](https://github.com/alleyinteractive/irving/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)


### Bug Fixes

* **package.json:** fix rc and release commands ([977a367](https://github.com/alleyinteractive/irving/commit/977a367ece7d4f1ba11a19ec8298fdb24fca8a9f))





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

**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.5.9-rc.2",
"version": "2.5.9",
"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.5.9](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 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.5.9-rc.2",
"version": "2.5.9",
"description": "Persistent audio player and related components for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-irving/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.5.9](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

**Note:** Version bump only for package @irvingjs/babel-preset-irving





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

**Note:** Version bump only for package @irvingjs/babel-preset-irving
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-irving/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/babel-preset-irving/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/babel-preset-irving",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "Babel preset for working with irving",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.5.9](https://github.com/alleyinteractive/irving/packages/core/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/core/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/core",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "Irving core application",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"@hot-loader/react-dom": "^16.9.0",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"abort-controller": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
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.5.9](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/forms",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "Form components and submission functionality for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
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.5.9](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/integrations",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "Third party integrations for Irving",
"files": [
"components/**/*",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
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.5.9](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/postcss",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "PostCSS configuration functionality for Irving",
"files": [
"config/**/*",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
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.5.9](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/styled",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "Integration for React components with attached styles for Irving",
"files": [
"server/**/*",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
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.5.9](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/styleguide",
"version": "2.5.9-rc.2",
"version": "2.5.9",
"description": "React Styleguidist for Irving",
"files": [
"config/**/*",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
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.5.9](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.5.9-rc.2...v2.5.9) (2020-04-22)

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





## [2.5.9-rc.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.5.9-rc.1...v2.5.9-rc.2) (2020-04-22)

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

6 changes: 3 additions & 3 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.5.9-rc.2",
"version": "2.5.9",
"description": "Integration for WordPress VIP's Node server helpers",
"files": [
"server/**/*",
Expand All @@ -24,8 +24,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@irvingjs/babel-preset-irving": "^2.5.9-rc.2",
"@irvingjs/core": "^2.5.9-rc.2",
"@irvingjs/babel-preset-irving": "^2.5.9",
"@irvingjs/core": "^2.5.9",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
Expand Down

0 comments on commit d7b2814

Please sign in to comment.