Skip to content

Commit

Permalink
👷 [ci]: Version Packages (#9)
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
studiocms-no-reply and github-actions[bot] authored Jan 7, 2025
1 parent 6b0053b commit 6ad8baa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
27 changes: 0 additions & 27 deletions .changeset/wicked-bikes-raise.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/markdown-remark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @studiocms/markdown-remark

## 0.2.0

### Minor Changes

- [#8](https://github.com/withstudiocms/markdown-remark/pull/8) [`6b0053b`](https://github.com/withstudiocms/markdown-remark/commit/6b0053b37ec58e56bd757d68f1d4a27f78b233b7) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Introduce custom User-Defined component handling.

This update includes significant enhancements to the Markdown Remark processor Astro Integration, allowing for more flexible and powerful Markdown rendering with custom components.

### New Features:

- Added custom components support in the Markdown Remark processor Astro Integration.
- Introduced utility functions in `utils.ts` for component proxy creation, indentation handling, dedenting strings, and merging records.
- Moved zod schema to separate `schema.ts` file.

### Integration Updates:

- Enhanced Astro integration to support custom components configuration via `astro.config.mjs`.
- Updated `markdown.ts` to include custom components during Markdown rendering.
- Extended `index.ts` to utilize the new schema and utilities.

### Documentation:

- Updated `README.md` with instructions for setting up custom components in Astro integration.

### Dependencies:

- Added `entities` and `ultrahtml` as new dependencies.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiocms/markdown-remark",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"author": "studiocms",
"license": "MIT",
Expand Down

0 comments on commit 6ad8baa

Please sign in to comment.