109693bb05
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
# @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
|
|
|
|
- [#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.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
|
|
|
|
## 0.3.0
|
|
|
|
### Patch Changes
|
|
|
|
- e6aaeff5: - Adds compatibility to work with Astro 0.21.
|
|
- New typings added for the primary export.
|
|
|
|
## 0.3.0-next.0
|
|
|
|
### Minor Changes
|
|
|
|
- d84bfe71: Adds typings for the main entrypoint
|
|
|
|
## 0.2.2
|
|
|
|
### Patch Changes
|
|
|
|
- f9f2da4: Add repository key to all package.json
|
|
|
|
## 0.2.1
|
|
|
|
### Patch Changes
|
|
|
|
- ab2972b: Update package.json engines for esm support
|
|
|
|
## 0.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- d924fcb: Fix issue with Prism component missing dependency
|