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 Jun 30, 2021
1 parent 97e79bf commit f766043
Show file tree
Hide file tree
Showing 44 changed files with 190 additions and 55 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0-beta.0](https://github.com/alleyinteractive/irving/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)


### Bug Fixes

* **release:** begin handling next steps for merge ([f48d28c](https://github.com/alleyinteractive/irving/commit/f48d28ca6f634edd28ef6afcee3edce3f930a9b5))
* **release:** change roundup messaging ([5b1890a](https://github.com/alleyinteractive/irving/commit/5b1890aa350f09a9878c75271305ad2fda08b120))
* **release:** fix spelling ([69385b8](https://github.com/alleyinteractive/irving/commit/69385b8af089a4e837b870a4c6a038bf11f5757e))
* **release:** further reorganization ([008d4c8](https://github.com/alleyinteractive/irving/commit/008d4c8aecfa39d6eaa6b045e5c26cfc865c4f59))
* **release:** lets try something else ([8f77caf](https://github.com/alleyinteractive/irving/commit/8f77caf109819f2b2ba14c1ee43ec7e102804797))
* **release:** lets try this AGAIN ([f7f183e](https://github.com/alleyinteractive/irving/commit/f7f183ef45f50b1370fa17d91031f50a04cc02cc))
* **release:** once again ([97415bd](https://github.com/alleyinteractive/irving/commit/97415bddf8167ff3105748fe25972d6e9f0ba6b4))
* **release:** set some defaults ([e7de1cb](https://github.com/alleyinteractive/irving/commit/e7de1cbd3de4ba7cef28b86ca3c6b77656f97852))
* **release:** skip commitizen ([bfd4d0a](https://github.com/alleyinteractive/irving/commit/bfd4d0afeff6a79d423588efa9e5b95a0126cd6a))
* **release:** switch to async/await ([d998f0b](https://github.com/alleyinteractive/irving/commit/d998f0beabc26da8eed564bbed971cea9b60c53d))
* **release:** woops ([ec96409](https://github.com/alleyinteractive/irving/commit/ec964099701434b95d7658aba4636348808db79c))
* **release:** wow ([3deae35](https://github.com/alleyinteractive/irving/commit/3deae35c0b17ce5dd65b8b63ec181c443f72a238))
* **release:** wrap merge command in a try/catch ([e7af8a3](https://github.com/alleyinteractive/irving/commit/e7af8a3a17e24c30b3ed1372762b744cd272a60c))





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.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.

# [6.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.0",
"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.6.0-alpha.3",
"@irvingjs/styled": "^6.6.0-beta.0",
"howler": "^2.1.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.6.0-alpha.0",
"@irvingjs/core": "^6.6.0-alpha.3",
"@irvingjs/babel-preset-irving": "^6.6.0-beta.0",
"@irvingjs/core": "^6.6.0-beta.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-lambda/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.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/aws-lambda/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

**Note:** Version bump only for package @irvingjs/aws-lambda





# [6.6.0-alpha.0](https://github.com/alleyinteractive/irving/packages/aws-lambda/compare/v6.5.0...v6.6.0-alpha.0) (2021-06-17)

**Note:** Version bump only for package @irvingjs/aws-lambda
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-lambda/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/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/aws-lambda",
"version": "6.6.0-alpha.0",
"version": "6.6.0-beta.0",
"description": "Run Irving on AWS Lambda",
"main": "index.js",
"repository": {
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.

# [6.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.0](https://github.com/alleyinteractive/irving/packages/babel-preset-irving/compare/v6.5.0...v6.6.0-alpha.0) (2021-06-17)

**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.6.0-alpha.0",
"version": "6.6.0-beta.0",
"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.

# [6.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/core/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/core/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.0",
"description": "Irving core application",
"files": [
"actions/**/*",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/core": "^7.10.4",
"@babel/eslint-parser": "~7.14.3",
"@hot-loader/react-dom": "^16.13.0",
"@irvingjs/babel-preset-irving": "^6.6.0-alpha.0",
"@irvingjs/babel-preset-irving": "^6.6.0-beta.0",
"@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.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.0",
"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.6.0-alpha.0",
"@irvingjs/core": "^6.6.0-alpha.3",
"@irvingjs/babel-preset-irving": "^6.6.0-beta.0",
"@irvingjs/core": "^6.6.0-beta.0",
"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.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.0",
"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.6.0-alpha.0",
"@irvingjs/core": "^6.6.0-alpha.3",
"@irvingjs/babel-preset-irving": "^6.6.0-beta.0",
"@irvingjs/core": "^6.6.0-beta.0",
"@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.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.0",
"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.6.0-alpha.0",
"@irvingjs/core": "^6.6.0-alpha.3",
"@irvingjs/babel-preset-irving": "^6.6.0-beta.0",
"@irvingjs/core": "^6.6.0-beta.0",
"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.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.6.0-alpha.3",
"version": "6.6.0-beta.0",
"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.6.0-alpha.0",
"@irvingjs/core": "^6.6.0-alpha.3",
"@irvingjs/babel-preset-irving": "^6.6.0-beta.0",
"@irvingjs/core": "^6.6.0-beta.0",
"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.6.0-beta.0](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.6.0-alpha.3...v6.6.0-beta.0) (2021-06-30)

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





# [6.6.0-alpha.3](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.5.3...v6.6.0-alpha.3) (2021-06-24)


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.

Loading

0 comments on commit f766043

Please sign in to comment.