Skip to content

Commit

Permalink
Merge pull request #206 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored May 2, 2024
2 parents 46def77 + 56990a4 commit 3ec006c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-icons-serve.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/adapters/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @galactiks/astro-integration

## 0.3.12

### Patch Changes

- Updated dependencies [[`7bf29f7`](https://github.com/thegalactiks/explorer/commit/7bf29f752c5b60fcb2a9b27039bc00cdfe8b67dc)]:
- @galactiks/explorer@0.3.10
- @galactiks/sitemap@0.1.4

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galactiks/astro-integration",
"version": "0.3.11",
"version": "0.3.12",
"description": "Galactiks Astro integration",
"author": "thegalactiks",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galactiks/explorer

## 0.3.10

### Patch Changes

- [#205](https://github.com/thegalactiks/explorer/pull/205) [`7bf29f7`](https://github.com/thegalactiks/explorer/commit/7bf29f752c5b60fcb2a9b27039bc00cdfe8b67dc) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - add product category in breadcrumb

## 0.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galactiks/explorer",
"version": "0.3.9",
"version": "0.3.10",
"description": "Ensure Galactiks content model consistence, explore content built with ContentLayer and create dynamically missing pages and fields for SEO purposes",
"author": "thegalactiks",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/explorer/src/content/metadata/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export const breadcrumbBuilder =

return recursiveBreadcrumbExploration(
('category' in page && page.category) || // Product
('isPartOf' in page && page.isPartOf) || homeIdentifier,
('isPartOf' in page && page.isPartOf) ||
homeIdentifier,
inLanguage,
itemList
);
Expand Down

0 comments on commit 3ec006c

Please sign in to comment.