Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfredrik committed Jul 10, 2023
1 parent ef0dc3f commit fa7018e
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)


### Features

* Add `isTopLevelPage` option to breadcrumbs plugin ([cd2a54c](https://github.com/whitespace-se/gatsby-packages/commit/cd2a54c75c8aa92996acabb9fbc12eacfe089b76))
* Add PageFeaturedImage component ([aebd84d](https://github.com/whitespace-se/gatsby-packages/commit/aebd84de8931ee8d20ed5184c35571ad880e4dba))
* Allow passing breadcrumbs plugin options ([dc1dbc1](https://github.com/whitespace-se/gatsby-packages/commit/dc1dbc119dbdc82d2aecfeb0f10f4f52213b0e97))
* Improve PageBreadcrumbs component ([c39938a](https://github.com/whitespace-se/gatsby-packages/commit/c39938a754a908f44b4ebd6e1ca619f8f0753ef7))



## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"packages": [
"packages/*"
],
"version": "1.4.0-next.40"
"version": "1.4.0-next.41"
}
9 changes: 9 additions & 0 deletions packages/gatsby-plugin-breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)


### Features

* Add `isTopLevelPage` option to breadcrumbs plugin ([cd2a54c](https://github.com/whitespace-se/gatsby-packages/commit/cd2a54c75c8aa92996acabb9fbc12eacfe089b76))



## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-breadcrumbs
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-breadcrumbs",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"main": "index.js",
"author": "Whitespace Dev <code@whitespace.se>",
"description": "Provides a breadcrumbs component for Gatsby",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-cookie-consent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-cookie-consent





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-cookie-consent
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-cookie-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-cookie-consent",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"main": "index.js",
"author": "Whitespace Dev <code@whitespace.se>",
"description": "Adds a cookie consent component to gatsby sites",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-i18next





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-i18next
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-i18next",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"main": "index.js",
"author": "Whitespace Dev <code@whitespace.se>",
"license": "AGPL",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-matomo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-matomo





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-matomo
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-matomo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-matomo",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"description": "Whitespace’s basic Gatsby plugin for Matomo",
"author": "Whitespace Dev <code@whitespace.se>",
"license": "AGPL",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-page-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-page-wrapper





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-page-wrapper
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-page-wrapper",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"main": "index.js",
"author": "Whitespace Dev <code@whitespace.se>",
"license": "AGPL",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-search





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-search
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-search",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"description": "Adds search to your Gatsby site",
"license": "AGPL",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-site-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-site-index





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-site-index
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-site-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-site-index",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"description": "Generates a site index",
"author": "Whitespace Dev <code@whitespace.se>",
"license": "AGPL",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-wsui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)

**Note:** Version bump only for package @whitespace/gatsby-plugin-wsui





## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-plugin-wsui
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-wsui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-plugin-wsui",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"main": "index.js",
"author": "Whitespace Dev <code@whitespace.se>",
"description": "Provides integration with WSUI",
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-theme-wordpress-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.4.0-next.41](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.40...v1.4.0-next.41) (2023-07-10)


### Features

* Add PageFeaturedImage component ([aebd84d](https://github.com/whitespace-se/gatsby-packages/commit/aebd84de8931ee8d20ed5184c35571ad880e4dba))
* Allow passing breadcrumbs plugin options ([dc1dbc1](https://github.com/whitespace-se/gatsby-packages/commit/dc1dbc119dbdc82d2aecfeb0f10f4f52213b0e97))
* Improve PageBreadcrumbs component ([c39938a](https://github.com/whitespace-se/gatsby-packages/commit/c39938a754a908f44b4ebd6e1ca619f8f0753ef7))



## [1.4.0-next.40](https://github.com/whitespace-se/gatsby-packages/compare/v1.4.0-next.39...v1.4.0-next.40) (2023-07-06)

**Note:** Version bump only for package @whitespace/gatsby-theme-wordpress-basic
Expand Down
14 changes: 7 additions & 7 deletions packages/gatsby-theme-wordpress-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitespace/gatsby-theme-wordpress-basic",
"version": "1.4.0-next.40",
"version": "1.4.0-next.41",
"description": "Whitespace’s basic Gatsby theme for Wordpress",
"license": "AGPL",
"files": [
Expand All @@ -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.4.0-next.40",
"@whitespace/gatsby-plugin-i18next": "^1.4.0-next.40",
"@whitespace/gatsby-plugin-page-wrapper": "^1.4.0-next.40",
"@whitespace/gatsby-plugin-search": "^1.4.0-next.40",
"@whitespace/gatsby-plugin-site-index": "^1.4.0-next.40",
"@whitespace/gatsby-plugin-wsui": "^1.4.0-next.40",
"@whitespace/gatsby-plugin-breadcrumbs": "^1.4.0-next.41",
"@whitespace/gatsby-plugin-i18next": "^1.4.0-next.41",
"@whitespace/gatsby-plugin-page-wrapper": "^1.4.0-next.41",
"@whitespace/gatsby-plugin-search": "^1.4.0-next.41",
"@whitespace/gatsby-plugin-site-index": "^1.4.0-next.41",
"@whitespace/gatsby-plugin-wsui": "^1.4.0-next.41",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"clsx": "^1.1.1",
Expand Down

0 comments on commit fa7018e

Please sign in to comment.