Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #69

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
- @galactiks/[email protected]

## 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/[email protected]
- @galactiks/[email protected]

## 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