Skip to content

Commit

Permalink
Merge pull request #104 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored Nov 11, 2023
2 parents 23d6dea + 449a22d commit 155c451
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 5 deletions.
10 changes: 10 additions & 0 deletions packages/adapters/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @galactiks/astro-integration

## 0.2.8

### Patch Changes

- add new content types

- Updated dependencies []:
- @galactiks/config@0.2.7
- @galactiks/explorer@0.2.8

## 0.2.7

### 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.2.7",
"version": "0.2.8",
"description": "Galactiks Astro integration",
"author": "thegalactiks",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galactiks/config

## 0.2.7

### Patch Changes

- add new content types

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galactiks/config",
"version": "0.2.6",
"version": "0.2.7",
"description": "Reading Galactiks configurations files and get config during website generation",
"author": "thegalactiks",
"types": "./dist/index.d.mts",
Expand Down
6 changes: 6 additions & 0 deletions packages/contentlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galactiks/contentlayer

## 0.1.7

### Patch Changes

- add new content types

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contentlayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galactiks/contentlayer",
"version": "0.1.6",
"version": "0.1.7",
"description": "Galactiks contentlayer configurations",
"author": "galactiks",
"types": "./dist/index.d.mts",
Expand Down
7 changes: 6 additions & 1 deletion packages/contentlayer/src/types.mts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,12 @@ export type WebPageElement = {
_id: string;
_raw: Local.RawDocumentData;
type: 'WebPageElement';
elementType?: 'SiteNavigationElement' | 'WPFooter' | 'WPHeader' | 'WPSideBar' | undefined;
elementType?:
| 'SiteNavigationElement'
| 'WPFooter'
| 'WPHeader'
| 'WPSideBar'
| undefined;
identifier: string;
inLanguage?: string | undefined;
name?: string | undefined;
Expand Down
10 changes: 10 additions & 0 deletions packages/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @galactiks/explorer

## 0.2.8

### Patch Changes

- add new content types

- Updated dependencies []:
- @galactiks/config@0.2.7
- @galactiks/contentlayer@0.1.7

## 0.2.7

### 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.2.7",
"version": "0.2.8",
"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

0 comments on commit 155c451

Please sign in to comment.