Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 24, 2024
2 parents 7d70993 + 53fa74b commit 2f5b82a
Show file tree
Hide file tree
Showing 4 changed files with 1,688 additions and 1,369 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install pnpm package manager
uses: pnpm/action-setup@v3.0.0
with:
version: ^8
version: ^9
run_install: false

# Clean up the repository.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.16] - 2024-04-24

### Miscellaneous Tasks

- Update pnpm version on template workflow

## [1.0.0-alpha.15] - 2024-04-18

### Bug Fixes
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farcaster-frames-template",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"keywords": [
"farcaster",
"frames",
Expand All @@ -15,8 +15,8 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@hono/node-server": "1.10.0",
"hono": "4.2.3"
"@hono/node-server": "1.11.0",
"hono": "4.2.7"
},
"devDependencies": {
"@types/eslint": "8.56.6",
Expand All @@ -37,7 +37,9 @@
"typescript": "5.4.5"
},
"resolutions": {
"axios": ">=1.6.0"
"axios": ">=1.6.0",
"hono": ">=4.2.7",
"@hono/node-server": ">=1.10.1"
},
"engines": {
"node": ">=18.0.0",
Expand Down
Loading

0 comments on commit 2f5b82a

Please sign in to comment.