Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
Exit prerelease and version package
  • Loading branch information
theisel committed Jul 30, 2022
1 parent 9b7b964 commit 50f8ba4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-shirts-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-tips-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-hornets-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-mayflies-pay.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-ears-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-islands-repeat.md

This file was deleted.

14 changes: 14 additions & 0 deletions component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro-portabletext

## 0.3.0

### Minor Changes

- 900d39a: Feat: New types added and deprecated some types
- 900d39a: PortableText `components.list` and `components.listItem` are now an object for easy merge/override
- 900d39a: Feat: Unhandled `style` in `Block` component and unhandled `markType` in `Mark` component now throws an error
- 900d39a: Replaces warning message with \<slot /\>
- 900d39a: Unknown `components.type` is hidden by default

### Patch Changes

- 900d39a: Adds `onMissingComponent` prop to `PortableText`

## 0.3.0-next.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-next.0",
"version": "0.3.0",
"type": "module",
"description": "Render Portable Text with Astro",
"keywords": [
Expand Down

0 comments on commit 50f8ba4

Please sign in to comment.