Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #188

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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/[email protected]

## 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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

⚠️ Potential issue

Changelog header needs to be corrected to @inox-tools/custom-routing

The verification confirms that this is indeed a critical issue:

  • The package.json in packages/custom-routing correctly defines the package name as @inox-tools/custom-routing
  • Multiple files in the codebase consistently reference @inox-tools/custom-routing for this package
  • The changelog header incorrectly shows @inox-tools/inline-mod, which is actually a different package in the monorepo (as evidenced by its presence in packages/inline-mod/)

This needs to be fixed to maintain consistency and prevent confusion.

🔗 Analysis chain

Verify package name in changelog header.

The file path indicates this is for @inox-tools/custom-routing, but the changelog header shows @inox-tools/inline-mod. This inconsistency needs to be addressed.

Let's verify the correct package name:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the package name in package.json matches the changelog

# Check package.json in the custom-routing directory
cat packages/custom-routing/package.json | jq -r '.name'

# Find all references to both package names in the codebase
echo "References to custom-routing:"
rg "@inox-tools/custom-routing" -l

echo "References to inline-mod:"
rg "@inox-tools/inline-mod" -l

Length of output: 1226


## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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
Loading