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 Apr 2, 2024
1 parent 7e3a1c0 commit f9fde84
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-frogs-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-bobcats-type.md

This file was deleted.

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.7

### Patch Changes

- Updated dependencies [7e3a1c0]
- @inox-tools/sitemap-ext@0.2.4

## 0.1.6

### 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.6",
"version": "0.1.7",
"private": true,
"type": "module",
"scripts": {
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.0

### Minor Changes

- b25ba12: Remove dependency on TypeScript

## 0.2.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.2.1",
"version": "0.3.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/sitemap-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/sitemap-ext

## 0.2.4

### Patch Changes

- 7e3a1c0: Fixes generation of dynamic SSR URLs to behave the same as the official sitemap integration regarding `trailingSlash` configuration

## 0.2.3

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

0 comments on commit f9fde84

Please sign in to comment.