Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 9, 2025
1 parent 86edf1c commit 8fb8bae
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-ravens-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-trainers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-terms-pump.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astro-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/astro-tests

## 0.4.0

### Minor Changes

- 86edf1c: Allow file edits and resets to create and delete files in the source code

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-tests",
"version": "0.3.0",
"version": "0.4.0",
"description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools",
"keywords": [
"withastro",
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-tests/src/astroFixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ export async function loadFixture(inlineConfig: InlineConfig): Promise<Fixture>
const onNextChange = () =>
devServer
? new Promise<void>((resolve) =>
// TODO: Implement filter to only resolve on changes to a given file.
devServer.watcher.once('change', () => resolve())
)
// TODO: Implement filter to only resolve on changes to a given file.
devServer.watcher.once('change', () => resolve())
)
: Promise.reject(new Error('No dev server running'));

// Also do it on process exit, just in case.
Expand Down
6 changes: 6 additions & 0 deletions packages/content-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/content-utils

## 0.8.3

### Patch Changes

- 42eadc0: Add support for new content collections config file

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/content-utils",
"version": "0.8.2",
"version": "0.8.3",
"description": "Utilities to work with content collections on an Astro project from an integration or library.",
"keywords": [
"lifecycle",
Expand Down
6 changes: 6 additions & 0 deletions packages/star-warp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/star-warp

## 0.2.3

### Patch Changes

- 91120ab: Expand Starlight compatibility range

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/star-warp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/star-warp",
"version": "0.2.2",
"version": "0.2.3",
"description": "Warp-drive search for Astro sites using Pagefind",
"keywords": [
"astro-integration",
Expand Down

0 comments on commit 8fb8bae

Please sign in to comment.