Skip to content

Commit

Permalink
chore: enter prerelease mode and version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Feb 2, 2023
1 parent f321869 commit 4787265
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"astro-portabletext": "0.7.0",
"demo": "0.0.1"
},
"changesets": [
"pink-trainers-warn"
]
}
13 changes: 13 additions & 0 deletions astro-portabletext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# astro-portabletext

## 0.8.0-next.0

### Minor Changes

- dab66b0: #22 / missing export LIST_NEST_MODE_HTML

Updated dependencies to fix the issue. Thanks @TaraBryn.

| Package | From | To |
| --------------------- | ----- | ----- |
| @portabletext/toolkit | 1.0.6 | 2.0.1 |
| @portabletext/types | 2.0.0 | 2.0.2 |

## 0.7.0

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

0 comments on commit 4787265

Please sign in to comment.