astro-gists/package/CHANGELOG.md

45 lines
974 B
Markdown
Raw Normal View History

2024-02-24 10:15:39 +00:00
# @matthiesenxyz/astro-gists
2024-03-02 10:02:15 +00:00
## 0.1.1
### Patch Changes
- a27111a: update mdx integration config, as well as impliment ratelimit checks on Octokit with logs!
2024-03-01 00:39:28 +00:00
## 0.1.0
### Minor Changes
- 8a99f5a: NEW:
- Added `@astrojs/mdx` to built in options as the MDX integration has specicial placement requirements. (This was the easy option)
- Enabled by Default
- Can be disabled by passing `MDXIntegration: false` within the main `astroGist()` object in astro.config.mjs
Update:
- new version of `astro-integration-kit` allowing some much needed code cleanup
- Better logs!
### Patch Changes
- 531d704: Update main package.json to fix some Dependencies that were not properly marked
2024-02-24 17:07:27 +00:00
## 0.0.3
### Patch Changes
- f5d2f29: Added new <GetGistGroup> Component to get entire collections of gists (See Readme for more info)
2024-02-24 10:55:45 +00:00
## 0.0.2
### Patch Changes
- cf9311b: Update README and add example image
2024-02-24 10:15:39 +00:00
## 0.0.1
### Patch Changes
- fbf4a7a: Initial release