From d963bc458a30c261669e6cf55821ec6582166f16 Mon Sep 17 00:00:00 2001 From: justinwhall Date: Tue, 22 Jun 2021 13:27:46 -0600 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/audio-player/CHANGELOG.md | 8 ++++++++ packages/audio-player/package-lock.json | 2 +- packages/audio-player/package.json | 6 +++--- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package-lock.json | 2 +- packages/core/package.json | 2 +- packages/forms/CHANGELOG.md | 8 ++++++++ packages/forms/package-lock.json | 2 +- packages/forms/package.json | 4 ++-- packages/integrations/CHANGELOG.md | 8 ++++++++ packages/integrations/package-lock.json | 2 +- packages/integrations/package.json | 4 ++-- packages/loadable/CHANGELOG.md | 8 ++++++++ packages/loadable/package-lock.json | 2 +- packages/loadable/package.json | 4 ++-- packages/postcss/CHANGELOG.md | 8 ++++++++ packages/postcss/package-lock.json | 2 +- packages/postcss/package.json | 4 ++-- packages/storybook/CHANGELOG.md | 8 ++++++++ packages/storybook/package-lock.json | 2 +- packages/storybook/package.json | 4 ++-- packages/styled-components/CHANGELOG.md | 8 ++++++++ packages/styled-components/package-lock.json | 2 +- packages/styled-components/package.json | 6 +++--- packages/styled/CHANGELOG.md | 8 ++++++++ packages/styled/package-lock.json | 2 +- packages/styled/package.json | 4 ++-- packages/tracking/CHANGELOG.md | 8 ++++++++ packages/tracking/package-lock.json | 2 +- packages/tracking/package.json | 4 ++-- packages/vip-go/CHANGELOG.md | 8 ++++++++ packages/vip-go/package-lock.json | 2 +- packages/vip-go/package.json | 4 ++-- packages/wordpress/CHANGELOG.md | 8 ++++++++ packages/wordpress/package-lock.json | 2 +- packages/wordpress/package.json | 6 +++--- 38 files changed, 149 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b76cb441..ea0cf6d850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.1](https://github.com/alleyinteractive/irving/compare/v6.5.0...v6.5.1) (2021-06-22) + + +### Bug Fixes + +* **api:** iRVING_RENDER_ERRORS check ([4297896](https://github.com/alleyinteractive/irving/commit/4297896109ee5e249cb47a40c3420f898a5f2c6c)) + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) diff --git a/lerna.json b/lerna.json index 7e326f7e99..df42618a21 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.5.0", + "version": "6.5.1", "npmClient": "npm", "command": { "publish": { diff --git a/packages/audio-player/CHANGELOG.md b/packages/audio-player/CHANGELOG.md index c92427b29b..236805d447 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **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 0246cd3cc5..5c8e67aa02 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.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/audio-player/package.json b/packages/audio-player/package.json index 8174f4e72b..550d6fa877 100644 --- a/packages/audio-player/package.json +++ b/packages/audio-player/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "6.5.0", + "version": "6.5.1", "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.0", + "@irvingjs/styled": "^6.5.1", "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.0", + "@irvingjs/core": "^6.5.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7d6e6e1cda..fbba1249ba 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.5.1](https://github.com/alleyinteractive/irving/packages/core/compare/v6.5.0...v6.5.1) (2021-06-22) + + +### Bug Fixes + +* **api:** iRVING_RENDER_ERRORS check ([4297896](https://github.com/alleyinteractive/irving/packages/core/commit/4297896109ee5e249cb47a40c3420f898a5f2c6c)) + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/core/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index dc374abcbe..ea9649d4dc 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 7e1922246b..e3c5262899 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.5.0", + "version": "6.5.1", "description": "Irving core application", "files": [ "actions/**/*", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index d8b214ab6f..1cfcac16cf 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/forms diff --git a/packages/forms/package-lock.json b/packages/forms/package-lock.json index 3a0d17c3d9..26e916c7b2 100644 --- a/packages/forms/package-lock.json +++ b/packages/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/forms/package.json b/packages/forms/package.json index a427039a39..b0854169d5 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.5.0", + "version": "6.5.1", "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.0", + "@irvingjs/core": "^6.5.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/integrations/CHANGELOG.md b/packages/integrations/CHANGELOG.md index 78265afa0e..256ed9d790 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/integrations diff --git a/packages/integrations/package-lock.json b/packages/integrations/package-lock.json index 4bb659553d..0faf25e396 100644 --- a/packages/integrations/package-lock.json +++ b/packages/integrations/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 5cd0b341d0..e4cda77680 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.5.0", + "version": "6.5.1", "description": "Third party integrations for Irving", "files": [ "actions/**/*", @@ -32,7 +32,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.0", + "@irvingjs/core": "^6.5.1", "@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 3712052be5..bb0e2b63c3 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/loadable diff --git a/packages/loadable/package-lock.json b/packages/loadable/package-lock.json index e38d770ef8..50f6daf231 100644 --- a/packages/loadable/package-lock.json +++ b/packages/loadable/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/loadable/package.json b/packages/loadable/package.json index 537c9fcb4f..8cfb002dbf 100644 --- a/packages/loadable/package.json +++ b/packages/loadable/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.5.0", + "version": "6.5.1", "description": "Integration with React Loadable", "files": [ "components/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.0", + "@irvingjs/core": "^6.5.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 78cf487508..9b9ab1ee4a 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/postcss diff --git a/packages/postcss/package-lock.json b/packages/postcss/package-lock.json index f1fca0ac45..d4bdb40d70 100644 --- a/packages/postcss/package-lock.json +++ b/packages/postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/postcss/package.json b/packages/postcss/package.json index b0e700dcda..14cfcb6e6a 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.5.0", + "version": "6.5.1", "description": "PostCSS configuration functionality for Irving", "files": [ "config/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.0", + "@irvingjs/core": "^6.5.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index e82641e089..3bfcba9df7 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/storybook diff --git a/packages/storybook/package-lock.json b/packages/storybook/package-lock.json index 0567f5d5d2..0302aa0d32 100644 --- a/packages/storybook/package-lock.json +++ b/packages/storybook/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 174cb1d322..42f0b4bdc4 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.5.0", + "version": "6.5.1", "description": "React Storybook for Irving", "files": [ ".storybook/**/*", @@ -33,7 +33,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.0", + "@irvingjs/core": "^6.5.1", "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 f5598800af..fe397545fa 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **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 299163cb78..124c6f77fb 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.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 030b020d85..b8d091ddc5 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled-components", - "version": "6.5.0", + "version": "6.5.1", "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.0", + "@irvingjs/styled": "^6.5.1", "@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.0", + "@irvingjs/core": "^6.5.1", "@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 d656d2b0c6..aa90648e2b 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.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 + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/styled diff --git a/packages/styled/package-lock.json b/packages/styled/package-lock.json index f373678d72..42bb9c3a74 100644 --- a/packages/styled/package-lock.json +++ b/packages/styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled/package.json b/packages/styled/package.json index 43a3f8be85..bc6b847394 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.5.0", + "version": "6.5.1", "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.0", + "@irvingjs/core": "^6.5.1", "@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 50630bf5df..a5ac087ffe 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.1](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.5.0...v6.5.1) (2021-06-22) + +**Note:** Version bump only for package @irvingjs/tracking + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/tracking diff --git a/packages/tracking/package-lock.json b/packages/tracking/package-lock.json index 8a2cf01567..b9ed7a7d95 100644 --- a/packages/tracking/package-lock.json +++ b/packages/tracking/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tracking/package.json b/packages/tracking/package.json index 1739fa16f3..5b09df64c8 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.5.0", + "version": "6.5.1", "description": "Integration for React Tracking", "files": [ "services/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.5.0", - "@irvingjs/core": "^6.5.0", + "@irvingjs/core": "^6.5.1", "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 7db83d0ae4..21658fd71f 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.1](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.5.0...v6.5.1) (2021-06-22) + +**Note:** Version bump only for package @irvingjs/vip-go + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **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 ef34035d55..41a851cfb3 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.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vip-go/package.json b/packages/vip-go/package.json index 600014fd71..ccd9efed34 100644 --- a/packages/vip-go/package.json +++ b/packages/vip-go/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "6.5.0", + "version": "6.5.1", "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.0", + "@irvingjs/core": "^6.5.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/wordpress/CHANGELOG.md b/packages/wordpress/CHANGELOG.md index 270d850618..2d73d9027a 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.1](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.5.0...v6.5.1) (2021-06-22) + +**Note:** Version bump only for package @irvingjs/wordpress + + + + + # [6.5.0](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.5.0-alpha.9...v6.5.0) (2021-06-17) **Note:** Version bump only for package @irvingjs/wordpress diff --git a/packages/wordpress/package-lock.json b/packages/wordpress/package-lock.json index 8c430579c0..c4cfdc3c84 100644 --- a/packages/wordpress/package-lock.json +++ b/packages/wordpress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index 0a30ebc21f..315a72a5a1 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.5.0", + "version": "6.5.1", "description": "An example package for creating your own.", "files": [ "components/**/*", @@ -24,14 +24,14 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.5.0", + "@irvingjs/styled": "^6.5.1", "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.0", + "@irvingjs/core": "^6.5.1", "babel-loader": "~8.2.2", "jest": "^26.6.3", "webpack": "~5.37.0",