Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Fryuni committed Jan 1, 2025
1 parent a50d466 commit d781a52
Show file tree
Hide file tree
Showing 31 changed files with 117 additions and 34 deletions.
19 changes: 0 additions & 19 deletions .changeset/great-rings-camp.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/aik-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/aik-mod

## 0.9.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit
- Updated dependencies [0dcdeaa]
- @inox-tools/inline-mod@2.0.2

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/aik-mod",
"version": "0.9.0",
"version": "0.9.1",
"description": "AIK Plugin for inline modules",
"keywords": [
"aik",
Expand Down
6 changes: 6 additions & 0 deletions packages/aik-route-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/aik-route-config

## 0.8.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-route-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/aik-route-config",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"keywords": [
"aik",
Expand Down
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.2.2

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 0.2.1

### Patch 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.2.1",
"version": "0.2.2",
"description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools",
"keywords": [
"withastro",
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/astro-when

## 1.0.2

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-when/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-when",
"version": "1.0.1",
"version": "1.0.2",
"description": "Integration that informs when in Astro's lifecycle the code is running",
"keywords": [
"lifecycle",
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.8.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit
- Updated dependencies [0dcdeaa]
- @inox-tools/modular-station@0.4.1

## 0.8.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.8.0",
"version": "0.8.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

## 1.0.3

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 1.0.2

### 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": "1.0.2",
"version": "1.0.3",
"description": "Define custom routing instead of Astro's default file-based routing.",
"keywords": [
"astro-integration",
Expand Down
6 changes: 6 additions & 0 deletions packages/cut-short/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/cut-short

## 1.0.2

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cut-short/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/cut-short",
"version": "1.0.1",
"version": "1.0.2",
"description": "Immediately halt request processing and return custom responses effortlessly.",
"keywords": [
"astro-integration",
Expand Down
6 changes: 6 additions & 0 deletions packages/inline-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/inline-mod

## 2.0.2

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/inline-mod",
"version": "2.0.1",
"version": "2.0.2",
"description": "Define a virtual module inline with any reference to buildtime values",
"keywords": [
"vite-plugin"
Expand Down
6 changes: 6 additions & 0 deletions packages/modular-station/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/modular-station

## 0.4.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 0.4.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.4.0",
"version": "0.4.1",
"description": "Simplifying Astro integrations with a flexible docking system.",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/portal-gun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/portal-gun

## 1.0.2

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit
- Updated dependencies [0dcdeaa]
- @inox-tools/runtime-logger@0.4.1

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/portal-gun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/portal-gun",
"version": "1.0.1",
"version": "1.0.2",
"description": "Transport HTML elements through your page during rendering using Portals.",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/request-nanostores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/request-nanostores

## 0.2.2

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit
- Updated dependencies [0dcdeaa]
- @inox-tools/request-state@0.3.1

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/request-nanostores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/request-nanostores",
"version": "0.2.1",
"version": "0.2.2",
"description": "Make your Nanostores concurrent safe and shared from server to client",
"keywords": [
"astro-integration",
Expand Down
6 changes: 6 additions & 0 deletions packages/request-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/request-state

## 0.3.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/request-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/request-state",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shared request state between server and client",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/runtime-logger

## 0.4.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit
- Updated dependencies [0dcdeaa]
- @inox-tools/modular-station@0.4.1

## 0.4.0

### Minor Changes
Expand Down
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.4.0",
"version": "0.4.1",
"description": "Expose Astro Integration Logger at runtime for consistent output",
"keywords": [
"astro-integration",
Expand Down
8 changes: 8 additions & 0 deletions packages/sitemap-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inox-tools/sitemap-ext

## 0.4.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit
- Updated dependencies [0dcdeaa]
- @inox-tools/aik-route-config@0.8.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sitemap-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/sitemap-ext",
"version": "0.4.0",
"version": "0.4.1",
"description": "Higher level extension over Astro's official sitemap integration",
"keywords": [
"sitemap",
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.1

### Patch Changes

- 0dcdeaa: Bump Astro Integration Kit

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"description": "Warp-drive search for Astro sites using Pagefind",
"keywords": [
"astro-integration",
Expand Down

0 comments on commit d781a52

Please sign in to comment.