Skip to content

Commit

Permalink
Merge pull request #211 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored May 18, 2024
2 parents 75fb330 + 6091f25 commit a3b1fa1
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/poor-months-hide.md

This file was deleted.

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

## 0.3.13

### Patch Changes

- [`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - update packages and small improvements

- Updated dependencies [[`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba)]:
- @galactiks/config@0.3.5
- @galactiks/explorer@0.3.11
- @galactiks/sitemap@0.1.5

## 0.3.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"version": "0.3.13",
"description": "Galactiks Astro integration",
"author": "thegalactiks",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@astrojs/partytown": "^2.0",
"@astrojs/react": "^3.0",
"@astrojs/rss": "~4.0",
"@galactiks/sitemap": "^0.1.4",
"@galactiks/sitemap": "^0.1.5",
"astro": "^4.0",
"astro-robots-txt": "~1.0"
},
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.3.5

### Patch Changes

- [`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - update packages and small improvements

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"description": "Reading Galactiks configurations files and get config during website generation",
"author": "thegalactiks",
"type": "module",
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.2.8

### Patch Changes

- [`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - update packages and small improvements

## 0.2.7

### 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.2.7",
"version": "0.2.8",
"description": "Galactiks contentlayer configurations",
"author": "galactiks",
"type": "module",
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.3.11

### Patch Changes

- [`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - update packages and small improvements

- Updated dependencies [[`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba)]:
- @galactiks/config@0.3.5
- @galactiks/contentlayer@0.2.8

## 0.3.10

### 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.10",
"version": "0.3.11",
"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
6 changes: 6 additions & 0 deletions packages/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galactiks/sitemap

## 0.1.5

### Patch Changes

- [`75fb330`](https://github.com/thegalactiks/explorer/commit/75fb330fcfdcc091c8d94937c42cecf2c8e370ba) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - update packages and small improvements

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galactiks/sitemap",
"version": "0.1.4",
"version": "0.1.5",
"description": "A simple sitemap generator for Galactiks",
"author": "thegalactiks",
"type": "module",
Expand Down

0 comments on commit a3b1fa1

Please sign in to comment.