Skip to content

Commit

Permalink
chore: version packages (#8)
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 13, 2024
1 parent c2638da commit 40ada09
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/silver-pianos-occur.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.7

### Patch Changes

- c2638da: Fixed `@wevm/vercel-og` package
- Updated dependencies [c2638da]
- @wevm/vercel-og@0.6.5

## 0.0.6

### 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.6",
"version": "0.0.7",
"type": "module",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand All @@ -18,6 +18,6 @@
"hono": "^3"
},
"dependencies": {
"@wevm/vercel-og": "~0.6.4"
"@wevm/vercel-og": "~0.6.5"
}
}
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.5

### Patch Changes

- c2638da: Fixed `@wevm/vercel-og` package

## 0.6.4

### 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,10 +1,12 @@
{
"name": "@wevm/vercel-og",
"version": "0.6.4",
"version": "0.6.5",
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",
"main": "./dist/index.node.js",
"types": "./dist/index.node.d.ts",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"exports": {
".": {
"bun": {
Expand Down

0 comments on commit 40ada09

Please sign in to comment.