Skip to content

Commit

Permalink
feat: new vaults added & starknet network added, vaults sorted by a-z (
Browse files Browse the repository at this point in the history
…#120)

* feat: new vaults added & starknet network added, vaults sorted by a-z
* fix: action version update
* style: new resources added
* feat: supporters edited
* refactor: dependency updates & repo rename

Closes SUP-2462
Closes SUP-2463
  • Loading branch information
keriat authored Apr 11, 2023
1 parent 0cd110f commit 30dce17
Show file tree
Hide file tree
Showing 16 changed files with 879 additions and 488 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
# Default: true
persist-credentials: false # <--- checking this in commit context

- name: "Enable yarn cache"
uses: c-hive/gha-yarn-cache@v2 # using cache

- name: "Setup node@17"
- name: "Setup Node.js"
uses: actions/setup-node@v3
with:
node-version: 17
node-version: "17"
cache: "yarn"

- name: "Install dependencies"
run: |
Expand Down
90 changes: 45 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,123 +1,123 @@
## [1.18.0](https://github.com/Stargate-Labs/4626-website/compare/1.17.0...1.18.0) (2023-03-28)
## [1.18.0](https://github.com/superform-xyz/sup-web-4626/compare/1.17.0...1.18.0) (2023-03-28)


### Features

* added standard block to the resources page ([2cf43e6](https://github.com/Stargate-Labs/4626-website/commit/2cf43e6403c5a5da7cfb12bcb51131ba9d1fba0d))
* changing the bounties to store it in json ([f5773c6](https://github.com/Stargate-Labs/4626-website/commit/f5773c6e723e4de3a075a439543f32edf93470e1))
* code refactoring ([e3d2c96](https://github.com/Stargate-Labs/4626-website/commit/e3d2c964cbe51cc883c8f0ffdbee0a720707795e))
* darkmode, pinned resources, optimized UI ([59366cb](https://github.com/Stargate-Labs/4626-website/commit/59366cba4e5b62ea86d6f5c6945b0d9637d7f5be)), closes [SUP-2068](https://github.com/Stargate-Labs/4626-website/issues/2068) [SUP-2069](https://github.com/Stargate-Labs/4626-website/issues/2069) [SUP-2072](https://github.com/Stargate-Labs/4626-website/issues/2072) [SUP-2071](https://github.com/Stargate-Labs/4626-website/issues/2071)
* final launch data added ([b33500b](https://github.com/Stargate-Labs/4626-website/commit/b33500be278080b769313e091d5ae35106bdc7f3))
* homepage changes (in progress) ([7ea32d1](https://github.com/Stargate-Labs/4626-website/commit/7ea32d1eea213ec065c5a502b4ca07ee610962fc))
* more vercel comments resolved ([a3a1b91](https://github.com/Stargate-Labs/4626-website/commit/a3a1b91d9872f0aea933f6d9d578106738d90373))
* new homepage, navigation & dummy pages for the rest of the website ([7c37b78](https://github.com/Stargate-Labs/4626-website/commit/7c37b78608c818e6890c4b56d92179ccfae5e33c)), closes [SUP-1931](https://github.com/Stargate-Labs/4626-website/issues/1931)
* resources page added ([6d73832](https://github.com/Stargate-Labs/4626-website/commit/6d738323d07cdbecca907893157b961ea4854291)), closes [SUP-1934](https://github.com/Stargate-Labs/4626-website/issues/1934)
* vercel comments resolved ([fe73c8a](https://github.com/Stargate-Labs/4626-website/commit/fe73c8ad44af8d0ed879682d4daf245efd32c4e8))
* added standard block to the resources page ([2cf43e6](https://github.com/superform-xyz/sup-web-4626/commit/2cf43e6403c5a5da7cfb12bcb51131ba9d1fba0d))
* changing the bounties to store it in json ([f5773c6](https://github.com/superform-xyz/sup-web-4626/commit/f5773c6e723e4de3a075a439543f32edf93470e1))
* code refactoring ([e3d2c96](https://github.com/superform-xyz/sup-web-4626/commit/e3d2c964cbe51cc883c8f0ffdbee0a720707795e))
* darkmode, pinned resources, optimized UI ([59366cb](https://github.com/superform-xyz/sup-web-4626/commit/59366cba4e5b62ea86d6f5c6945b0d9637d7f5be)), closes [SUP-2068](https://github.com/superform-xyz/sup-web-4626/issues/2068) [SUP-2069](https://github.com/superform-xyz/sup-web-4626/issues/2069) [SUP-2072](https://github.com/superform-xyz/sup-web-4626/issues/2072) [SUP-2071](https://github.com/superform-xyz/sup-web-4626/issues/2071)
* final launch data added ([b33500b](https://github.com/superform-xyz/sup-web-4626/commit/b33500be278080b769313e091d5ae35106bdc7f3))
* homepage changes (in progress) ([7ea32d1](https://github.com/superform-xyz/sup-web-4626/commit/7ea32d1eea213ec065c5a502b4ca07ee610962fc))
* more vercel comments resolved ([a3a1b91](https://github.com/superform-xyz/sup-web-4626/commit/a3a1b91d9872f0aea933f6d9d578106738d90373))
* new homepage, navigation & dummy pages for the rest of the website ([7c37b78](https://github.com/superform-xyz/sup-web-4626/commit/7c37b78608c818e6890c4b56d92179ccfae5e33c)), closes [SUP-1931](https://github.com/superform-xyz/sup-web-4626/issues/1931)
* resources page added ([6d73832](https://github.com/superform-xyz/sup-web-4626/commit/6d738323d07cdbecca907893157b961ea4854291)), closes [SUP-1934](https://github.com/superform-xyz/sup-web-4626/issues/1934)
* vercel comments resolved ([fe73c8a](https://github.com/superform-xyz/sup-web-4626/commit/fe73c8ad44af8d0ed879682d4daf245efd32c4e8))


### Bug Fixes

* alliance block changed according the comments from Blake ([b409000](https://github.com/Stargate-Labs/4626-website/commit/b4090001d00701997e460ba88c493e688d39a04c))
* content changes for the alliance block ([cd42bf4](https://github.com/Stargate-Labs/4626-website/commit/cd42bf4cb3d93e6a94ec5fb1c1bb15f9fee82d5a))
* details link added ([36d865b](https://github.com/Stargate-Labs/4626-website/commit/36d865b958f6b9faeb9c439bd3d5e484e4150c8d))
* header margin fixed ([d23642c](https://github.com/Stargate-Labs/4626-website/commit/d23642c6c22038be123a2fe2fc52be21826199a5))
* total funding info added ([c5679e2](https://github.com/Stargate-Labs/4626-website/commit/c5679e24a830488350b349e6b049553214d71c2a))
* alliance block changed according the comments from Blake ([b409000](https://github.com/superform-xyz/sup-web-4626/commit/b4090001d00701997e460ba88c493e688d39a04c))
* content changes for the alliance block ([cd42bf4](https://github.com/superform-xyz/sup-web-4626/commit/cd42bf4cb3d93e6a94ec5fb1c1bb15f9fee82d5a))
* details link added ([36d865b](https://github.com/superform-xyz/sup-web-4626/commit/36d865b958f6b9faeb9c439bd3d5e484e4150c8d))
* header margin fixed ([d23642c](https://github.com/superform-xyz/sup-web-4626/commit/d23642c6c22038be123a2fe2fc52be21826199a5))
* total funding info added ([c5679e2](https://github.com/superform-xyz/sup-web-4626/commit/c5679e24a830488350b349e6b049553214d71c2a))

## [1.17.0](https://github.com/Stargate-Labs/4626-website/compare/1.16.2...1.17.0) (2023-03-20)
## [1.17.0](https://github.com/superform-xyz/sup-web-4626/compare/1.16.2...1.17.0) (2023-03-20)


### Features

* homepage changes (in progress) ([#94](https://github.com/Stargate-Labs/4626-website/issues/94)) ([e6a08db](https://github.com/Stargate-Labs/4626-website/commit/e6a08db042fa2bc919d79b37166b8c7891b4b601))
* homepage changes (in progress) ([#94](https://github.com/superform-xyz/sup-web-4626/issues/94)) ([e6a08db](https://github.com/superform-xyz/sup-web-4626/commit/e6a08db042fa2bc919d79b37166b8c7891b4b601))

## [1.16.2](https://github.com/Stargate-Labs/4626-website/compare/1.16.1...1.16.2) (2023-03-02)
## [1.16.2](https://github.com/superform-xyz/sup-web-4626/compare/1.16.1...1.16.2) (2023-03-02)


### Bug Fixes

* vault list fetch fixed ([#96](https://github.com/Stargate-Labs/4626-website/issues/96)) ([10ce1e1](https://github.com/Stargate-Labs/4626-website/commit/10ce1e12159d96acf91ae27a3970509fdebd2b27))
* vault list fetch fixed ([#96](https://github.com/superform-xyz/sup-web-4626/issues/96)) ([10ce1e1](https://github.com/superform-xyz/sup-web-4626/commit/10ce1e12159d96acf91ae27a3970509fdebd2b27))

## [1.16.1](https://github.com/Stargate-Labs/4626-website/compare/1.16.0...1.16.1) (2023-01-10)
## [1.16.1](https://github.com/superform-xyz/sup-web-4626/compare/1.16.0...1.16.1) (2023-01-10)


### Bug Fixes

* **api:** access token changed ([#91](https://github.com/Stargate-Labs/4626-website/issues/91)) ([083535f](https://github.com/Stargate-Labs/4626-website/commit/083535fb32ea6f72c4961219afa991ada0c1ffcf)), closes [SUP-1720](https://github.com/Stargate-Labs/4626-website/issues/1720)
* **api:** access token changed ([#91](https://github.com/superform-xyz/sup-web-4626/issues/91)) ([083535f](https://github.com/superform-xyz/sup-web-4626/commit/083535fb32ea6f72c4961219afa991ada0c1ffcf)), closes [SUP-1720](https://github.com/superform-xyz/sup-web-4626/issues/1720)

## [1.16.0](https://github.com/Stargate-Labs/4626-website/compare/1.15.0...1.16.0) (2022-11-16)
## [1.16.0](https://github.com/superform-xyz/sup-web-4626/compare/1.15.0...1.16.0) (2022-11-16)


### Features

* origin protocol content update ([#81](https://github.com/Stargate-Labs/4626-website/issues/81)) ([dd591fd](https://github.com/Stargate-Labs/4626-website/commit/dd591fd7b3079a11fde8244dc9ce27c006f99307)), closes [SUP-1036](https://github.com/Stargate-Labs/4626-website/issues/1036)
* origin protocol content update ([#81](https://github.com/superform-xyz/sup-web-4626/issues/81)) ([dd591fd](https://github.com/superform-xyz/sup-web-4626/commit/dd591fd7b3079a11fde8244dc9ce27c006f99307)), closes [SUP-1036](https://github.com/superform-xyz/sup-web-4626/issues/1036)

## [1.15.0](https://github.com/Stargate-Labs/4626-website/compare/1.14.1...1.15.0) (2022-11-15)
## [1.15.0](https://github.com/superform-xyz/sup-web-4626/compare/1.14.1...1.15.0) (2022-11-15)


### Features

* deps update ([7e8217d](https://github.com/Stargate-Labs/4626-website/commit/7e8217d72f495714bbf2b76b37e59e5a49aa74af))
* deps update ([7e8217d](https://github.com/superform-xyz/sup-web-4626/commit/7e8217d72f495714bbf2b76b37e59e5a49aa74af))

## [1.14.1](https://github.com/Stargate-Labs/4626-website/compare/1.14.0...1.14.1) (2022-11-15)
## [1.14.1](https://github.com/superform-xyz/sup-web-4626/compare/1.14.0...1.14.1) (2022-11-15)


### Bug Fixes

* **deps:** update dependency next-seo to v5.14.1 ([#61](https://github.com/Stargate-Labs/4626-website/issues/61)) ([fa40fb9](https://github.com/Stargate-Labs/4626-website/commit/fa40fb9d197e9934fddd123dc678a9be2c13be63))
* **deps:** update dependency next-seo to v5.14.1 ([#61](https://github.com/superform-xyz/sup-web-4626/issues/61)) ([fa40fb9](https://github.com/superform-xyz/sup-web-4626/commit/fa40fb9d197e9934fddd123dc678a9be2c13be63))

## [1.14.0](https://github.com/Stargate-Labs/4626-website/compare/1.13.0...1.14.0) (2022-11-15)
## [1.14.0](https://github.com/superform-xyz/sup-web-4626/compare/1.13.0...1.14.0) (2022-11-15)


### Features

* new analytics enabled ([#74](https://github.com/Stargate-Labs/4626-website/issues/74)) ([324a71b](https://github.com/Stargate-Labs/4626-website/commit/324a71b530c4944c73b469cc2b164b4978aedee0))
* new analytics enabled ([#74](https://github.com/superform-xyz/sup-web-4626/issues/74)) ([324a71b](https://github.com/superform-xyz/sup-web-4626/commit/324a71b530c4944c73b469cc2b164b4978aedee0))

## [1.13.0](https://github.com/Stargate-Labs/4626-website/compare/1.12.2...1.13.0) (2022-11-15)
## [1.13.0](https://github.com/superform-xyz/sup-web-4626/compare/1.12.2...1.13.0) (2022-11-15)


### Features

* content update ([#73](https://github.com/Stargate-Labs/4626-website/issues/73)) ([51b76f1](https://github.com/Stargate-Labs/4626-website/commit/51b76f1b9b7815c5bf4014d84984e38211b4c9b9)), closes [SUP-939](https://github.com/Stargate-Labs/4626-website/issues/939) [SUP-1035](https://github.com/Stargate-Labs/4626-website/issues/1035)
* content update ([#73](https://github.com/superform-xyz/sup-web-4626/issues/73)) ([51b76f1](https://github.com/superform-xyz/sup-web-4626/commit/51b76f1b9b7815c5bf4014d84984e38211b4c9b9)), closes [SUP-939](https://github.com/superform-xyz/sup-web-4626/issues/939) [SUP-1035](https://github.com/superform-xyz/sup-web-4626/issues/1035)

## [1.12.2](https://github.com/Stargate-Labs/4626-website/compare/1.12.1...1.12.2) (2022-11-15)
## [1.12.2](https://github.com/superform-xyz/sup-web-4626/compare/1.12.1...1.12.2) (2022-11-15)


### Bug Fixes

* **deps:** update dependency react-icons to v4.6.0 ([#59](https://github.com/Stargate-Labs/4626-website/issues/59)) ([66c0ad6](https://github.com/Stargate-Labs/4626-website/commit/66c0ad66298b23d8e89d8b8800b9ed179a69b190))
* **deps:** update dependency react-icons to v4.6.0 ([#59](https://github.com/superform-xyz/sup-web-4626/issues/59)) ([66c0ad6](https://github.com/superform-xyz/sup-web-4626/commit/66c0ad66298b23d8e89d8b8800b9ed179a69b190))

## [1.12.1](https://github.com/Stargate-Labs/4626-website/compare/1.12.0...1.12.1) (2022-11-10)
## [1.12.1](https://github.com/superform-xyz/sup-web-4626/compare/1.12.0...1.12.1) (2022-11-10)


### Bug Fixes

* block width configured to fill the columns ([#70](https://github.com/Stargate-Labs/4626-website/issues/70)) ([770ba01](https://github.com/Stargate-Labs/4626-website/commit/770ba01b2107cd6ec7ac079f52493fb95399f247))
* block width configured to fill the columns ([#70](https://github.com/superform-xyz/sup-web-4626/issues/70)) ([770ba01](https://github.com/superform-xyz/sup-web-4626/commit/770ba01b2107cd6ec7ac079f52493fb95399f247))

## [1.12.0](https://github.com/Stargate-Labs/4626-website/compare/1.11.2...1.12.0) (2022-11-10)
## [1.12.0](https://github.com/superform-xyz/sup-web-4626/compare/1.11.2...1.12.0) (2022-11-10)


### Features

* content update ([#69](https://github.com/Stargate-Labs/4626-website/issues/69)) ([03cab5b](https://github.com/Stargate-Labs/4626-website/commit/03cab5b6398a6de8148027d70e12d2bf6527b141)), closes [SUP-912](https://github.com/Stargate-Labs/4626-website/issues/912) [SUP-981](https://github.com/Stargate-Labs/4626-website/issues/981) [SUP-980](https://github.com/Stargate-Labs/4626-website/issues/980)
* content update ([#69](https://github.com/superform-xyz/sup-web-4626/issues/69)) ([03cab5b](https://github.com/superform-xyz/sup-web-4626/commit/03cab5b6398a6de8148027d70e12d2bf6527b141)), closes [SUP-912](https://github.com/superform-xyz/sup-web-4626/issues/912) [SUP-981](https://github.com/superform-xyz/sup-web-4626/issues/981) [SUP-980](https://github.com/superform-xyz/sup-web-4626/issues/980)

## [1.11.2](https://github.com/Stargate-Labs/4626-website/compare/1.11.1...1.11.2) (2022-10-20)
## [1.11.2](https://github.com/superform-xyz/sup-web-4626/compare/1.11.1...1.11.2) (2022-10-20)


### Bug Fixes

* **deps:** update dependency axios to v1.1.3 ([#60](https://github.com/Stargate-Labs/4626-website/issues/60)) ([4ecb211](https://github.com/Stargate-Labs/4626-website/commit/4ecb211d42a0c3b5daded71d1c7ad64b50dfff1b))
* **deps:** update dependency react-scroll to v1.8.8 ([#63](https://github.com/Stargate-Labs/4626-website/issues/63)) ([cdd7ee0](https://github.com/Stargate-Labs/4626-website/commit/cdd7ee038529b41ebdc7816ce37a89a5aaaf46a5))
* **deps:** update dependency axios to v1.1.3 ([#60](https://github.com/superform-xyz/sup-web-4626/issues/60)) ([4ecb211](https://github.com/superform-xyz/sup-web-4626/commit/4ecb211d42a0c3b5daded71d1c7ad64b50dfff1b))
* **deps:** update dependency react-scroll to v1.8.8 ([#63](https://github.com/superform-xyz/sup-web-4626/issues/63)) ([cdd7ee0](https://github.com/superform-xyz/sup-web-4626/commit/cdd7ee038529b41ebdc7816ce37a89a5aaaf46a5))

## [1.11.1](https://github.com/Stargate-Labs/4626-website/compare/1.11.0...1.11.1) (2022-10-20)
## [1.11.1](https://github.com/superform-xyz/sup-web-4626/compare/1.11.0...1.11.1) (2022-10-20)


### Bug Fixes

* metadata fixed along with the news content ([#64](https://github.com/Stargate-Labs/4626-website/issues/64)) ([5326977](https://github.com/Stargate-Labs/4626-website/commit/5326977e4ec9bc3ac1f6126b29d35dd02eda5758))
* metadata fixed along with the news content ([#64](https://github.com/superform-xyz/sup-web-4626/issues/64)) ([5326977](https://github.com/superform-xyz/sup-web-4626/commit/5326977e4ec9bc3ac1f6126b29d35dd02eda5758))

## [1.11.0](https://github.com/Stargate-Labs/4626-website/compare/1.10.2...1.11.0) (2022-10-20)
## [1.11.0](https://github.com/superform-xyz/sup-web-4626/compare/1.10.2...1.11.0) (2022-10-20)


### Features

* semantic release reconfigured ([#65](https://github.com/Stargate-Labs/4626-website/issues/65)) ([23f2f5e](https://github.com/Stargate-Labs/4626-website/commit/23f2f5e3318e2ccded9217a9534a578b093b8800))
* semantic release reconfigured ([#65](https://github.com/superform-xyz/sup-web-4626/issues/65)) ([23f2f5e](https://github.com/superform-xyz/sup-web-4626/commit/23f2f5e3318e2ccded9217a9534a578b093b8800))
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"description": "erc-4626 specification website",
"private": true,
"repository": "https://github.com/Stargate-Labs/4626-website",
"repository": "https://github.com/superform-xyz/sup-web-4626",
"homepage": "https://erc4626.com",
"keywords": [
"erc4626",
Expand Down Expand Up @@ -47,25 +47,25 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^0.1.5",
"@tailwindcss/typography": "0.5.9",
"@vercel/analytics": "0.1.11",
"aos": "3.0.0-beta.6",
"lite-youtube-embed": "0.2.0",
"next": "12.3.3",
"next": "12.3.4",
"next-gtag": "0.2.0",
"next-image-export-optimizer": "0.17.1",
"next-seo": "5.14.1",
"next-themes": "^0.2.1",
"next-seo": "5.15.0",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"react-icons": "4.8.0",
"react-paginate": "8.1.5",
"react-scroll": "1.8.9",
"swr": "1.3.0"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/exec": "6.0.3",
Expand All @@ -74,31 +74,31 @@
"@semantic-release/release-notes-generator": "10.0.3",
"@types/aos": "3.0.4",
"@types/gtag.js": "0.0.12",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/react-scroll": "1.8.6",
"autoprefixer": "10.4.14",
"cssnano": "5.1.15",
"eslint": "8.37.0",
"eslint-config-next": "13.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.2",
"lint-staged": "13.2.0",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"postcss": "8.4.21",
"postcss-flexbugs-fixes": "5.0.2",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.6",
"prettier-plugin-tailwindcss": "0.2.7",
"react-schemaorg": "2.0.0",
"sass": "1.56.1",
"schema-dts": "1.1.2",
"semantic-release": "19.0.5",
"tailwindcss": "3.2.4",
"tailwindcss": "3.3.1",
"typescript": "4.9.5"
},
"resolutions": {
"lodash": "4.17.21"
},
"packageManager": "yarn@3.2.4"
}
}
Loading

1 comment on commit 30dce17

@vercel
Copy link

@vercel vercel bot commented on 30dce17 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sup-web-4626 – ./

erc4626.info
eip4626.com
sup-web-4626-git-main.superform.tech
*.eip4626.com
sup-web-4626.superform.tech

Please sign in to comment.