Skip to content

Commit

Permalink
chore(release): [ci] release (#12)
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 Oct 7, 2022
1 parent b3461a7 commit 19fde71
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-ligers-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-timers-approve.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/six-walls-sneeze.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- cfaaf38: **BREAKING**

- Removed deprecated `BlockStyle` type; use `Block` type instead
- Removed deprecated `isBlockStyle`; a utility _type guard_ function which is tied to `BlockStyle`
and has no purpose

### Patch Changes

- 46c62f6: Fixes #13 `UnknownType.astro` failed during build
- 7809f2f: Fixes error thrown in `block`, `list`, `listItem`, `mark` and `type`
components to fall back to their `unknown` counterpart.

## 0.4.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.4.1",
"version": "0.5.0",
"type": "module",
"description": "Render Portable Text with Astro",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# demo

## 0.0.2

### Patch Changes

- Updated dependencies [46c62f6]
- Updated dependencies [7809f2f]
- Updated dependencies [cfaaf38]
- astro-portabletext@0.5.0
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 19fde71

Please sign in to comment.