Skip to content

Commit

Permalink
chore: batch release main (#128)
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 Mar 19, 2024
1 parent feb5c2b commit e579ef1
Show file tree
Hide file tree
Showing 6 changed files with 18 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.6","demo":"0.1.2"}
{"astro-portabletext":"0.9.7","demo":"0.1.3"}
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.7](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.6...astro-portabletext@0.9.7) (2024-03-19)


### Bug Fixes

* **deps:** update `astro-portabletext` ([#126](https://github.com/theisel/astro-portabletext/issues/126)) ([8e576a7](https://github.com/theisel/astro-portabletext/commit/8e576a724795dbe613b13851268f1d40ec5a4f0d))

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


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

### Dependencies

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

## [0.1.2](https://github.com/theisel/astro-portabletext/compare/demo@0.1.1...demo@0.1.2) (2023-12-28)


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.2",
"version": "0.1.3",
"type": "module",
"private": true,
"author": "Tom Theisel <tom.theisel@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"@astrojs/solid-js": "^3.0.3",
"@astrojs/svelte": "^5.0.3",
"astro": "^4.0.8",
"astro-portabletext": "^0.9.6",
"astro-portabletext": "^0.9.7",
"solid-js": "^1.8.7",
"svelte": "^4.2.8"
},
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 e579ef1

Please sign in to comment.