Skip to content

Commit

Permalink
chore: batch release main (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tom Theisel <tom.theisel@gmail.com>
  • Loading branch information
github-actions[bot] and theisel authored May 7, 2024
1 parent 1e059f3 commit 27ce84c
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"astro-portabletext":"0.9.9","demo":"0.1.5"}
{"astro-portabletext":"0.10.0","demo":"0.2.0"}
21 changes: 21 additions & 0 deletions astro-portabletext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# astro-portabletext

## [0.10.0](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.9...astro-portabletext@0.10.0) (2024-05-07)


### ⚠ BREAKING CHANGES

* **component:** drop `class` prop from `PortableText` ([#143](https://github.com/theisel/astro-portabletext/issues/143))

### Documentation

* automate documentation and fixes ([#146](https://github.com/theisel/astro-portabletext/issues/146)) ([7a1730a](https://github.com/theisel/astro-portabletext/commit/7a1730a9b66fae80fa25e8e9f4f2f18f40739785))


### Bug Fixes

* **types:** fix docblock comments ([#141](https://github.com/theisel/astro-portabletext/issues/141)) ([421afdb](https://github.com/theisel/astro-portabletext/commit/421afdb2122eef9d5162ac1d0e9542dce1a16a1a))


### Code Refactoring

* **component:** drop `class` prop from `PortableText` ([#143](https://github.com/theisel/astro-portabletext/issues/143)) ([b0b77c4](https://github.com/theisel/astro-portabletext/commit/b0b77c4e03835a6b479ff7829832164487dcfb82))

## [0.9.9](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.8...astro-portabletext@0.9.9) (2024-04-21)


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.9.9",
"version": "0.10.0",
"type": "module",
"description": "Render Portable Text with Astro",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
* dependencies
* astro-portabletext bumped from ^0.9.7 to ^0.9.8

## [0.2.0](https://github.com/theisel/astro-portabletext/compare/demo@0.1.5...demo@0.2.0) (2024-05-07)


### Features

* add component, add mark definition to portabletext, including fixes and refactoring ([#144](https://github.com/theisel/astro-portabletext/issues/144)) ([e779758](https://github.com/theisel/astro-portabletext/commit/e779758ddc48114f79a377f7d6ad3f9429f9ce61))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* astro-portabletext bumped from ^0.9.9 to ^0.10.0

## [0.1.5](https://github.com/theisel/astro-portabletext/compare/demo@0.1.4...demo@0.1.5) (2024-04-21)


Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.1.5",
"version": "0.2.0",
"type": "module",
"private": true,
"author": "Tom Theisel <tom.theisel@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"@astrojs/solid-js": "^4.1.0",
"@astrojs/svelte": "^5.4.0",
"astro": "^4.6.4",
"astro-portabletext": "^0.9.9",
"astro-portabletext": "^0.10.0",
"solid-js": "^1.8.17",
"svelte": "^4.2.15"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27ce84c

Please sign in to comment.