Skip to content

Commit

Permalink
[ci] release (#14)
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
github-actions[bot] and github-actions[bot] authored Jun 14, 2024
1 parent 9b1c52e commit 2b871bf
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-guests-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-flowers-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-lemons-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-bikes-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-months-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-beans-drive.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/astropi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astropi

## 0.3.0

### Minor Changes

- b5fe4e3: Fixed an issue in Astro where pages sharing the same archetypes were incorrectly merged during production. I submitted a patch that has been incorporated into Astro 4.8.0.
- 9b1c52e: Adds a sidebar navigation for the current page headings.
- b3e3c5d: Adds SidebarNavigation component and function to generate a collection navigation.
- eb0edff: Add title and description meta tags where it was possible.

### Patch Changes

- b5be9dc: Add tests for collections and archetypes public functions.
- 1489b5d: Fixes active link on sidebar navigation.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astropi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goulvenclech/astropi",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {},
"main": "index.ts",
"author": "Goulven Clec'h <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@goulvenclech/astropi": "^0.2.0",
"@goulvenclech/astropi": "^0.3.0",
"astro": "^4.8.0"
},
"devDependencies": {}
Expand Down

0 comments on commit 2b871bf

Please sign in to comment.