Skip to content

Commit

Permalink
chore(release): [ci] release (next) (#27)
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 May 9, 2023
1 parent b6423d7 commit 8d61106
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"astro-portabletext": "0.8.1",
"demo": "0.0.1"
},
"changesets": []
"changesets": [
"lemon-lies-visit"
]
}
17 changes: 17 additions & 0 deletions astro-portabletext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# astro-portabletext

## 0.9.0-next.0

### Minor Changes

- 1eb192e: **BREAKING**

**astro-portabletext/utils**

- `usePortableText(node)`
- Removed: `getWarningMessage` function
- Meant for internal use
- Removed: `notifyMissingComponentHandler` function
- This is handled for you and has no purpose
- Removed: _deprecated_ `next` function
- Use `getDefaultComponent`
- Removed: _deprecated_ `onMissingComponent` function

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion astro-portabletext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-portabletext",
"version": "0.8.1",
"version": "0.9.0-next.0",
"type": "module",
"description": "Render Portable Text with Astro",
"keywords": [
Expand Down

0 comments on commit 8d61106

Please sign in to comment.