From e2a29d6f9f11c0be6f33853310c46ea808e72802 Mon Sep 17 00:00:00 2001 From: Owen Stowe Date: Wed, 27 May 2020 11:17:04 -0400 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/audio-player/CHANGELOG.md | 8 ++++++++ packages/audio-player/package-lock.json | 2 +- packages/audio-player/package.json | 4 ++-- packages/core/CHANGELOG.md | 12 ++++++++++++ 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/postcss/CHANGELOG.md | 8 ++++++++ packages/postcss/package-lock.json | 2 +- packages/postcss/package.json | 4 ++-- 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/vip-go/CHANGELOG.md | 8 ++++++++ packages/vip-go/package-lock.json | 2 +- packages/vip-go/package.json | 4 ++-- 26 files changed, 104 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945afdceb0..7afbb743df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.1](https://github.com/alleyinteractive/irving/compare/v2.10.0...v2.10.1) (2020-05-27) + + +### Bug Fixes + +* **server:** fix eslint errors, remove top-level eslint config ([966639e](https://github.com/alleyinteractive/irving/commit/966639e14999d2ec363e2eebb11cd91540870b1d)) +* **server:** uncomment commented code ([e58500c](https://github.com/alleyinteractive/irving/commit/e58500c4d9baa4987d63b161479bc1d8df2032ec)) + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package irving diff --git a/lerna.json b/lerna.json index a218e2ccaf..cbad6423ab 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.10.0", + "version": "2.10.1", "npmClient": "npm", "command": { "publish": { diff --git a/packages/audio-player/CHANGELOG.md b/packages/audio-player/CHANGELOG.md index fe9125a38a..02e57d8fa8 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/audio-player + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **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 88f5b0379e..de6d929153 100644 --- a/packages/audio-player/package-lock.json +++ b/packages/audio-player/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/audio-player/package.json b/packages/audio-player/package.json index 975bbb6f20..ef85ba8b46 100644 --- a/packages/audio-player/package.json +++ b/packages/audio-player/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/audio-player", - "version": "2.10.0", + "version": "2.10.1", "description": "Persistent audio player and related components for Irving", "files": [ "actions/**/*", @@ -29,7 +29,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^25.5.3" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9cf0da21a7..2c5059bcea 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/core/compare/v2.10.0...v2.10.1) (2020-05-27) + + +### Bug Fixes + +* **server:** fix eslint errors, remove top-level eslint config ([966639e](https://github.com/alleyinteractive/irving/packages/core/commit/966639e14999d2ec363e2eebb11cd91540870b1d)) +* **server:** uncomment commented code ([e58500c](https://github.com/alleyinteractive/irving/packages/core/commit/e58500c4d9baa4987d63b161479bc1d8df2032ec)) + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/core/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package @irvingjs/core diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index b71d4a4ed6..2615842aee 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 909804da5c..b6e0a77d42 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/core", - "version": "2.10.0", + "version": "2.10.1", "description": "Irving core application", "files": [ "actions/**/*", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 03f9241ee1..5d29b0b5c7 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/forms + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/forms/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package @irvingjs/forms diff --git a/packages/forms/package-lock.json b/packages/forms/package-lock.json index 8445b7b53b..a1ed0609a2 100644 --- a/packages/forms/package-lock.json +++ b/packages/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/forms/package.json b/packages/forms/package.json index fa0f9a84f5..c5f9cf1890 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/forms", - "version": "2.10.0", + "version": "2.10.1", "description": "Form components and submission functionality for Irving", "files": [ "actions/**/*", @@ -30,7 +30,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^25.5.3" }, diff --git a/packages/integrations/CHANGELOG.md b/packages/integrations/CHANGELOG.md index 9aa61ab695..2fe66933cb 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/integrations + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package @irvingjs/integrations diff --git a/packages/integrations/package-lock.json b/packages/integrations/package-lock.json index 63b9be1912..bfd2153c81 100644 --- a/packages/integrations/package-lock.json +++ b/packages/integrations/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 34b7e175f9..fea89cbd52 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/integrations", - "version": "2.10.0", + "version": "2.10.1", "description": "Third party integrations for Irving", "files": [ "components/**/*", @@ -20,7 +20,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^25.5.3" }, diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 146255fda5..81679d5684 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/postcss + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package @irvingjs/postcss diff --git a/packages/postcss/package-lock.json b/packages/postcss/package-lock.json index e344c6e3c8..bb15749387 100644 --- a/packages/postcss/package-lock.json +++ b/packages/postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 39bdbcbe2b..d283882f4e 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/postcss", - "version": "2.10.0", + "version": "2.10.1", "description": "PostCSS configuration functionality for Irving", "files": [ "config/**/*", @@ -22,7 +22,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^25.5.3" }, diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index 36f7bcfe77..91e5cc8875 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/styled + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/styled/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package @irvingjs/styled diff --git a/packages/styled/package-lock.json b/packages/styled/package-lock.json index 299ebf9854..6b55bafc09 100644 --- a/packages/styled/package-lock.json +++ b/packages/styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styled/package.json b/packages/styled/package.json index 6601458759..337d991330 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styled", - "version": "2.10.0", + "version": "2.10.1", "description": "Integration for React components with attached styles for Irving", "files": [ "server/**/*", @@ -36,7 +36,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "enzyme": "^3.11.0", "jest": "^25.5.3" diff --git a/packages/styleguide/CHANGELOG.md b/packages/styleguide/CHANGELOG.md index 2611563d7b..3b80b77f13 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/styleguide + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **Note:** Version bump only for package @irvingjs/styleguide diff --git a/packages/styleguide/package-lock.json b/packages/styleguide/package-lock.json index f9fe8992ee..7394091439 100644 --- a/packages/styleguide/package-lock.json +++ b/packages/styleguide/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styleguide", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/styleguide/package.json b/packages/styleguide/package.json index 0888d228fa..2a009e97e9 100644 --- a/packages/styleguide/package.json +++ b/packages/styleguide/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/styleguide", - "version": "2.10.0", + "version": "2.10.1", "description": "React Styleguidist for Irving", "files": [ "config/**/*", @@ -21,7 +21,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^25.5.3" }, diff --git a/packages/vip-go/CHANGELOG.md b/packages/vip-go/CHANGELOG.md index 07d39d3109..e88dc81a98 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. +## [2.10.1](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.10.0...v2.10.1) (2020-05-27) + +**Note:** Version bump only for package @irvingjs/vip-go + + + + + # [2.10.0](https://github.com/alleyinteractive/irving/packages/vip-go/compare/v2.10.0-rc.0...v2.10.0) (2020-05-26) **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 90a8cacd30..c5825326f9 100644 --- a/packages/vip-go/package-lock.json +++ b/packages/vip-go/package-lock.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vip-go/package.json b/packages/vip-go/package.json index f46e3f02eb..44eae3ef75 100644 --- a/packages/vip-go/package.json +++ b/packages/vip-go/package.json @@ -1,6 +1,6 @@ { "name": "@irvingjs/vip-go", - "version": "2.10.0", + "version": "2.10.1", "description": "Integration for WordPress VIP's Node server helpers", "files": [ "server/**/*", @@ -24,7 +24,7 @@ }, "devDependencies": { "@irvingjs/babel-preset-irving": "^2.10.0", - "@irvingjs/core": "^2.10.0", + "@irvingjs/core": "^2.10.1", "babel-plugin-module-resolver": "^4.0.0", "jest": "^25.5.3" },