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 28, 2020
1 parent 61b1f1a commit 4230e44
Show file tree
Hide file tree
Showing 29 changed files with 126 additions and 34 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0-rc.0](https://github.com/alleyinteractive/irving/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)


### Bug Fixes

* **package.json:** fix arg for --create-release ([b961609](https://github.com/alleyinteractive/irving/commit/b961609c25eeb5e492bfd7e72bfac4ffc03fc492))


### Features

* **fetchcomponents.js:** add flags to canary, move comment ([6c5b2dd](https://github.com/alleyinteractive/irving/commit/6c5b2dd3e49b6126bcd795fef3fff42e1236a56a))
* **package.json:** beta + rc should use --create-release ([b14208c](https://github.com/alleyinteractive/irving/commit/b14208c8aa52c94257de6df508108374ff444cfd))





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


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",
"version": "2.6.0-rc.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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/core": "^2.5.9",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"@irvingjs/core": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"description": "Babel preset for working with irving",
"main": "index.js",
"repository": {
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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/core/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)


### Features

* **fetchcomponents.js:** add flags to canary, move comment ([6c5b2dd](https://github.com/alleyinteractive/irving/packages/core/commit/6c5b2dd3e49b6126bcd795fef3fff42e1236a56a))





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/core": "^2.5.9",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"@irvingjs/core": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/core": "^2.5.9",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"@irvingjs/core": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/core": "^2.5.9",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"@irvingjs/core": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/core": "^2.5.9",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"@irvingjs/core": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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",
"version": "2.6.0-rc.0",
"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",
"@irvingjs/core": "^2.5.9",
"@irvingjs/babel-preset-irving": "^2.6.0-rc.0",
"@irvingjs/core": "^2.6.0-rc.0",
"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.6.0-rc.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.5.9...v2.6.0-rc.0) (2020-04-28)

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





## [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
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.

Loading

0 comments on commit 4230e44

Please sign in to comment.