From 481a7de453202c867bb2ac93e5077a97e4586adb Mon Sep 17 00:00:00 2001 From: cahdeemer Date: Fri, 28 May 2021 15:55:02 -0400 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 ++++++++ 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 | 8 ++++++++ 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, 143 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58eff9b91..6379e31d12 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.3.2](https://github.com/alleyinteractive/irving/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package irving + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package irving diff --git a/lerna.json b/lerna.json index 991491d81e..c22d49cdc0 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.3.1", + "version": "6.3.2", "npmClient": "npm", "command": { "publish": { diff --git a/packages/audio-player/CHANGELOG.md b/packages/audio-player/CHANGELOG.md index a2d98da7db..abc7595b51 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.3.2](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/audio-player + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **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 b5128e63be..6660295ab5 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.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/audio-player/package.json b/packages/audio-player/package.json index 47ad43b0b0..ef9788ed32 100644 --- a/packages/audio-player/package.json +++ b/packages/audio-player/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "6.3.1", + "version": "6.3.2", "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.3.1", + "@irvingjs/styled": "^6.3.2", "howler": "^2.1.3", "prop-types": "^15.7.2", "react": "^17.0.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9af60d4c71..98ad29ca48 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.3.2](https://github.com/alleyinteractive/irving/packages/core/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/core + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/core/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/core diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index a297a41810..fcb56d4914 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 9db92e898a..3f8127e01f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.3.1", + "version": "6.3.2", "description": "Irving core application", "files": [ "actions/**/*", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index fd5bb28874..9d0775c40b 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.3.2](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/forms + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/forms diff --git a/packages/forms/package-lock.json b/packages/forms/package-lock.json index bea63fb163..5c03ba50d8 100644 --- a/packages/forms/package-lock.json +++ b/packages/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/forms/package.json b/packages/forms/package.json index 086cc8d0c3..fa9afb7499 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.3.1", + "version": "6.3.2", "description": "Form components and submission functionality for Irving", "files": [ "actions/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/integrations/CHANGELOG.md b/packages/integrations/CHANGELOG.md index c9bc00453e..71fa06fa62 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.3.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/integrations + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/integrations diff --git a/packages/integrations/package-lock.json b/packages/integrations/package-lock.json index 972876fd4d..654a1a3072 100644 --- a/packages/integrations/package-lock.json +++ b/packages/integrations/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index c9aa541582..36a4af40e9 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.3.1", + "version": "6.3.2", "description": "Third party integrations for Irving", "files": [ "actions/**/*", @@ -32,7 +32,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "@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 d652b78ff8..368f5d87fd 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.3.2](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/loadable + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/loadable diff --git a/packages/loadable/package-lock.json b/packages/loadable/package-lock.json index 2ce00242a7..a73ff28ac2 100644 --- a/packages/loadable/package-lock.json +++ b/packages/loadable/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/loadable/package.json b/packages/loadable/package.json index 80144ffb68..427e0e44e2 100644 --- a/packages/loadable/package.json +++ b/packages/loadable/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.3.1", + "version": "6.3.2", "description": "Integration with React Loadable", "files": [ "components/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index fb24f64359..eaac33624b 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.3.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/postcss + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/postcss diff --git a/packages/postcss/package-lock.json b/packages/postcss/package-lock.json index 6b6be2e355..1989891727 100644 --- a/packages/postcss/package-lock.json +++ b/packages/postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/postcss/package.json b/packages/postcss/package.json index a9b0842e63..823258c262 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.3.1", + "version": "6.3.2", "description": "PostCSS configuration functionality for Irving", "files": [ "config/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 67c9cc54a5..1daad041b2 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.3.2](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/storybook + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/storybook diff --git a/packages/storybook/package-lock.json b/packages/storybook/package-lock.json index d2ddad8fad..12277ca628 100644 --- a/packages/storybook/package-lock.json +++ b/packages/storybook/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 5fd04c58e3..bf2505caf7 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.3.1", + "version": "6.3.2", "description": "React Storybook for Irving", "files": [ ".storybook/**/*", @@ -33,7 +33,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "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 e10a99bcde..49786dc150 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.3.2](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/styled-components + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **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 2700f1d11f..8d2aa5da1b 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.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 5899749ca4..e3fe4b9d90 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled-components", - "version": "6.3.1", + "version": "6.3.2", "description": "Integration for React components with attached styles for Irving", "files": [ "components/**/*", @@ -24,7 +24,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.3.1", + "@irvingjs/styled": "^6.3.2", "@wordpress/i18n": "^3.10.0", "buffer": "~6.0.3", "dompurify": "~2.2.7", @@ -40,7 +40,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "@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 b8863ef6b3..6212a2f8fb 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.3.2](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/styled + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/styled diff --git a/packages/styled/package-lock.json b/packages/styled/package-lock.json index d5642f299f..29a1e908cd 100644 --- a/packages/styled/package-lock.json +++ b/packages/styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled/package.json b/packages/styled/package.json index d9d2cc76c8..5d875ca9d5 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.3.1", + "version": "6.3.2", "description": "Integration for React components with attached styles for Irving", "files": [ "server/**/*", @@ -40,7 +40,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "@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 026ca4bd4a..a2cd884fac 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.3.2](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/tracking + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/tracking diff --git a/packages/tracking/package-lock.json b/packages/tracking/package-lock.json index 664b964170..f1cda5fcfb 100644 --- a/packages/tracking/package-lock.json +++ b/packages/tracking/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tracking/package.json b/packages/tracking/package.json index 41c13e7ecd..ebc2744f20 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.3.1", + "version": "6.3.2", "description": "Integration for React Tracking", "files": [ "services/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "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 f20e345603..1232bd990b 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.3.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/vip-go + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **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 8559ef6754..633df6b510 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.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vip-go/package.json b/packages/vip-go/package.json index 7e5cbb776e..b5c06646d0 100644 --- a/packages/vip-go/package.json +++ b/packages/vip-go/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "6.3.1", + "version": "6.3.2", "description": "Integration for WordPress VIP's Node server helpers", "files": [ "server/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/wordpress/CHANGELOG.md b/packages/wordpress/CHANGELOG.md index 88b3c28c0f..47cca52b03 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.3.2](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.3.1...v6.3.2) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/wordpress + + + + + ## [6.3.1](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28) **Note:** Version bump only for package @irvingjs/wordpress diff --git a/packages/wordpress/package-lock.json b/packages/wordpress/package-lock.json index adce312a26..358c4605bb 100644 --- a/packages/wordpress/package-lock.json +++ b/packages/wordpress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index 307fe24807..cf6866535b 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.3.1", + "version": "6.3.2", "description": "An example package for creating your own.", "files": [ "components/**/*", @@ -24,14 +24,14 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.3.1", + "@irvingjs/styled": "^6.3.2", "prop-types": "^15.7.2", "react": "^17.0.1", "universal-cookie": "^4.0.4" }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.1", + "@irvingjs/core": "^6.3.2", "babel-loader": "~8.2.2", "jest": "^26.6.3", "webpack": "~5.37.0",