Skip to content

Commit

Permalink
chore: version packages (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 7, 2024
1 parent 0483088 commit 36f2ab7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-clocks-wash.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hono-og

## 0.0.22

### Patch Changes

- 0483088: Fixed `ImageResponseOptions` export.
- Updated dependencies [0483088]
- @wevm/vercel-og@0.6.12

## 0.0.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hono-og",
"version": "0.0.21",
"version": "0.0.22",
"type": "module",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"hono": ">=3"
},
"dependencies": {
"@wevm/vercel-og": "~0.6.11",
"@wevm/vercel-og": "~0.6.12",
"@vercel/og": "~0.6.2",
"workers-og": "~0.0.20"
}
Expand Down
6 changes: 6 additions & 0 deletions vendor/vercel-og/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wevm/vercel-og

## 0.6.12

### Patch Changes

- 0483088: Fixed `ImageResponseOptions` export.

## 0.6.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion vendor/vercel-og/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/vercel-og",
"version": "0.6.11",
"version": "0.6.12",
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",
"type": "module",
"main": "./dist/index.node.js",
Expand Down

0 comments on commit 36f2ab7

Please sign in to comment.