Skip to content

Commit

Permalink
ci: release (#35)
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 Dec 21, 2024
1 parent 7028b05 commit 59c700c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/fifty-eyes-crash.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/astro-d2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# astro-d2

## 0.7.0

### Minor Changes

- [#34](https://github.com/HiDeoo/astro-d2/pull/34) [`7028b05`](https://github.com/HiDeoo/astro-d2/commit/7028b0569eab2479808f38e6140a8b3d8a6a8db9) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for Astro v5, drops support for Astro v4.

Please follow the [upgrade guide](https://docs.astro.build/en/guides/upgrade-to/v5/) to update your project.

When using the integration with the [Content Layer API](https://docs.astro.build/en/guides/content-collections) and the [`skipGeneration` option](https://astro-d2.vercel.app/configuration/#skipgeneration) is set to `false`, the integration will automatically invalidate the content layer cache at build time so that all existing diagrams can be generated while ensuring that all removed diagrams are properly cleaned up. This limitation will be removed if and when some upstream technical blockers are resolved.
2 changes: 1 addition & 1 deletion packages/astro-d2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-d2",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"description": "Astro integration and remark plugin to transform D2 Markdown code blocks into diagrams.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
Expand Down

0 comments on commit 59c700c

Please sign in to comment.