diff --git a/CHANGELOG.md b/CHANGELOG.md index 525c6c6..8d89b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + + +### Features + +* Add `getPlainTextExcerpt` to html processor ([8b749f5](https://github.com/whitespace-se/gatsby-packages/commit/8b749f5c57eed5440061d21222fc07a7729a3f86)) +* Handle excerpt and read more in alert banner ([5f83117](https://github.com/whitespace-se/gatsby-packages/commit/5f83117c7ac0ead0365f8a5a1cf7589c6afdb934)) + + +### Bug Fixes + +* Footer typography ([09b44f3](https://github.com/whitespace-se/gatsby-packages/commit/09b44f3e7585bd647bcb346620c3a792a7b27e6b)) + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) diff --git a/lerna.json b/lerna.json index 65104d8..ec56b5a 100644 --- a/lerna.json +++ b/lerna.json @@ -79,5 +79,5 @@ "packages": [ "packages/*" ], - "version": "1.5.0-next.9" + "version": "1.5.0-next.10" } diff --git a/packages/gatsby-plugin-breadcrumbs/CHANGELOG.md b/packages/gatsby-plugin-breadcrumbs/CHANGELOG.md index e83907d..fe8e562 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-breadcrumbs + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) diff --git a/packages/gatsby-plugin-breadcrumbs/package.json b/packages/gatsby-plugin-breadcrumbs/package.json index 3114b7f..cbce4d7 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.9", + "version": "1.5.0-next.10", "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 7dbdd83..b1b7d23 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-cookie-consent + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) **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 676b0e2..16415b6 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.9", + "version": "1.5.0-next.10", "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 8f64250..96ded81 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-i18next + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) **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 7f25fef..ef864c2 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.9", + "version": "1.5.0-next.10", "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 9c71cc8..81819cb 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-matomo + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) **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 727fe59..59df0a8 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.9", + "version": "1.5.0-next.10", "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 1febb9d..9b1516b 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-page-wrapper + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) **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 64b6b30..8f10569 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.9", + "version": "1.5.0-next.10", "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 873fe58..46b2ef8 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-search + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) diff --git a/packages/gatsby-plugin-search/package.json b/packages/gatsby-plugin-search/package.json index 0990084..2ef6f10 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.9", + "version": "1.5.0-next.10", "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 ca9e2db..1f47f48 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-site-index + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) **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 480ffd6..5e42c54 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.9", + "version": "1.5.0-next.10", "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 200ea1f..58ca81d 100644 --- a/packages/gatsby-plugin-wsui/CHANGELOG.md +++ b/packages/gatsby-plugin-wsui/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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + +**Note:** Version bump only for package @whitespace/gatsby-plugin-wsui + + + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) **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 12f0cf1..c1cbe7c 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.9", + "version": "1.5.0-next.10", "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 9be3dac..409bb6c 100644 --- a/packages/gatsby-theme-wordpress-basic/CHANGELOG.md +++ b/packages/gatsby-theme-wordpress-basic/CHANGELOG.md @@ -3,6 +3,21 @@ 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.10](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.9...v1.5.0-next.10) (2023-08-23) + + +### Features + +* Add `getPlainTextExcerpt` to html processor ([8b749f5](https://github.com/whitespace-se/gatsby-packages/commit/8b749f5c57eed5440061d21222fc07a7729a3f86)) +* Handle excerpt and read more in alert banner ([5f83117](https://github.com/whitespace-se/gatsby-packages/commit/5f83117c7ac0ead0365f8a5a1cf7589c6afdb934)) + + +### Bug Fixes + +* Footer typography ([09b44f3](https://github.com/whitespace-se/gatsby-packages/commit/09b44f3e7585bd647bcb346620c3a792a7b27e6b)) + + + ## [1.5.0-next.9](https://github.com/whitespace-se/gatsby-packages/compare/v1.5.0-next.8...v1.5.0-next.9) (2023-08-23) diff --git a/packages/gatsby-theme-wordpress-basic/package.json b/packages/gatsby-theme-wordpress-basic/package.json index e585df5..47d9be8 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.9", + "version": "1.5.0-next.10", "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.9", - "@whitespace/gatsby-plugin-i18next": "^1.5.0-next.9", - "@whitespace/gatsby-plugin-page-wrapper": "^1.5.0-next.9", - "@whitespace/gatsby-plugin-search": "^1.5.0-next.9", - "@whitespace/gatsby-plugin-site-index": "^1.5.0-next.9", - "@whitespace/gatsby-plugin-wsui": "^1.5.0-next.9", + "@whitespace/gatsby-plugin-breadcrumbs": "^1.5.0-next.10", + "@whitespace/gatsby-plugin-i18next": "^1.5.0-next.10", + "@whitespace/gatsby-plugin-page-wrapper": "^1.5.0-next.10", + "@whitespace/gatsby-plugin-search": "^1.5.0-next.10", + "@whitespace/gatsby-plugin-site-index": "^1.5.0-next.10", + "@whitespace/gatsby-plugin-wsui": "^1.5.0-next.10", "apollo-boost": "^0.4.9", "apollo-cache-inmemory": "^1.6.6", "chroma-js": "^2.4.2",