Skip to content
This repository was 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 23, 2021
1 parent 639bf42 commit 16b7dba
Show file tree
Hide file tree
Showing 41 changed files with 179 additions and 53 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/alleyinteractive/irving/compare/v6.0.0...v6.0.1) (2021-04-23)


### Bug Fixes

* **redirect): fix(redirect:** return early from components saga if we aren't redirecting ([d9a26a4](https://github.com/alleyinteractive/irving/commit/d9a26a4f304f5463aec23f88071247f4b6a58be5))
* **webpack:** fix asset output settings on the server side to prevent missing images ([639bf42](https://github.com/alleyinteractive/irving/commit/639bf42c940ca0d318105d2454e6116396ebd7c3))





# [6.0.0](https://github.com/alleyinteractive/irving/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**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": "6.0.0",
"version": "6.0.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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

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

8 changes: 4 additions & 4 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": "6.0.0",
"version": "6.0.1",
"description": "Persistent audio player and related components for Irving",
"files": [
"actions/**/*",
Expand All @@ -22,15 +22,15 @@
"author": "Alley (Alley.co)",
"license": "MIT",
"dependencies": {
"@irvingjs/styled": "^6.0.0",
"@irvingjs/styled": "^6.0.1",
"howler": "^2.1.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/core": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@irvingjs/core": "^6.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-preset-irving/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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v6.0.0...v6.0.1) (2021-04-23)


### Bug Fixes

* **webpack:** fix asset output settings on the server side to prevent missing images ([639bf42](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/commit/639bf42c940ca0d318105d2454e6116396ebd7c3))





# [6.0.0](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**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": "6.0.0",
"version": "6.0.1",
"description": "Babel preset for working with irving",
"main": "index.js",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/core/compare/v6.0.0...v6.0.1) (2021-04-23)


### Bug Fixes

* **redirect): fix(redirect:** return early from components saga if we aren't redirecting ([d9a26a4](https://github.com/alleyinteractive/irving/packages/core/commit/d9a26a4f304f5463aec23f88071247f4b6a58be5))
* **webpack:** fix asset output settings on the server side to prevent missing images ([639bf42](https://github.com/alleyinteractive/irving/packages/core/commit/639bf42c940ca0d318105d2454e6116396ebd7c3))





# [6.0.0](https://github.com/alleyinteractive/irving/packages/core/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**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": "6.0.0",
"version": "6.0.1",
"description": "Irving core application",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.10.4",
"@hot-loader/react-dom": "^16.13.0",
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "~0.4.3",
"@svgr/webpack": "~5.5.0",
"abort-controller": "^3.0.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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**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": "6.0.0",
"version": "6.0.1",
"description": "Form components and submission functionality for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -30,8 +30,8 @@
"react-hook-form": "^6.0.6"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/core": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@irvingjs/core": "^6.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**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": "6.0.0",
"version": "6.0.1",
"description": "Third party integrations for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -31,8 +31,8 @@
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/core": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@irvingjs/core": "^6.0.1",
"@testing-library/jest-dom": "~5.11.9",
"@testing-library/react": "~11.2.5",
"babel-plugin-module-resolver": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/loadable/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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**Note:** Version bump only for package @irvingjs/loadable
Expand Down
2 changes: 1 addition & 1 deletion packages/loadable/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/loadable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/loadable",
"version": "6.0.0",
"version": "6.0.1",
"description": "Integration with React Loadable",
"files": [
"components/**/*",
Expand Down Expand Up @@ -30,8 +30,8 @@
"react": "^17.0.1"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/core": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@irvingjs/core": "^6.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

**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": "6.0.0",
"version": "6.0.1",
"description": "PostCSS configuration functionality for Irving",
"files": [
"config/**/*",
Expand All @@ -21,8 +21,8 @@
"stylelint-order": "^4.0.0"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/core": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@irvingjs/core": "^6.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/styled-components/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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

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

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

8 changes: 4 additions & 4 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/styled-components",
"version": "6.0.0",
"version": "6.0.1",
"description": "Integration for React components with attached styles for Irving",
"files": [
"components/**/*",
Expand All @@ -24,7 +24,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@irvingjs/styled": "^6.0.0",
"@irvingjs/styled": "^6.0.1",
"@wordpress/i18n": "^3.10.0",
"buffer": "~6.0.3",
"dompurify": "~2.2.7",
Expand All @@ -41,8 +41,8 @@
"styled-css-grid": "^1.2.1"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.0.0",
"@irvingjs/core": "^6.0.0",
"@irvingjs/babel-preset-irving": "^6.0.1",
"@irvingjs/core": "^6.0.1",
"@testing-library/jest-dom": "~5.11.9",
"@testing-library/react": "~11.2.5",
"babel-plugin-module-resolver": "^4.0.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.

## [6.0.1](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.0.0...v6.0.1) (2021-04-23)

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





# [6.0.0](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.0.0-rc.3...v6.0.0) (2021-04-21)

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

Loading

0 comments on commit 16b7dba

Please sign in to comment.