Skip to content

Commit

Permalink
chore: batch release main (#94)
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 11, 2023
1 parent 5cbea17 commit c2a37ed
Show file tree
Hide file tree
Showing 6 changed files with 29 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.4","demo":"0.0.6"}
{"astro-portabletext":"0.9.5","demo":"0.0.7"}
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.5](https://github.com/theisel/astro-portabletext/compare/astro-portabletext@0.9.4...astro-portabletext@0.9.5) (2023-10-11)


### Bug Fixes

* **astro-portabletext:** update dependencies and fix [#92](https://github.com/theisel/astro-portabletext/issues/92) ([#100](https://github.com/theisel/astro-portabletext/issues/100)) ([5cbea17](https://github.com/theisel/astro-portabletext/commit/5cbea17371c1e127ab6c16aac3bde931c4deb134))

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

Bumped version to force new release
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.4",
"version": "0.9.5",
"type": "module",
"description": "Render Portable Text with Astro",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Bug Fixes

* **demo:** add `is:global` directive to style ([#97](https://github.com/theisel/astro-portabletext/issues/97)) ([1b42231](https://github.com/theisel/astro-portabletext/commit/1b422312a11cad3542be0c520cbcc9ec534ed80e))
* **demo:** fix import declaration ([#95](https://github.com/theisel/astro-portabletext/issues/95)) ([e2168b7](https://github.com/theisel/astro-portabletext/commit/e2168b7399d1366c36c2a9d193e04cee694b5f97))
* **demo:** fix PortableText is not defined ([#96](https://github.com/theisel/astro-portabletext/issues/96)) ([6765eae](https://github.com/theisel/astro-portabletext/commit/6765eaec24f7f0fc887bb1075869fafe5464a6f1))
* **demo:** update `demo` package ([#93](https://github.com/theisel/astro-portabletext/issues/93)) ([3efa450](https://github.com/theisel/astro-portabletext/commit/3efa450c86681a504765af75910a550fc4dd66d6))


### Dependencies

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

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

Bumped version to force new release as lockfile was "not up to date" ([#82](https://github.com/theisel/astro-portabletext/issues/82)) ([8504f8f](https://github.com/theisel/astro-portabletext/commit/8504f8fcd19a77518975acbce1ae4b848f503e59))
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.6",
"version": "0.0.7",
"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.2.3",
"astro-portabletext": "^0.9.4",
"astro-portabletext": "^0.9.5",
"solid-js": "^1.8.0",
"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 c2a37ed

Please sign in to comment.