Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 8, 2024
2 parents 29fa57e + f454530 commit 336dcc2
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout Repository Code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## [1.0.0-alpha.3]] - 2024-02-28
## [1.0.0-alpha.4] - 2024-04-08

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.3] - 2024-02-28

### Bug Fixes

Expand Down
24 changes: 12 additions & 12 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.3",
"version": "1.0.0-alpha.4",
"keywords": [
"farcaster",
"frames",
Expand All @@ -16,29 +16,29 @@
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"@cloudinary/url-gen": "1.18.0",
"hono": "4.0.7"
"@cloudinary/url-gen": "1.19.0",
"hono": "4.2.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240222.0",
"@types/eslint": "8.56.3",
"@cloudflare/workers-types": "4.20240403.0",
"@types/eslint": "8.56.7",
"@types/eslint-config-prettier": "6.11.3",
"@types/localtunnel": "2.0.4",
"@types/node": "20.11.20",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "52.0.0",
"localtunnel": "2.0.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.7.1",
"typescript": "5.3.3",
"wrangler": "3.30.0"
"tsx": "4.7.2",
"typescript": "5.4.4",
"wrangler": "3.45.0"
},
"resolutions": {
"axios": ">=1.6.0"
Expand Down
Loading

0 comments on commit 336dcc2

Please sign in to comment.