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.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed May 21, 2024
2 parents b4be418 + f77215b commit fbc9d47
Show file tree
Hide file tree
Showing 5 changed files with 6,134 additions and 4,756 deletions.
8 changes: 4 additions & 4 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.4 # Action for checking out a repo.
uses: actions/checkout@v4.1.6 # Action for checking out a repo.
with:
fetch-depth: 0 # Fetches all history for all branches and tags

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

steps: # The sequence of tasks that make up a job.
- name: Checking out repository code
uses: actions/checkout@v4.1.4 # Action for checking out a repo.
uses: actions/checkout@v4.1.6 # 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.
with:
node-version: ${{ matrix.node-version }}

- name: Install pnpm package manager
uses: pnpm/action-setup@v3.0.0 # Action for setting up pnpm.
uses: pnpm/action-setup@v4.0.0 # Action for setting up pnpm.
id: pnpm-install
with:
version: ^8
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
# Checkout the repository code
- name: Checkout code
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
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.4
uses: actions/checkout@v4.1.6

# 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.17] - 2024-05-21

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.16] - 2024-04-27

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.16",
"version": "1.0.0-alpha.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"test": ":"
},
"dependencies": {
"@algolia/autocomplete-js": "1.17.0",
"@algolia/autocomplete-theme-classic": "1.17.0",
"@algolia/autocomplete-js": "1.17.1",
"@algolia/autocomplete-theme-classic": "1.17.1",
"@docsearch/react": "3.6.0",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
Expand All @@ -20,7 +20,7 @@
"@tailwindcss/aspect-ratio": "0.4.0",
"@types/jsonwebtoken": "9.0.6",
"algoliasearch": "4.23.3",
"axios": "1.6.8",
"axios": "1.7.1",
"cookie": "0.6.0",
"dotenv": "16.4.5",
"ethers": "5.6.8",
Expand All @@ -31,12 +31,12 @@
"notion-types": "6.16.0",
"notion-utils": "6.16.0",
"prettier": "3.2.5",
"react": "18.3.0",
"react": "18.3.1",
"react-chrome-dino": "0.1.3",
"react-dinosaur-game": "1.0.0",
"react-dom": "18.3.0",
"react-dom": "18.3.1",
"react-ga": "3.3.1",
"react-icons": "5.1.0",
"react-icons": "5.2.1",
"react-instantsearch-dom": "6.19.0",
"react-instantsearch-hooks-web": "6.24.3",
"react-loading": "2.0.3",
Expand All @@ -55,13 +55,13 @@
"@tailwindcss/forms": "0.5.7",
"@types/cookie": "0.6.0",
"@types/eslint": "8.56.10",
"@types/react": "18.3.0",
"@types/react": "18.3.2",
"@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.1.1",
"eslint": "9.3.0",
"eslint-config-next": "14.2.3",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
Expand Down
Loading

0 comments on commit fbc9d47

Please sign in to comment.