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 Jul 8, 2024
1 parent 30bb61a commit af4318f
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-spoons-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-papayas-wonder.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-experts-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-boxes-judge.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/content-injection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @example/content-injection

## 0.0.8

### Patch Changes

- Updated dependencies [fe6f703]
- Updated dependencies [30bb61a]
- @inox-tools/content-utils@0.5.1
- @inox-tools/runtime-logger@0.1.0

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/content-injection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/content-injection",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/content-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/content-utils

## 0.5.1

### Patch Changes

- fe6f703: Simplify internal hook wiring using Modular Station's global hooks
- Updated dependencies [fe6f703]
- @inox-tools/modular-station@0.2.1

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"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/custom-routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/inline-mod

## 0.3.2

### Patch Changes

- 452585a: fix: Enable global routing priority so custom routing mix correctly with file-based routes

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/custom-routing",
"version": "0.3.1",
"version": "0.3.2",
"description": "Define custom routing instead of Astro's default file-based routing.",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/modular-station/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/modular-station

## 0.2.1

### Patch Changes

- fe6f703: Add a global hook API for custom hooks without using an AIK plugin.

This allows for simpler and more intuitive implementations of hooks outside of main lifecycle in the implementations of official Astro hooks.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-station/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/modular-station",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simplifying Astro integrations with a flexible docking system.",
"keywords": [
"astro-integration",
Expand Down
12 changes: 12 additions & 0 deletions packages/runtime-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @inox-tools/runtime-logger

## 0.1.0

### Minor Changes

- 30bb61a: Expose `AstroIntegrationLogger` in runtime

### Patch Changes

- Updated dependencies [fe6f703]
- @inox-tools/modular-station@0.2.1
2 changes: 1 addition & 1 deletion packages/runtime-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/runtime-logger",
"version": "0.0.0",
"version": "0.1.0",
"description": "Expose Astro Integration Logger at runtime for consistent output",
"keywords": [
"astro-integration",
Expand Down

0 comments on commit af4318f

Please sign in to comment.