Skip to content

Commit

Permalink
Version Packages (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 23, 2024
1 parent 52d5038 commit 2343829
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/chatty-camels-boil.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# rich-text-svelte-renderer

## 2.0.0

### Major Changes

- 52d5038: # Svelte 5 Upgrade

Updated to use Svelte 5 Runes.

- You can now pass in valid HTMLTags instead of SvelteComponents for Renderers
- Removed Slug prop. Hoping Svelte 5 fixes the bug that made it necessary but may revert soon.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Svelte port of Hygraph Rich Text React renderer",
"author": "Bert Bengtson",
"license": "MIT",
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
Expand Down

0 comments on commit 2343829

Please sign in to comment.