Skip to content

Commit

Permalink
Merge pull request #76 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored Sep 30, 2023
2 parents 1c15ac7 + cf9e002 commit ccaaf99
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/brave-bugs-return.md

This file was deleted.

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.3

### Patch Changes

- [`1c15ac7`](https://github.com/thegalactiks/explorer/commit/1c15ac78a9fe1971a05254813948b2bcba94596f) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - minor improvements and fixes

- Updated dependencies [[`1c15ac7`](https://github.com/thegalactiks/explorer/commit/1c15ac78a9fe1971a05254813948b2bcba94596f)]:
- @galactiks/config@0.2.3
- @galactiks/explorer@0.2.3

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.3

### Patch Changes

- [`1c15ac7`](https://github.com/thegalactiks/explorer/commit/1c15ac78a9fe1971a05254813948b2bcba94596f) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - minor improvements and fixes

## 0.2.2

### 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.2",
"version": "0.2.3",
"description": "Reading Galactiks configurations files and get config during website generation",
"author": "thegalactiks",
"types": "./dist/index.d.mts",
Expand Down
10 changes: 5 additions & 5 deletions packages/config/src/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ const galactiksConfigFileSchema = z.object({
pages: z
.object({
articles: pagesObjectItemSchema,
'organizations': pagesObjectItemSchema,
'pages': pagesObjectItemSchema,
'people': pagesObjectItemSchema,
'place': pagesObjectItemSchema,
'tags': pagesObjectItemSchema,
organizations: pagesObjectItemSchema,
pages: pagesObjectItemSchema,
people: pagesObjectItemSchema,
place: pagesObjectItemSchema,
tags: pagesObjectItemSchema,
})
.optional(),
});
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.2

### Patch Changes

- [`1c15ac7`](https://github.com/thegalactiks/explorer/commit/1c15ac78a9fe1971a05254813948b2bcba94596f) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - minor improvements and fixes

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "Galactiks contentlayer configurations",
"author": "galactiks",
"types": "./dist/index.d.mts",
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.3

### Patch Changes

- [`1c15ac7`](https://github.com/thegalactiks/explorer/commit/1c15ac78a9fe1971a05254813948b2bcba94596f) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - minor improvements and fixes

- Updated dependencies [[`1c15ac7`](https://github.com/thegalactiks/explorer/commit/1c15ac78a9fe1971a05254813948b2bcba94596f)]:
- @galactiks/config@0.2.3
- @galactiks/contentlayer@0.1.2

## 0.2.2

### 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.2",
"version": "0.2.3",
"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 ccaaf99

Please sign in to comment.