Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 27, 2024
2 parents 38b6209 + 854d170 commit d17f8c3
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 200 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.2
uses: actions/checkout@v4.1.4

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
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.6] - 2024-04-27

### Bug Fixes

- Solve some minor issues and update dependencies

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

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 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.5",
"version": "1.0.0-alpha.6",
"keywords": [
"farcaster",
"frames",
Expand All @@ -17,17 +17,17 @@
},
"dependencies": {
"@cloudinary/url-gen": "1.19.0",
"hono": "4.2.4"
"hono": "4.2.8"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240405.0",
"@types/eslint": "8.56.9",
"@cloudflare/workers-types": "4.20240423.0",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/localtunnel": "2.0.4",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "9.0.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "52.0.0",
Expand All @@ -36,9 +36,9 @@
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.7.2",
"tsx": "4.7.3",
"typescript": "5.4.5",
"wrangler": "3.51.0"
"wrangler": "3.52.0"
},
"resolutions": {
"axios": ">=1.6.0",
Expand Down
Loading

0 comments on commit d17f8c3

Please sign in to comment.