056d4d5fd2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
62 lines
2.1 KiB
Markdown
62 lines
2.1 KiB
Markdown
# @astrojs/prism
|
|
|
|
## 0.6.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
|
|
|
|
## 0.5.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`.
|
|
|
|
## 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
|