Skip to content

Commit b443b03

Browse files
chore: release main
1 parent ef03020 commit b443b03

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"astro-portabletext":"0.13.0"}
1+
{"astro-portabletext":"1.0.0"}

astro-portabletext/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# astro-portabletext
22

3+
## [1.0.0](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.13.0...astro-portabletext@1.0.0) (2026-08-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **api:** remove deprecated `astro-portabletext/utils` export ([#229](https://github.com/theisel/astro-portabletext/issues/229))
9+
* **deps:** require Node.js >=22.12.0, `@portabletext/toolkit` fix changes list AST ([#229](https://github.com/theisel/astro-portabletext/issues/229))
10+
11+
### Features
12+
13+
* **types:** introduce `TypedObjectProps` alias ([#229](https://github.com/theisel/astro-portabletext/issues/229)) ([ef03020](https://github.com/theisel/astro-portabletext/commit/ef03020a0a948d4748f286b1f8243855a5fca4da))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** require Node.js >=22.12.0, `@portabletext/toolkit` fix changes list AST ([#229](https://github.com/theisel/astro-portabletext/issues/229)) ([ef03020](https://github.com/theisel/astro-portabletext/commit/ef03020a0a948d4748f286b1f8243855a5fca4da))
19+
20+
21+
### Code Refactoring
22+
23+
* **api:** remove deprecated `astro-portabletext/utils` export ([#229](https://github.com/theisel/astro-portabletext/issues/229)) ([ef03020](https://github.com/theisel/astro-portabletext/commit/ef03020a0a948d4748f286b1f8243855a5fca4da))
24+
325
## [0.13.0](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.12.0...astro-portabletext@0.13.0) (2026-01-05)
426

527

astro-portabletext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-portabletext",
3-
"version": "0.13.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "A flexible and customizable library for rendering Portable Text content in your Astro projects",
66
"keywords": [

0 commit comments

Comments
 (0)