Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

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 27, 2024
2 parents ba0cb48 + abab6e9 commit b4be418
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 308 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# The first step is to check out the repository code
- name: Checking out repository code
uses: actions/checkout@v4.1.2 # Action for checking out a repo.
uses: actions/checkout@v4.1.4 # Action for checking out a repo.
with:
fetch-depth: 0 # Fetches all history for all branches and tags

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

steps: # The sequence of tasks that make up a job.
- name: Checking out repository code
uses: actions/checkout@v4.1.2 # Action for checking out a repo.
uses: actions/checkout@v4.1.4 # Action for checking out a repo.

- name: Setup Node.js ${{ matrix.node-version }} Environment
uses: actions/setup-node@v4.0.2 # Action for setting up Node environment.
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
# Checkout the repository code
- name: Checkout code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0 # Fetches all history for all branches and tags

Expand Down
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.16] - 2024-04-27

### Bug Fixes

- Solve some minor issues and update dependencies

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

### Bug Fixes
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -26,15 +26,15 @@
"ethers": "5.6.8",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"next": "14.2.1",
"next": "14.2.3",
"notion-client": "6.16.0",
"notion-types": "6.16.0",
"notion-utils": "6.16.0",
"prettier": "3.2.5",
"react": "18.2.0",
"react": "18.3.0",
"react-chrome-dino": "0.1.3",
"react-dinosaur-game": "1.0.0",
"react-dom": "18.2.0",
"react-dom": "18.3.0",
"react-ga": "3.3.1",
"react-icons": "5.1.0",
"react-instantsearch-dom": "6.19.0",
Expand All @@ -46,23 +46,23 @@
"react-notion-x": "6.16.0",
"react-stone-mason": "1.0.22",
"react-vertical-timeline-component": "3.5.2",
"siwe": "2.3.1",
"siwe": "2.3.2",
"uuid": "9.0.1",
"uuidv4": "6.2.13",
"wagmi": "0.4.12"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.7",
"@types/cookie": "0.6.0",
"@types/eslint": "8.56.9",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/eslint": "8.56.10",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/react-instantsearch-dom": "6.12.7",
"@types/react-vertical-timeline-component": "3.3.6",
"@types/uuid": "9.0.8",
"autoprefixer": "10.4.19",
"eslint": "9.0.0",
"eslint-config-next": "14.2.1",
"eslint": "9.1.1",
"eslint-config-next": "14.2.3",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
Expand Down
Loading

0 comments on commit b4be418

Please sign in to comment.