Skip to content

Commit

Permalink
chore: batch release main (#63)
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>
  • Loading branch information
github-actions[bot] authored Aug 24, 2023
1 parent 2fbb149 commit f3dad28
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 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.1", "demo": "0.0.3" }
{"astro-portabletext":"0.9.2","demo":"0.0.4"}
9 changes: 9 additions & 0 deletions astro-portabletext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# astro-portabletext

## [0.9.2](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.1...astro-portabletext@0.9.2) (2023-08-24)


### Bug Fixes

* **deps:** update `astro-portabletext` dependencies ([#67](https://github.com/theisel/astro-portabletext/issues/67)) ([a712143](https://github.com/theisel/astro-portabletext/commit/a712143cb1d84e262ce98a9093b32611b93d87cc))
* **deps:** update `astro-portabletext` dependencies ([#73](https://github.com/theisel/astro-portabletext/issues/73)) ([2fbb149](https://github.com/theisel/astro-portabletext/commit/2fbb14991192f04675cc2543aa7084e35891a188))
* **lib/types:** interface `Mark` ([#62](https://github.com/theisel/astro-portabletext/issues/62)) ([33df21b](https://github.com/theisel/astro-portabletext/commit/33df21b1fe68fc9489c26c94259d1c7affe87dc7))

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

## [0.0.4](https://github.com/theisel/astro-portabletext/compare/demo-v0.0.3...demo@0.0.4) (2023-08-24)


### Bug Fixes

* **deps:** update `demo` dependencies ([#72](https://github.com/theisel/astro-portabletext/issues/72)) ([c33800e](https://github.com/theisel/astro-portabletext/commit/c33800eb098379ae9766783eee0bda8b8b19f1a0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* astro-portabletext bumped from ^0.9.1 to ^0.9.2
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.0.3",
"version": "0.0.4",
"type": "module",
"private": true,
"author": "Tom Theisel <tom.theisel@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"@astrojs/solid-js": "^2.2.1",
"@astrojs/svelte": "^3.1.1",
"astro": "^2.10.13",
"astro-portabletext": "^0.9.1",
"astro-portabletext": "^0.9.2",
"solid-js": "^1.7.11",
"svelte": "^4.2.0"
}
Expand Down

0 comments on commit f3dad28

Please sign in to comment.