Skip to content

Commit

Permalink
chore: batch release main (#104)
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 committed Oct 13, 2023
1 parent 213686c commit 629115e
Show file tree
Hide file tree
Showing 6 changed files with 26 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.5","demo":"0.0.7"}
{"astro-portabletext":"0.9.6","demo":"0.0.8"}
7 changes: 7 additions & 0 deletions astro-portabletext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# astro-portabletext

## [0.9.6](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.5...astro-portabletext@0.9.6) (2023-10-13)


### Bug Fixes

* **astro-portabletext:** fix [#92](https://github.com/theisel/astro-portabletext/issues/92) ([#103](https://github.com/theisel/astro-portabletext/issues/103)) ([9d96e54](https://github.com/theisel/astro-portabletext/commit/9d96e5470e50e17dc5a3b1f40488e00c259a9862))

## [0.9.5](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.4...astro-portabletext@0.9.5) (2023-10-11)


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.5",
"version": "0.9.6",
"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
@@ -1,5 +1,19 @@
# Changelog

## [0.0.8](https://github.com/theisel/astro-portabletext/compare/demo@0.0.7...demo@0.0.8) (2023-10-13)


### Bug Fixes

* **demo:** update dependencies ([#105](https://github.com/theisel/astro-portabletext/issues/105)) ([213686c](https://github.com/theisel/astro-portabletext/commit/213686ca3892e9de7dc0de045f7dfaa05f68e7b0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* astro-portabletext bumped from ^0.9.5 to ^0.9.6

## [0.0.7](https://github.com/theisel/astro-portabletext/compare/demo@0.0.6...demo@0.0.7) (2023-10-11)


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.0.7",
"version": "0.0.8",
"type": "module",
"private": true,
"author": "Tom Theisel <tom.theisel@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"astro": "^3.3.0",
"astro-portabletext": "^0.9.5",
"astro-portabletext": "^0.9.6",
"solid-js": "^1.8.1",
"svelte": "^4.2.1"
}
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 629115e

Please sign in to comment.