From 194e88942769f0704fbf8c02148066245bb5d5ae Mon Sep 17 00:00:00 2001 From: Owen Stowe Date: Fri, 28 May 2021 16:06:18 -0400 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 6379e31d12..d8fa002d41 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.3.3](https://github.com/alleyinteractive/irving/compare/v6.3.2...v6.3.3) (2021-05-28) + + +### Bug Fixes + +* **fetchcomponents:** uhhh woops ([58effda](https://github.com/alleyinteractive/irving/commit/58effda3cc39251c66627f4f834e31ef6c9dae06)) + + + + + ## [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 diff --git a/lerna.json b/lerna.json index c22d49cdc0..097d22debb 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.3.2", + "version": "6.3.3", "npmClient": "npm", "command": { "publish": { diff --git a/packages/audio-player/CHANGELOG.md b/packages/audio-player/CHANGELOG.md index abc7595b51..ed74fe1e13 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.3](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/audio-player + + + + + ## [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 diff --git a/packages/audio-player/package-lock.json b/packages/audio-player/package-lock.json index 6660295ab5..4b5922044b 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.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/audio-player/package.json b/packages/audio-player/package.json index ef9788ed32..70bdca460a 100644 --- a/packages/audio-player/package.json +++ b/packages/audio-player/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "6.3.2", + "version": "6.3.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.3.2", + "@irvingjs/styled": "^6.3.3", "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.2", + "@irvingjs/core": "^6.3.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 98ad29ca48..e4f9f76fe4 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.3.3](https://github.com/alleyinteractive/irving/packages/core/compare/v6.3.2...v6.3.3) (2021-05-28) + + +### Bug Fixes + +* **fetchcomponents:** uhhh woops ([58effda](https://github.com/alleyinteractive/irving/packages/core/commit/58effda3cc39251c66627f4f834e31ef6c9dae06)) + + + + + ## [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 diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index fcb56d4914..14e9a2f21c 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 3f8127e01f..2c8952aaa7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.3.2", + "version": "6.3.3", "description": "Irving core application", "files": [ "actions/**/*", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 9d0775c40b..642fe7b60f 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.3](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/forms + + + + + ## [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 diff --git a/packages/forms/package-lock.json b/packages/forms/package-lock.json index 5c03ba50d8..8a7157c9ec 100644 --- a/packages/forms/package-lock.json +++ b/packages/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/forms/package.json b/packages/forms/package.json index fa9afb7499..d04267f7f7 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.3.2", + "version": "6.3.3", "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.2", + "@irvingjs/core": "^6.3.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 71fa06fa62..254cab6a78 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.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/integrations + + + + + ## [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 diff --git a/packages/integrations/package-lock.json b/packages/integrations/package-lock.json index 654a1a3072..2c904688f4 100644 --- a/packages/integrations/package-lock.json +++ b/packages/integrations/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 36a4af40e9..b0c38f4d4e 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.3.2", + "version": "6.3.3", "description": "Third party integrations for Irving", "files": [ "actions/**/*", @@ -32,7 +32,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.2", + "@irvingjs/core": "^6.3.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 368f5d87fd..c9700b16e0 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.3](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/loadable + + + + + ## [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 diff --git a/packages/loadable/package-lock.json b/packages/loadable/package-lock.json index a73ff28ac2..084177fb65 100644 --- a/packages/loadable/package-lock.json +++ b/packages/loadable/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/loadable/package.json b/packages/loadable/package.json index 427e0e44e2..48ce0ce1ab 100644 --- a/packages/loadable/package.json +++ b/packages/loadable/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.3.2", + "version": "6.3.3", "description": "Integration with React Loadable", "files": [ "components/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.2", + "@irvingjs/core": "^6.3.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 eaac33624b..da6ee6d14b 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.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/postcss + + + + + ## [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 diff --git a/packages/postcss/package-lock.json b/packages/postcss/package-lock.json index 1989891727..3b358d4a24 100644 --- a/packages/postcss/package-lock.json +++ b/packages/postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 823258c262..603c7457d0 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.3.2", + "version": "6.3.3", "description": "PostCSS configuration functionality for Irving", "files": [ "config/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.2", + "@irvingjs/core": "^6.3.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 1daad041b2..54a19d48cc 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.3](https://github.com/alleyinteractive/irving/packages/storybook/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/storybook + + + + + ## [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 diff --git a/packages/storybook/package-lock.json b/packages/storybook/package-lock.json index 12277ca628..c8e073014d 100644 --- a/packages/storybook/package-lock.json +++ b/packages/storybook/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index bf2505caf7..0145d9a726 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/storybook", - "version": "6.3.2", + "version": "6.3.3", "description": "React Storybook for Irving", "files": [ ".storybook/**/*", @@ -33,7 +33,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.2", + "@irvingjs/core": "^6.3.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 49786dc150..a25bfecebe 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.3](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/styled-components + + + + + ## [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 diff --git a/packages/styled-components/package-lock.json b/packages/styled-components/package-lock.json index 8d2aa5da1b..4a675f82e3 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.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index e3fe4b9d90..82ab3be803 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled-components", - "version": "6.3.2", + "version": "6.3.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.3.2", + "@irvingjs/styled": "^6.3.3", "@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.2", + "@irvingjs/core": "^6.3.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 6212a2f8fb..82e8c44fc3 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.3](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/styled + + + + + ## [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 diff --git a/packages/styled/package-lock.json b/packages/styled/package-lock.json index 29a1e908cd..bd7e62cf35 100644 --- a/packages/styled/package-lock.json +++ b/packages/styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled/package.json b/packages/styled/package.json index 5d875ca9d5..0556b4472d 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.3.2", + "version": "6.3.3", "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.2", + "@irvingjs/core": "^6.3.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 a2cd884fac..c59f98990e 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.3](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/tracking + + + + + ## [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 diff --git a/packages/tracking/package-lock.json b/packages/tracking/package-lock.json index f1cda5fcfb..db43a382ec 100644 --- a/packages/tracking/package-lock.json +++ b/packages/tracking/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tracking/package.json b/packages/tracking/package.json index ebc2744f20..287a68f8c0 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.3.2", + "version": "6.3.3", "description": "Integration for React Tracking", "files": [ "services/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.3.0", - "@irvingjs/core": "^6.3.2", + "@irvingjs/core": "^6.3.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 1232bd990b..90047b7f1f 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.3](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/vip-go + + + + + ## [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 diff --git a/packages/vip-go/package-lock.json b/packages/vip-go/package-lock.json index 633df6b510..f5b111f3c4 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.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vip-go/package.json b/packages/vip-go/package.json index b5c06646d0..0bdf82cf43 100644 --- a/packages/vip-go/package.json +++ b/packages/vip-go/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "6.3.2", + "version": "6.3.3", "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.2", + "@irvingjs/core": "^6.3.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 47cca52b03..9988fb19b8 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.3](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.3.2...v6.3.3) (2021-05-28) + +**Note:** Version bump only for package @irvingjs/wordpress + + + + + ## [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 diff --git a/packages/wordpress/package-lock.json b/packages/wordpress/package-lock.json index 358c4605bb..4903b77dda 100644 --- a/packages/wordpress/package-lock.json +++ b/packages/wordpress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index cf6866535b..e5b5dc1589 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.3.2", + "version": "6.3.3", "description": "An example package for creating your own.", "files": [ "components/**/*", @@ -24,14 +24,14 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.3.2", + "@irvingjs/styled": "^6.3.3", "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.2", + "@irvingjs/core": "^6.3.3", "babel-loader": "~8.2.2", "jest": "^26.6.3", "webpack": "~5.37.0",