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.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 18, 2024
2 parents e1f00e2 + 166f803 commit ba0cb48
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 571 deletions.
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.15] - 2024-04-18

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.14] - 2024-03-26

### Bug Fixes
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,20 +13,20 @@
"@algolia/autocomplete-js": "1.17.0",
"@algolia/autocomplete-theme-classic": "1.17.0",
"@docsearch/react": "3.6.0",
"@headlessui/react": "1.7.18",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@notionhq/client": "2.2.14",
"@notionhq/client": "2.2.15",
"@rainbow-me/rainbowkit": "0.3.7",
"@tailwindcss/aspect-ratio": "0.4.0",
"@types/jsonwebtoken": "9.0.6",
"algoliasearch": "4.22.1",
"algoliasearch": "4.23.3",
"axios": "1.6.8",
"cookie": "0.6.0",
"dotenv": "16.4.5",
"ethers": "5.6.8",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"next": "14.1.4",
"next": "14.2.1",
"notion-client": "6.16.0",
"notion-types": "6.16.0",
"notion-utils": "6.16.0",
Expand All @@ -36,7 +36,7 @@
"react-dinosaur-game": "1.0.0",
"react-dom": "18.2.0",
"react-ga": "3.3.1",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-instantsearch-dom": "6.19.0",
"react-instantsearch-hooks-web": "6.24.3",
"react-loading": "2.0.3",
Expand All @@ -46,26 +46,26 @@
"react-notion-x": "6.16.0",
"react-stone-mason": "1.0.22",
"react-vertical-timeline-component": "3.5.2",
"siwe": "2.1.4",
"siwe": "2.3.1",
"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.6",
"@types/react": "18.2.71",
"@types/react-dom": "18.2.22",
"@types/eslint": "8.56.9",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@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": "8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
"eslint": "9.0.0",
"eslint-config-next": "14.2.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"resolutions": {
"axios": ">=1.6.0",
Expand Down
Loading

0 comments on commit ba0cb48

Please sign in to comment.