Skip to content

Commit

Permalink
Merge pull request #69 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored Sep 24, 2023
2 parents 4630b1c + 55e633a commit ec4e35e
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/weak-readers-repeat.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.2

### Patch Changes

- [`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - small refactos and fixes

- Updated dependencies [[`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43)]:
- @galactiks/config@0.2.2
- @galactiks/explorer@0.2.2

## 0.2.1

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

## 0.2.2

### Patch Changes

- [`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - small refactos and fixes

- Updated dependencies [[`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43)]:
- @galactiks/contentlayer@0.1.1

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.1

### Patch Changes

- [`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - small refactos and fixes

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.2

### Patch Changes

- [`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - small refactos and fixes

- Updated dependencies [[`4630b1c`](https://github.com/thegalactiks/explorer/commit/4630b1cdb5dea901507fef8a2c7a9d3b4c97bd43)]:
- @galactiks/config@0.2.2
- @galactiks/contentlayer@0.1.1

## 0.2.1

### 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.1",
"version": "0.2.2",
"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 ec4e35e

Please sign in to comment.