Skip to content

Commit

Permalink
chore(release): [ci] release (next) (#4)
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] committed Sep 5, 2022
1 parent 9b06bef commit 1e2005a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"astro-portabletext": "0.3.0",
"demo": "0.0.1"
},
"changesets": []
"changesets": [
"chatty-glasses-turn",
"chatty-wolves-sip",
"dry-dingos-applaud",
"stale-dodos-judge"
]
}
9 changes: 9 additions & 0 deletions component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# astro-portabletext

## 0.4.0-next.0

### Minor Changes

- 1c102cf: Feat: Made `mergeComponents` and `toPlainText` functions available to be used.
- f8b9a06: Removed deprecated types
- ddc12ce: Feat: Added `class` property to `Props` type and deprecated `astroClass`
- a6bfa8e: Feat: Made `Block`, `List`, `ListItem` and `Mark` components available to be used to help extend custom components.

## 0.3.0

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

0 comments on commit 1e2005a

Please sign in to comment.