diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6fd726d0..5db546c77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package irving + + + + + ## [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 diff --git a/lerna.json b/lerna.json index 5ad94975f0..dc51a28833 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.5.2", + "version": "6.5.3", "npmClient": "npm", "command": { "publish": { diff --git a/packages/audio-player/CHANGELOG.md b/packages/audio-player/CHANGELOG.md index 78809fa4b4..cc76550684 100644 --- a/packages/audio-player/CHANGELOG.md +++ b/packages/audio-player/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/audio-player + + + + + ## [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 diff --git a/packages/audio-player/package-lock.json b/packages/audio-player/package-lock.json index d05460ea95..a660ae32de 100644 --- a/packages/audio-player/package-lock.json +++ b/packages/audio-player/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/audio-player/package.json b/packages/audio-player/package.json index e5d8a55c89..8c0270b27c 100644 --- a/packages/audio-player/package.json +++ b/packages/audio-player/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "6.5.2", + "version": "6.5.3", "description": "Persistent audio player and related components for Irving", "files": [ "actions/**/*", @@ -22,7 +22,7 @@ "author": "Alley (Alley.co)", "license": "MIT", "dependencies": { - "@irvingjs/styled": "^6.5.2", + "@irvingjs/styled": "^6.5.3", "howler": "^2.1.3", "prop-types": "^15.7.2", "react": "^17.0.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4b9186289c..24651e9ea9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/core/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/core + + + + + ## [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 diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 84e845e1c4..7ed62fb308 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 3441679a5b..7c18c1efb5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.5.2", + "version": "6.5.3", "description": "Irving core application", "files": [ "actions/**/*", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index f107b3eb9a..859ce61fc5 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/forms + + + + + ## [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 diff --git a/packages/forms/package-lock.json b/packages/forms/package-lock.json index d69495e23c..1a853ddf10 100644 --- a/packages/forms/package-lock.json +++ b/packages/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/forms/package.json b/packages/forms/package.json index 90cd8f6275..21b1ea352b 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.5.2", + "version": "6.5.3", "description": "Form components and submission functionality for Irving", "files": [ "actions/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/integrations/CHANGELOG.md b/packages/integrations/CHANGELOG.md index e5fdc1168a..4aaf9747f4 100644 --- a/packages/integrations/CHANGELOG.md +++ b/packages/integrations/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/integrations + + + + + ## [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 diff --git a/packages/integrations/package-lock.json b/packages/integrations/package-lock.json index 37b2f25e30..fdd78c4c66 100644 --- a/packages/integrations/package-lock.json +++ b/packages/integrations/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index f45be51f6e..18af60c1a7 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.5.2", + "version": "6.5.3", "description": "Third party integrations for Irving", "files": [ "actions/**/*", @@ -32,7 +32,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "@testing-library/jest-dom": "~5.11.9", "@testing-library/react": "~11.2.5", "babel-plugin-module-resolver": "^4.0.0", diff --git a/packages/loadable/CHANGELOG.md b/packages/loadable/CHANGELOG.md index 980f22db8a..33a1df63ff 100644 --- a/packages/loadable/CHANGELOG.md +++ b/packages/loadable/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/loadable + + + + + ## [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 diff --git a/packages/loadable/package-lock.json b/packages/loadable/package-lock.json index 769d27d739..c201780ab4 100644 --- a/packages/loadable/package-lock.json +++ b/packages/loadable/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/loadable/package.json b/packages/loadable/package.json index e82ff20f74..1ebe9b3a1c 100644 --- a/packages/loadable/package.json +++ b/packages/loadable/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.5.2", + "version": "6.5.3", "description": "Integration with React Loadable", "files": [ "components/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index bafaeb4fc5..757aa3c5e4 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/postcss + + + + + ## [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 diff --git a/packages/postcss/package-lock.json b/packages/postcss/package-lock.json index 7fe0084e9f..e5a6d71f57 100644 --- a/packages/postcss/package-lock.json +++ b/packages/postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 7b936f871c..7a8be5be1e 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.5.2", + "version": "6.5.3", "description": "PostCSS configuration functionality for Irving", "files": [ "config/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index bd3219cfb6..64c216a0b4 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/storybook + + + + + ## [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 diff --git a/packages/storybook/package-lock.json b/packages/storybook/package-lock.json index db0ffabb4b..dcfe9bfb2d 100644 --- a/packages/storybook/package-lock.json +++ b/packages/storybook/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index c764265b62..406e4cc35e 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.5.2", + "version": "6.5.3", "description": "React Storybook for Irving", "files": [ ".storybook/**/*", @@ -33,7 +33,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 5886ec542d..489cda98e9 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/styled-components + + + + + ## [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 diff --git a/packages/styled-components/package-lock.json b/packages/styled-components/package-lock.json index 5dc4a5ecd8..650dd6e16e 100644 --- a/packages/styled-components/package-lock.json +++ b/packages/styled-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled-components", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index dd084bde08..2c53e41e85 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled-components", - "version": "6.5.2", + "version": "6.5.3", "description": "Integration for React components with attached styles for Irving", "files": [ "components/**/*", @@ -24,7 +24,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.5.2", + "@irvingjs/styled": "^6.5.3", "@wordpress/i18n": "^3.10.0", "buffer": "~6.0.3", "dompurify": "~2.2.7", @@ -40,7 +40,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "@testing-library/jest-dom": "~5.11.9", "@testing-library/react": "~11.2.5", "babel-plugin-module-resolver": "^4.0.0", diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index c4951e143b..1b92005db7 100644 --- a/packages/styled/CHANGELOG.md +++ b/packages/styled/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/styled + + + + + ## [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 diff --git a/packages/styled/package-lock.json b/packages/styled/package-lock.json index ffa840f930..4f9ada7beb 100644 --- a/packages/styled/package-lock.json +++ b/packages/styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled/package.json b/packages/styled/package.json index 50f8b24389..1e2415ea98 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.5.2", + "version": "6.5.3", "description": "Integration for React components with attached styles for Irving", "files": [ "server/**/*", @@ -40,7 +40,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "@testing-library/jest-dom": "~5.11.9", "@testing-library/react": "~11.2.5", "@testing-library/react-hooks": "~3.7.0", diff --git a/packages/tracking/CHANGELOG.md b/packages/tracking/CHANGELOG.md index 849ed95ed4..1380e5e5f9 100644 --- a/packages/tracking/CHANGELOG.md +++ b/packages/tracking/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/tracking + + + + + ## [6.5.2](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.5.1...v6.5.2) (2021-06-22) **Note:** Version bump only for package @irvingjs/tracking diff --git a/packages/tracking/package-lock.json b/packages/tracking/package-lock.json index 72bfb9c041..97363bd42f 100644 --- a/packages/tracking/package-lock.json +++ b/packages/tracking/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tracking/package.json b/packages/tracking/package.json index f75459a79f..ccea2e3fc8 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.5.2", + "version": "6.5.3", "description": "Integration for React Tracking", "files": [ "services/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/vip-go/CHANGELOG.md b/packages/vip-go/CHANGELOG.md index 40a55e312b..794ec0e8fe 100644 --- a/packages/vip-go/CHANGELOG.md +++ b/packages/vip-go/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/vip-go + + + + + ## [6.5.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.5.1...v6.5.2) (2021-06-22) **Note:** Version bump only for package @irvingjs/vip-go diff --git a/packages/vip-go/package-lock.json b/packages/vip-go/package-lock.json index 2b74cae690..0cb07e5181 100644 --- a/packages/vip-go/package-lock.json +++ b/packages/vip-go/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vip-go/package.json b/packages/vip-go/package.json index 068ac0662f..5a43c30619 100644 --- a/packages/vip-go/package.json +++ b/packages/vip-go/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "6.5.2", + "version": "6.5.3", "description": "Integration for WordPress VIP's Node server helpers", "files": [ "server/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/wordpress/CHANGELOG.md b/packages/wordpress/CHANGELOG.md index 32d3cfeb9b..aca87bc816 100644 --- a/packages/wordpress/CHANGELOG.md +++ b/packages/wordpress/CHANGELOG.md @@ -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.3](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.5.2...v6.5.3) (2021-06-23) + +**Note:** Version bump only for package @irvingjs/wordpress + + + + + ## [6.5.2](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.5.1...v6.5.2) (2021-06-22) **Note:** Version bump only for package @irvingjs/wordpress diff --git a/packages/wordpress/package-lock.json b/packages/wordpress/package-lock.json index 701f375c1e..7cff08bec4 100644 --- a/packages/wordpress/package-lock.json +++ b/packages/wordpress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index 2253777ac2..9c6d945640 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.5.2", + "version": "6.5.3", "description": "An example package for creating your own.", "files": [ "components/**/*", @@ -24,14 +24,14 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.5.2", + "@irvingjs/styled": "^6.5.3", "prop-types": "^15.7.2", "react": "^17.0.1", "universal-cookie": "^4.0.4" }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.2", + "@irvingjs/core": "^6.5.3", "babel-loader": "~8.2.2", "jest": "^26.6.3", "webpack": "~5.37.0",