From f4ac055855f089d84da57bfce7289b8e4ae81bc9 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Wed, 31 Jan 2024 21:19:44 +0330 Subject: [PATCH 1/3] refactor: add a og image as fallback for clients that do not support frames --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 8ffec400..4945d442 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,6 +11,7 @@ app.get('/', (c) => { return c.html(html` + From 4da2584ff2580fb15f4bd01587258c73bdc67174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:33:53 +0330 Subject: [PATCH 2/3] chore(deps): bump hono from 3.12.8 to 3.12.9 (#2) Bumps [hono](https://github.com/honojs/hono) from 3.12.8 to 3.12.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.12.8...v3.12.9) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 01fb0063..a68b3dd6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@hono/node-server": "^1.7.0", - "hono": "^3.12.8" + "hono": "^3.12.9" }, "devDependencies": { "@types/eslint": "8.56.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b5cf319b..5ce32ea5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^1.7.0 version: 1.7.0 hono: - specifier: ^3.12.8 - version: 3.12.8 + specifier: ^3.12.9 + version: 3.12.9 devDependencies: '@types/eslint': @@ -1150,8 +1150,8 @@ packages: function-bind: 1.1.2 dev: true - /hono@3.12.8: - resolution: {integrity: sha512-vnOEIRdqsp4uHE/dkOBr9EYmTsR86sD/FyG2xhfAQzR9udDRglN1nuO7SGc/7U3HfSorc6PSCNGN6upnVtCmfg==} + /hono@3.12.9: + resolution: {integrity: sha512-JhurtI3+VspowZoP3dv6BylhUPIpTWNRlBsVfb5UbI/tmMGqd6RpeexGO7RjnrSG9Vqwb1ydKp7HHTTcYJU5Zw==} engines: {node: '>=16.0.0'} dev: false From 1e6afe38fd71164b2b97b0c8ecbd4dc0dd43ea94 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Wed, 31 Jan 2024 21:57:45 +0330 Subject: [PATCH 3/3] chore(release): prepare for version 1.0.0-alpha.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e62fe886..3bacc39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.0-alpha.4] - 2024-01-31 + +### Refactor + +- Add a og image as fallback for clients that do not support frames + ## [1.0.0-alpha.3] - 2024-01-31 ### Documentation diff --git a/package.json b/package.json index a68b3dd6..7df7ca1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "farcaster-frames-template", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "keywords": [ "farcaster", "frames",