Skip to content

Commit

Permalink
Version Packages (#2)
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
github-actions[bot] and github-actions[bot] authored Nov 1, 2023
1 parent 47a7774 commit bc85a77
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/many-suits-search.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 7933adb: Svelte 4 update

- Update to support Svelte 4
- Added `slug` prop to prevent error on CSR in Sveltekit
- Updated Types/linting
- removed unused code
- updated package exports
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": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
Expand Down

0 comments on commit bc85a77

Please sign in to comment.