Skip to content

Commit

Permalink
Merge pull request #182 from thegalactiks/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
emmanuelgautier authored Mar 4, 2024
2 parents e5d6405 + 7ff612c commit dce236f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-teachers-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-lies-tickle.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.7

### Patch Changes

- [#181](https://github.com/thegalactiks/explorer/pull/181) [`cec2f5f`](https://github.com/thegalactiks/explorer/commit/cec2f5f342f79360d52f22648fa09fd147d130dc) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - fix symlinks cleanup

- [#180](https://github.com/thegalactiks/explorer/pull/180) [`94a8818`](https://github.com/thegalactiks/explorer/commit/94a8818e963284e9e7bc4500bbd429c7efff0d4f) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - fix sitemap index and robots.txt files

- Updated dependencies [[`94a8818`](https://github.com/thegalactiks/explorer/commit/94a8818e963284e9e7bc4500bbd429c7efff0d4f)]:
- @galactiks/sitemap@0.1.1

## 0.3.6

### 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.6",
"version": "0.3.7",
"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.0",
"@galactiks/sitemap": "^0.1.1",
"astro": "~4.4",
"astro-robots-txt": "~1.0"
},
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.1

### Patch Changes

- [#180](https://github.com/thegalactiks/explorer/pull/180) [`94a8818`](https://github.com/thegalactiks/explorer/commit/94a8818e963284e9e7bc4500bbd429c7efff0d4f) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - fix sitemap index and robots.txt files

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"description": "A simple sitemap generator for Galactiks",
"author": "thegalactiks",
"type": "module",
Expand Down
7 changes: 6 additions & 1 deletion packages/sitemap/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import type { Content } from '@galactiks/explorer';
import { type SitemapItem, SitemapStream, streamToPromise, SitemapIndexStream } from 'sitemap';
import {
type SitemapItem,
SitemapStream,
streamToPromise,
SitemapIndexStream,
} from 'sitemap';
import { createWriteStream } from 'fs';
import { join } from 'path';

Expand Down

0 comments on commit dce236f

Please sign in to comment.