Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Mar 14, 2024
2 parents 50c0ae8 + 200bac0 commit 84afa1e
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 72 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
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.1
uses: actions/checkout@v4.1.2

# 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.13] - 2024-03-14

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.12] - 2024-03-06

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.12",
"version": "1.0.0-alpha.13",
"keywords": [
"farcaster",
"frames",
Expand All @@ -16,14 +16,14 @@
},
"dependencies": {
"@hono/node-server": "1.8.2",
"hono": "4.0.9"
"hono": "4.1.0"
},
"devDependencies": {
"@types/eslint": "8.56.5",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -34,7 +34,7 @@
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.7.1",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"resolutions": {
"axios": ">=1.6.0"
Expand Down
128 changes: 64 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84afa1e

Please sign in to comment.