From 3f30503acf5a860199ebd0043d6accee90da3900 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Wed, 9 Aug 2023 12:12:44 +0200 Subject: [PATCH] chore(release): publish packages --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/gatsby-plugin-breadcrumbs/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-breadcrumbs/package.json | 2 +- packages/gatsby-plugin-cookie-consent/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-cookie-consent/package.json | 2 +- packages/gatsby-plugin-i18next/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-i18next/package.json | 2 +- packages/gatsby-plugin-matomo/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-matomo/package.json | 2 +- packages/gatsby-plugin-page-wrapper/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-page-wrapper/package.json | 2 +- packages/gatsby-plugin-search/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-search/package.json | 2 +- packages/gatsby-plugin-site-index/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-site-index/package.json | 2 +- packages/gatsby-plugin-wsui/CHANGELOG.md | 9 +++++++++ packages/gatsby-plugin-wsui/package.json | 2 +- packages/gatsby-theme-wordpress-basic/CHANGELOG.md | 9 +++++++++ packages/gatsby-theme-wordpress-basic/package.json | 14 +++++++------- 20 files changed, 99 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8324862..b72d94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + + +### Bug Fixes + +* Wrong background color context ([0566ce1](https://github.com/whitespace-se/gatsby-packages/commit/0566ce176b69de89b956ef77602cbf0807739a72)) + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 6a42d49..8c18673 100644 --- a/lerna.json +++ b/lerna.json @@ -79,5 +79,5 @@ "packages": [ "packages/*" ], - "version": "1.5.0-next.5" + "version": "1.5.0-next.6" } diff --git a/packages/gatsby-plugin-breadcrumbs/CHANGELOG.md b/packages/gatsby-plugin-breadcrumbs/CHANGELOG.md index 158e1a3..150c815 100644 --- a/packages/gatsby-plugin-breadcrumbs/CHANGELOG.md +++ b/packages/gatsby-plugin-breadcrumbs/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-breadcrumbs + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-breadcrumbs diff --git a/packages/gatsby-plugin-breadcrumbs/package.json b/packages/gatsby-plugin-breadcrumbs/package.json index 30a6c2c..17fd6ba 100644 --- a/packages/gatsby-plugin-breadcrumbs/package.json +++ b/packages/gatsby-plugin-breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-breadcrumbs", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "main": "index.js", "author": "Whitespace Dev ", "description": "Provides a breadcrumbs component for Gatsby", diff --git a/packages/gatsby-plugin-cookie-consent/CHANGELOG.md b/packages/gatsby-plugin-cookie-consent/CHANGELOG.md index 987b292..2717de3 100644 --- a/packages/gatsby-plugin-cookie-consent/CHANGELOG.md +++ b/packages/gatsby-plugin-cookie-consent/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-cookie-consent + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-cookie-consent diff --git a/packages/gatsby-plugin-cookie-consent/package.json b/packages/gatsby-plugin-cookie-consent/package.json index b4cd9d4..cf99413 100644 --- a/packages/gatsby-plugin-cookie-consent/package.json +++ b/packages/gatsby-plugin-cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-cookie-consent", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "main": "index.js", "author": "Whitespace Dev ", "description": "Adds a cookie consent component to gatsby sites", diff --git a/packages/gatsby-plugin-i18next/CHANGELOG.md b/packages/gatsby-plugin-i18next/CHANGELOG.md index 1788464..4935eaa 100644 --- a/packages/gatsby-plugin-i18next/CHANGELOG.md +++ b/packages/gatsby-plugin-i18next/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-i18next + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-i18next diff --git a/packages/gatsby-plugin-i18next/package.json b/packages/gatsby-plugin-i18next/package.json index cc4381c..287261d 100644 --- a/packages/gatsby-plugin-i18next/package.json +++ b/packages/gatsby-plugin-i18next/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-i18next", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "main": "index.js", "author": "Whitespace Dev ", "license": "AGPL", diff --git a/packages/gatsby-plugin-matomo/CHANGELOG.md b/packages/gatsby-plugin-matomo/CHANGELOG.md index da6b9cf..f64fc30 100644 --- a/packages/gatsby-plugin-matomo/CHANGELOG.md +++ b/packages/gatsby-plugin-matomo/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-matomo + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-matomo diff --git a/packages/gatsby-plugin-matomo/package.json b/packages/gatsby-plugin-matomo/package.json index cd6212a..9dcecc1 100644 --- a/packages/gatsby-plugin-matomo/package.json +++ b/packages/gatsby-plugin-matomo/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-matomo", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "description": "Whitespace’s basic Gatsby plugin for Matomo", "author": "Whitespace Dev ", "license": "AGPL", diff --git a/packages/gatsby-plugin-page-wrapper/CHANGELOG.md b/packages/gatsby-plugin-page-wrapper/CHANGELOG.md index 2f0c59d..6c92312 100644 --- a/packages/gatsby-plugin-page-wrapper/CHANGELOG.md +++ b/packages/gatsby-plugin-page-wrapper/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-page-wrapper + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-page-wrapper diff --git a/packages/gatsby-plugin-page-wrapper/package.json b/packages/gatsby-plugin-page-wrapper/package.json index f99427e..0cff61f 100644 --- a/packages/gatsby-plugin-page-wrapper/package.json +++ b/packages/gatsby-plugin-page-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-page-wrapper", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "main": "index.js", "author": "Whitespace Dev ", "license": "AGPL", diff --git a/packages/gatsby-plugin-search/CHANGELOG.md b/packages/gatsby-plugin-search/CHANGELOG.md index 5ddfd4a..1310d78 100644 --- a/packages/gatsby-plugin-search/CHANGELOG.md +++ b/packages/gatsby-plugin-search/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-search + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-search diff --git a/packages/gatsby-plugin-search/package.json b/packages/gatsby-plugin-search/package.json index 406b081..18faf59 100644 --- a/packages/gatsby-plugin-search/package.json +++ b/packages/gatsby-plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-search", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "description": "Adds search to your Gatsby site", "license": "AGPL", "files": [ diff --git a/packages/gatsby-plugin-site-index/CHANGELOG.md b/packages/gatsby-plugin-site-index/CHANGELOG.md index 8faa0d3..c045762 100644 --- a/packages/gatsby-plugin-site-index/CHANGELOG.md +++ b/packages/gatsby-plugin-site-index/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. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-site-index + + + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-site-index diff --git a/packages/gatsby-plugin-site-index/package.json b/packages/gatsby-plugin-site-index/package.json index 86f6b99..ff49fd5 100644 --- a/packages/gatsby-plugin-site-index/package.json +++ b/packages/gatsby-plugin-site-index/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-site-index", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "description": "Generates a site index", "author": "Whitespace Dev ", "license": "AGPL", diff --git a/packages/gatsby-plugin-wsui/CHANGELOG.md b/packages/gatsby-plugin-wsui/CHANGELOG.md index 1926c38..3beaedb 100644 --- a/packages/gatsby-plugin-wsui/CHANGELOG.md +++ b/packages/gatsby-plugin-wsui/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + + +### Bug Fixes + +* Wrong background color context ([0566ce1](https://github.com/whitespace-se/gatsby-packages/commit/0566ce176b69de89b956ef77602cbf0807739a72)) + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-plugin-wsui diff --git a/packages/gatsby-plugin-wsui/package.json b/packages/gatsby-plugin-wsui/package.json index 68e9e58..0d149bd 100644 --- a/packages/gatsby-plugin-wsui/package.json +++ b/packages/gatsby-plugin-wsui/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-plugin-wsui", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "main": "index.js", "author": "Whitespace Dev ", "description": "Provides integration with WSUI", diff --git a/packages/gatsby-theme-wordpress-basic/CHANGELOG.md b/packages/gatsby-theme-wordpress-basic/CHANGELOG.md index e8d0b85..8048247 100644 --- a/packages/gatsby-theme-wordpress-basic/CHANGELOG.md +++ b/packages/gatsby-theme-wordpress-basic/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.0-next.6](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.5...v1.5.0-next.6) (2023-08-09) + + +### Bug Fixes + +* Wrong background color context ([0566ce1](https://github.com/whitespace-se/gatsby-packages/commit/0566ce176b69de89b956ef77602cbf0807739a72)) + + + ## [1.5.0-next.5](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.4...v1.5.0-next.5) (2023-08-09) **Note:** Version bump only for package @whitespace/gatsby-theme-wordpress-basic diff --git a/packages/gatsby-theme-wordpress-basic/package.json b/packages/gatsby-theme-wordpress-basic/package.json index 5c3aa58..281e73c 100644 --- a/packages/gatsby-theme-wordpress-basic/package.json +++ b/packages/gatsby-theme-wordpress-basic/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/gatsby-theme-wordpress-basic", - "version": "1.5.0-next.5", + "version": "1.5.0-next.6", "description": "Whitespace’s basic Gatsby theme for Wordpress", "license": "AGPL", "files": [ @@ -20,12 +20,12 @@ "@vitejs/plugin-react": "^3.1.0", "@whitespace/components": "^0.13.24", "@whitespace/gatsby-hooks": "^0.5.0", - "@whitespace/gatsby-plugin-breadcrumbs": "^1.5.0-next.5", - "@whitespace/gatsby-plugin-i18next": "^1.5.0-next.5", - "@whitespace/gatsby-plugin-page-wrapper": "^1.5.0-next.5", - "@whitespace/gatsby-plugin-search": "^1.5.0-next.5", - "@whitespace/gatsby-plugin-site-index": "^1.5.0-next.5", - "@whitespace/gatsby-plugin-wsui": "^1.5.0-next.5", + "@whitespace/gatsby-plugin-breadcrumbs": "^1.5.0-next.6", + "@whitespace/gatsby-plugin-i18next": "^1.5.0-next.6", + "@whitespace/gatsby-plugin-page-wrapper": "^1.5.0-next.6", + "@whitespace/gatsby-plugin-search": "^1.5.0-next.6", + "@whitespace/gatsby-plugin-site-index": "^1.5.0-next.6", + "@whitespace/gatsby-plugin-wsui": "^1.5.0-next.6", "apollo-boost": "^0.4.9", "apollo-cache-inmemory": "^1.6.6", "chroma-js": "^2.4.2",