Skip to content

Commit 499711e

Browse files
chore: release main
1 parent ef03020 commit 499711e

3 files changed

Lines changed: 30 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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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+
* **engines:** require Node.js >=22.12.0 ([#229](https://github.com/theisel/astro-portabletext/issues/229))
9+
* **api:** remove deprecated `astro-portabletext/utils` export ([#229](https://github.com/theisel/astro-portabletext/issues/229))
10+
* **deps:** `@portabletext/toolkit` fix changes list AST ([#229](https://github.com/theisel/astro-portabletext/issues/229))
11+
12+
### Build System
13+
14+
* **engines:** require Node.js >=22.12.0 ([#229](https://github.com/theisel/astro-portabletext/issues/229)) ([ef03020](https://github.com/theisel/astro-portabletext/commit/ef03020a0a948d4748f286b1f8243855a5fca4da))
15+
16+
17+
### Features
18+
19+
* **types:** introduce `TypedObjectProps` alias ([#229](https://github.com/theisel/astro-portabletext/issues/229)) ([ef03020](https://github.com/theisel/astro-portabletext/commit/ef03020a0a948d4748f286b1f8243855a5fca4da))
20+
21+
22+
### Bug Fixes
23+
24+
* **deps:** `@portabletext/toolkit` fix changes list AST ([#229](https://github.com/theisel/astro-portabletext/issues/229)) ([ef03020](https://github.com/theisel/astro-portabletext/commit/ef03020a0a948d4748f286b1f8243855a5fca4da))
25+
26+
27+
### Code Refactoring
28+
29+
* **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))
30+
331
## [0.13.0](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.12.0...astro-portabletext@0.13.0) (2026-01-05)
432

533

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)