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 Nov 13, 2024
1 parent 23b89bf commit 7e20109
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-poems-greet.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-wolves-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-parrots-trade.md

This file was deleted.

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

## 0.8.5

### Patch Changes

- Updated dependencies [aa73961]
- @inox-tools/inline-mod@1.5.3

## 0.8.4

### Patch 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.8.4",
"version": "0.8.5",
"description": "AIK Plugin for inline modules",
"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.1.6

### Patch Changes

- aa73961: Remove global change to `debug` package options

## 0.1.5

### 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.1.5",
"version": "0.1.6",
"description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools",
"keywords": [
"withastro",
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.7.4

### Patch Changes

- Updated dependencies [aa73961]
- Updated dependencies [aa73961]
- @inox-tools/modular-station@0.3.4

## 0.7.3

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

## 1.5.3

### Patch Changes

- aa73961: Remove global change to `debug` package options

## 1.5.2

### 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": "1.5.2",
"version": "1.5.3",
"description": "Define a virtual module inline with any reference to buildtime values",
"keywords": [
"vite-plugin"
Expand Down
7 changes: 7 additions & 0 deletions packages/modular-station/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/modular-station

## 0.3.4

### Patch Changes

- aa73961: Remove global change to `debug` package options
- aa73961: Fixes duplicated initialization of API module when used transitively by integrations and direcly by the user project

## 0.3.3

### Patch 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.3.3",
"version": "0.3.4",
"description": "Simplifying Astro integrations with a flexible docking system.",
"keywords": [
"astro-integration",
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-station/src/internal/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import debugC from 'debug';
export const debug = debugC('inox-tools:modular-station');

export function getDebug(name: string): debugC.Debugger {
return debug.extend(name);
return debug.extend(name);
}
7 changes: 7 additions & 0 deletions packages/portal-gun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/portal-gun

## 0.1.1

### Patch Changes

- Updated dependencies [23b89bf]
- @inox-tools/runtime-logger@0.3.5

## 0.1.0

### Minor 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": "0.1.0",
"version": "0.1.1",
"description": "Transport HTML elements through your page during rendering using Portals.",
"keywords": [
"astro-integration",
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inox-tools/runtime-logger

## 0.3.5

### Patch Changes

- 23b89bf: Fixes internal plugins having the same name causing incorrect warnings when building
- Updated dependencies [aa73961]
- Updated dependencies [aa73961]
- @inox-tools/modular-station@0.3.4

## 0.3.4

### Patch 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.3.4",
"version": "0.3.5",
"description": "Expose Astro Integration Logger at runtime for consistent output",
"keywords": [
"astro-integration",
Expand Down

0 comments on commit 7e20109

Please sign in to comment.