Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions to fuel-core 20 #37

Merged
merged 28 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c601211
update versions, fixes
sarahschwartz Aug 17, 2023
b43caed
fixes
sarahschwartz Aug 17, 2023
0d96566
fix ts-api links
sarahschwartz Aug 17, 2023
a74c56c
fix wallet nav
sarahschwartz Aug 17, 2023
7c6076a
allow nav scroll, refactor capitalized words
sarahschwartz Aug 17, 2023
445df41
refactor build script
sarahschwartz Aug 17, 2023
a090d5b
fix build
sarahschwartz Aug 17, 2023
768abc7
try fix
sarahschwartz Aug 17, 2023
4cf1843
try fix
sarahschwartz Aug 17, 2023
f44ca99
fix
sarahschwartz Aug 17, 2023
eeab585
rm ts-api docs
sarahschwartz Aug 18, 2023
ddeae3c
Merge branch 'master' into sarah/ts-api
sarahschwartz Aug 18, 2023
3bcd5ef
update repos, add ts-api section back
sarahschwartz Aug 21, 2023
ec3b66e
update graphql-docs to beta-4
sarahschwartz Aug 21, 2023
914c8d8
Merge branch 'master' into sarah/ts-api
sarahschwartz Aug 24, 2023
31b1735
fix button intents, add Sway Core link
sarahschwartz Aug 24, 2023
afe7bec
add sway-core to front page
sarahschwartz Aug 25, 2023
e480d96
capitalize graphQL
sarahschwartz Aug 25, 2023
f6b02c1
cleanup
sarahschwartz Aug 30, 2023
d441464
fix audit
sarahschwartz Aug 30, 2023
b76505c
update wallet repo
sarahschwartz Aug 30, 2023
f26c8cb
update fuel-ui config
sarahschwartz Aug 31, 2023
ec49a88
update versions, fix indexer version
sarahschwartz Aug 31, 2023
16e3e29
fix ts links
sarahschwartz Sep 1, 2023
67ebd58
fix
sarahschwartz Sep 1, 2023
dad8406
fix
sarahschwartz Sep 1, 2023
5468c6c
Merge branch 'master' into sarah/ts-api
sarahschwartz Sep 1, 2023
e3ffe45
update wallet
sarahschwartz Sep 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
[submodule "docs/fuels-ts"]
path = docs/fuels-ts
url = https://github.com/FuelLabs/fuels-ts
branch = docs
[submodule "docs/builds/sway"]
path = docs/builds/sway
url = https://github.com/FuelLabs/sway.git
branch = gh-pages
[submodule "docs/fuels-wallet"]
path = docs/fuels-wallet
url = https://github.com/FuelLabs/fuels-wallet.git
branch = release
[submodule "docs/fuelup"]
path = docs/fuelup
url = https://github.com/FuelLabs/fuelup.git
Expand Down
2 changes: 1 addition & 1 deletion docs/builds/sway
Submodule sway updated 4128 files
2 changes: 1 addition & 1 deletion docs/fuel-indexer
Submodule fuel-indexer updated 251 files
2 changes: 1 addition & 1 deletion docs/fuels-rs
Submodule fuels-rs updated 260 files
2 changes: 1 addition & 1 deletion docs/fuels-ts
Submodule fuels-ts updated 772 files
2 changes: 1 addition & 1 deletion docs/fuels-wallet
Submodule fuels-wallet updated 270 files
2 changes: 1 addition & 1 deletion docs/sway
Submodule sway updated 724 files
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"build:ci": "run-s docs:* build",
"build:ci": "run-s docs:* generate:* build",
"check": "run-s lint prettier:check",
"check:prod": "run-s lint:prod prettier:check",
"docs:sync": "sh ./scripts/sync-repos.sh",
Expand All @@ -26,10 +26,10 @@
"dependencies": {
"@docsearch/css": "^3.5.1",
"@docsearch/react": "3.5.1",
"@fuel-ui/config": "^0.16.1",
"@fuel-ui/config": "^0.17.0",
"@fuel-ui/css": "^0.16.1",
"@fuel-ui/react": "^0.16.1",
"@fuel-wallet/sdk": "^0.11.2",
"@fuel-wallet/sdk": "^0.12.2",
"@fuels/eslint-plugin": "^0.0.3",
"@fuels/prettier-config": "^0.0.3",
"@fuels/ts-config": "^0.0.3",
Expand Down
Loading
Loading