From 6901cdcd6a30e12dacf06f657ce5da6e4cf0ee13 Mon Sep 17 00:00:00 2001 From: Owen Stowe Date: Wed, 21 Apr 2021 10:47:32 -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/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/styleguide/CHANGELOG.md | 8 ++++++++ packages/styleguide/package-lock.json | 2 +- packages/styleguide/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 8d3822bf5e..2e41bdf173 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.0.0-rc.3](https://github.com/alleyinteractive/irving/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + + +### Bug Fixes + +* **sanitize:** add a couple more attributes ([fd543af](https://github.com/alleyinteractive/irving/commit/fd543aff77c98e316425304dc78a6028aacbf6fa)) + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/lerna.json b/lerna.json index d88816ce0c..b285ce8485 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "npmClient": "npm", "command": { "publish": { diff --git a/packages/audio-player/CHANGELOG.md b/packages/audio-player/CHANGELOG.md index b90507b725..1bd311c23d 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/audio-player + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/audio-player/package-lock.json b/packages/audio-player/package-lock.json index 071a92a189..5db66c0e47 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.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/audio-player/package.json b/packages/audio-player/package.json index 3f59bb0422..3c4a8d564e 100644 --- a/packages/audio-player/package.json +++ b/packages/audio-player/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.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.0.0-rc.2", + "@irvingjs/styled": "^6.0.0-rc.3", "howler": "^2.1.3", "prop-types": "^15.7.2", "react": "^17.0.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 bddb7447cf..927402fe00 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/core/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + + +### Bug Fixes + +* **sanitize:** add a couple more attributes ([fd543af](https://github.com/alleyinteractive/irving/packages/core/commit/fd543aff77c98e316425304dc78a6028aacbf6fa)) + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/core/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 12b2afd81e..bd6dad2cf3 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 4ee3476371..37198834d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Irving core application", "files": [ "actions/**/*", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 75ebf40c44..c4f4672286 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/forms + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/forms/package-lock.json b/packages/forms/package-lock.json index 8faef13c65..e9b5b3fccb 100644 --- a/packages/forms/package-lock.json +++ b/packages/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/forms/package.json b/packages/forms/package.json index 441b1f3f83..553ff0188c 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Form components and submission functionality for Irving", "files": [ "actions/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 b2305d61b9..c41765ac54 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/integrations + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/integrations/package-lock.json b/packages/integrations/package-lock.json index 6367efc3c2..cd372147a6 100644 --- a/packages/integrations/package-lock.json +++ b/packages/integrations/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 5e82461180..8a5fded8d0 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Third party integrations for Irving", "files": [ "actions/**/*", @@ -32,7 +32,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 949bd62b24..f47df2ef5f 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/loadable + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/loaodable/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/loadable/package-lock.json b/packages/loadable/package-lock.json index 07a2d0b292..dfd964fffb 100644 --- a/packages/loadable/package-lock.json +++ b/packages/loadable/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/loadable/package.json b/packages/loadable/package.json index e6d7e84214..611d62d8a7 100644 --- a/packages/loadable/package.json +++ b/packages/loadable/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/loadable", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Integration with React Loadable", "files": [ "components/**/*", @@ -31,7 +31,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 1049ad7587..acfcdad848 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/postcss + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/postcss/package-lock.json b/packages/postcss/package-lock.json index 935dbaba34..6029341529 100644 --- a/packages/postcss/package-lock.json +++ b/packages/postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 170c555f89..430d48caa1 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "PostCSS configuration functionality for Irving", "files": [ "config/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 d577374b5c..e58e1a70f6 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/styled-components + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/styled-components/package-lock.json b/packages/styled-components/package-lock.json index ca59230245..d6611dcbd0 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.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index e86ea9ffb6..66964f57bc 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled-components", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.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.0.0-rc.2", + "@irvingjs/styled": "^6.0.0-rc.3", "@wordpress/i18n": "^3.10.0", "buffer": "~6.0.3", "dompurify": "~2.2.7", @@ -42,7 +42,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 bc606ec061..a279b18287 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/styled + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/styled/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/styled/package-lock.json b/packages/styled/package-lock.json index 463b654233..2f6f3b1d28 100644 --- a/packages/styled/package-lock.json +++ b/packages/styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled/package.json b/packages/styled/package.json index 005de289d4..5c73976fa6 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Integration for React components with attached styles for Irving", "files": [ "server/**/*", @@ -40,7 +40,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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/styleguide/CHANGELOG.md b/packages/styleguide/CHANGELOG.md index 44becb7993..39dec8556c 100644 --- a/packages/styleguide/CHANGELOG.md +++ b/packages/styleguide/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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/styleguide/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/styleguide + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/styleguide/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/styleguide/package-lock.json b/packages/styleguide/package-lock.json index 868394c9ee..d7eb3ba2f5 100644 --- a/packages/styleguide/package-lock.json +++ b/packages/styleguide/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styleguide", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styleguide/package.json b/packages/styleguide/package.json index b018a769a5..c9d9412dab 100644 --- a/packages/styleguide/package.json +++ b/packages/styleguide/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styleguide", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "React Styleguidist for Irving", "files": [ "config/**/*", @@ -21,7 +21,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.3", "babel-plugin-module-resolver": "^4.0.0", "jest": "^26.6.3" }, diff --git a/packages/tracking/CHANGELOG.md b/packages/tracking/CHANGELOG.md index 10f72d8dd6..d745e8a4fb 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/tracking + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/tracking/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/tracking/package-lock.json b/packages/tracking/package-lock.json index 90d71acb0f..0e2cfab9a7 100644 --- a/packages/tracking/package-lock.json +++ b/packages/tracking/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tracking/package.json b/packages/tracking/package.json index 42f2579951..e618597e2f 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/tracking", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Integration for React Tracking", "files": [ "services/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 2259fa4b84..68635451de 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/vip-go + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/vip-go/package-lock.json b/packages/vip-go/package-lock.json index 0edd1c59b6..5c2379397e 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.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vip-go/package.json b/packages/vip-go/package.json index a1a54a1e94..bc056dacc2 100644 --- a/packages/vip-go/package.json +++ b/packages/vip-go/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "Integration for WordPress VIP's Node server helpers", "files": [ "server/**/*", @@ -24,7 +24,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.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 3b0fd58909..054a410326 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.0.0-rc.3](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2021-04-21) + +**Note:** Version bump only for package @irvingjs/wordpress + + + + + # [6.0.0-rc.2](https://github.com/alleyinteractive/irving/packages/example-package/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2021-04-20) diff --git a/packages/wordpress/package-lock.json b/packages/wordpress/package-lock.json index 922e360baa..1576396467 100644 --- a/packages/wordpress/package-lock.json +++ b/packages/wordpress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index 391ce70a46..0b5b3cb4b2 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/wordpress", - "version": "6.0.0-rc.2", + "version": "6.0.0-rc.3", "description": "An example package for creating your own.", "files": [ "components/**/*", @@ -24,13 +24,13 @@ "test:watch": "jest --watch" }, "dependencies": { - "@irvingjs/styled": "^6.0.0-rc.2", + "@irvingjs/styled": "^6.0.0-rc.3", "prop-types": "^15.7.2", "react": "^17.0.1" }, "devDependencies": { "@irvingjs/babel-preset-irving": "^6.0.0-rc.0", - "@irvingjs/core": "^6.0.0-rc.2", + "@irvingjs/core": "^6.0.0-rc.3", "babel-loader": "^8.1.0", "jest": "^26.6.3", "webpack": "~5.21.2",