Skip to content

Commit

Permalink
[ci] release (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Fryuni and github-actions[bot] committed Jul 22, 2024
1 parent 0f6cde2 commit fd9573c
Show file tree
Hide file tree
Showing 23 changed files with 96 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .changeset/blue-eggs-complain.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/astro-when

## 0.0.7

### Patch Changes

- Updated dependencies [0f6cde2]
- @inox-tools/astro-when@0.2.0

## 0.0.6

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

## 0.0.11

### Patch Changes

- Updated dependencies [0f6cde2]
- @inox-tools/runtime-logger@0.3.0
- @inox-tools/content-utils@0.6.0

## 0.0.10

### 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.10",
"version": "0.0.11",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/sitemap-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/sitemap-ext

## 0.1.18

### Patch Changes

- Updated dependencies [0f6cde2]
- @inox-tools/sitemap-ext@0.3.0

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/sitemap-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/sitemap-ext",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/aik-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inox-tools/aik-mod

## 0.8.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

### Patch Changes

- Updated dependencies [0f6cde2]
- @inox-tools/inline-mod@1.5.0

## 0.7.2

### 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.7.2",
"version": "0.8.0",
"description": "AIK Plugin for inline modules",
"keywords": [
"aik",
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

## 0.2.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

## 0.1.4

### 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": "0.1.4",
"version": "0.2.0",
"description": "Integration that informs when in Astro's lifecycle the code is running",
"keywords": [
"lifecycle",
Expand Down
11 changes: 11 additions & 0 deletions packages/content-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inox-tools/content-utils

## 0.6.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

### Patch Changes

- Updated dependencies [0f6cde2]
- @inox-tools/modular-station@0.3.0

## 0.5.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.5.3",
"version": "0.6.0",
"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.4.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

## 0.3.3

### 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.3",
"version": "0.4.0",
"description": "Define custom routing instead of Astro's default file-based routing.",
"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

## 1.5.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

## 1.4.4

### 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.4.4",
"version": "1.5.0",
"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.3.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

## 0.2.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.2.3",
"version": "0.3.0",
"description": "Simplifying Astro integrations with a flexible docking system.",
"keywords": [
"astro-integration",
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inox-tools/runtime-logger

## 0.3.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

### Patch Changes

- Updated dependencies [0f6cde2]
- @inox-tools/modular-station@0.3.0

## 0.2.1

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

## 0.3.0

### Minor Changes

- 0f6cde2: Bump Astro version to 4.12

## 0.2.15

### Patch 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.2.15",
"version": "0.3.0",
"description": "Higher level extension over Astro's official sitemap integration",
"keywords": [
"sitemap",
Expand Down

0 comments on commit fd9573c

Please sign in to comment.