Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jun 30, 2024
2 parents 887e76e + 2cb1ff6 commit 00a8d6f
Show file tree
Hide file tree
Showing 5 changed files with 1,569 additions and 1,422 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.6
uses: actions/checkout@v4.1.7

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# Checkout the code.
- name: Checkout code
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Set up Node.js environment.
- name: Set up Node.js environment
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.18] - 2024-06-30

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.17] - 2024-06-05

### Bug Fixes
Expand Down
22 changes: 11 additions & 11 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.17",
"version": "1.0.0-alpha.18",
"keywords": [
"farcaster",
"frames",
Expand All @@ -15,26 +15,26 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@hono/node-server": "1.11.0",
"hono": "4.4.3"
"@hono/node-server": "1.11.4",
"hono": "4.4.10"
},
"devDependencies": {
"@types/eslint": "8.56.6",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.14.1",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-unicorn": "54.0.0",
"localtunnel": "2.0.2",
"prettier": "3.3.0",
"prettier": "3.3.2",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.11.2",
"typescript": "5.4.5"
"tsx": "4.16.0",
"typescript": "5.5.2"
},
"resolutions": {
"axios": ">=1.6.0",
Expand Down
Loading

0 comments on commit 00a8d6f

Please sign in to comment.