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
justinwhall committed Jun 22, 2021
1 parent 7d07498 commit fbd68f4
Show file tree
Hide file tree
Showing 38 changed files with 143 additions and 39 deletions.
8 changes: 8 additions & 0 deletions 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.5.2](https://github.com/alleyinteractive/irving/compare/v6.5.1...v6.5.2) (2021-06-22)

**Note:** Version bump only for package irving





## [6.5.1](https://github.com/alleyinteractive/irving/compare/v6.5.0...v6.5.1) (2021-06-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": "6.5.1",
"version": "6.5.2",
"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.5.2](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.5.0...v6.5.1) (2021-06-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": "6.5.1",
"version": "6.5.2",
"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.5.1",
"@irvingjs/styled": "^6.5.2",
"howler": "^2.1.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.3"
},
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.

## [6.5.2](https://github.com/alleyinteractive/irving/packages/core/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/core/compare/v6.5.0...v6.5.1) (2021-06-22)


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": "6.5.1",
"version": "6.5.2",
"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.

## [6.5.2](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.5.0...v6.5.1) (2021-06-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.

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": "6.5.1",
"version": "6.5.2",
"description": "Form components and submission functionality for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"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.5.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.0...v6.5.1) (2021-06-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.

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": "6.5.1",
"version": "6.5.2",
"description": "Third party integrations for Irving",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"@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.5.2](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.5.0...v6.5.1) (2021-06-22)

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

4 changes: 2 additions & 2 deletions packages/loadable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/loadable",
"version": "6.5.1",
"version": "6.5.2",
"description": "Integration with React Loadable",
"files": [
"components/**/*",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"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.5.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.0...v6.5.1) (2021-06-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.

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": "6.5.1",
"version": "6.5.2",
"description": "PostCSS configuration functionality for Irving",
"files": [
"config/**/*",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/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.5.2](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.5.0...v6.5.1) (2021-06-22)

**Note:** Version bump only for package @irvingjs/storybook
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/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/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/storybook",
"version": "6.5.1",
"version": "6.5.2",
"description": "React Storybook for Irving",
"files": [
".storybook/**/*",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"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.5.2](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.5.0...v6.5.1) (2021-06-22)

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

6 changes: 3 additions & 3 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.5.1",
"version": "6.5.2",
"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.5.1",
"@irvingjs/styled": "^6.5.2",
"@wordpress/i18n": "^3.10.0",
"buffer": "~6.0.3",
"dompurify": "~2.2.7",
Expand All @@ -40,7 +40,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"@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.5.2](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.5.1...v6.5.2) (2021-06-22)

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





## [6.5.1](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.5.0...v6.5.1) (2021-06-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.

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": "6.5.1",
"version": "6.5.2",
"description": "Integration for React components with attached styles for Irving",
"files": [
"server/**/*",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.5.0",
"@irvingjs/core": "^6.5.1",
"@irvingjs/core": "^6.5.2",
"@testing-library/jest-dom": "~5.11.9",
"@testing-library/react": "~11.2.5",
"@testing-library/react-hooks": "~3.7.0",
Expand Down
Loading

0 comments on commit fbd68f4

Please sign in to comment.