summaryrefslogtreecommitdiff
path: root/packages/astro-prism
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-25 17:00:49 -0500
committerGravatar GitHub <noreply@github.com> 2022-03-25 17:00:49 -0500
commit109693bb0594ec2bb5ef4f40e01af25eade644bf (patch)
tree0b8e33b4c5119217fb956e929dbcb6ab6fee9a4b /packages/astro-prism
parente232fcda0a625e612624a5090d19e3b4bd0dc4aa (diff)
downloadastro-@astrojs/solid-js@0.0.2.tar.gz
astro-@astrojs/solid-js@0.0.2.tar.zst
astro-@astrojs/solid-js@0.0.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-prism')
-rw-r--r--packages/astro-prism/CHANGELOG.md6
-rw-r--r--packages/astro-prism/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 7964ac989..4d6e8f056 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prism
+## 0.4.1
+
+### Patch Changes
+
+- [#2878](https://github.com/withastro/astro/pull/2878) [`2db97f10`](https://github.com/withastro/astro/commit/2db97f10dc50f9498413181b78c477fe8833895b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Move the built-in `Prism` component from `astro/components` to `@astrojs/prism/component`.
+
## 0.4.1-next.0
### Patch Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 8a4278250..4f0ae28f5 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "0.4.1-next.0",
+ "version": "0.4.1",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"license": "MIT",