Skip to content

Commit

Permalink
chore: version packages (#5)
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 Feb 12, 2024
1 parent 1922722 commit b9db6f7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-tips-cry.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.4

### Patch Changes

- 1922722: Inlined fallback font in `@wevm/vercel-og`.
- Updated dependencies [1922722]
- @wevm/vercel-og@0.6.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,6 +16,6 @@
"hono": "^3"
},
"dependencies": {
"@wevm/vercel-og": "~0.6.2"
"@wevm/vercel-og": "~0.6.3"
}
}
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.3

### Patch Changes

- 1922722: Inlined fallback font in `@wevm/vercel-og`.

## 0.6.2

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions vendor/vercel-og/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@wevm/vercel-og",
"version": "0.6.2",
"version": "0.6.3",
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",
"type": "module",
"main": "./dist/index.node.js",
"types": "./dist/index.node.d.ts",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"exports": {
".": {
"bun": {
Expand Down

0 comments on commit b9db6f7

Please sign in to comment.