Skip to content

Commit 92e27a0

Browse files
committed
Merge branch 'main' into feat/sentry-errors
2 parents 0aa6ce5 + 539f948 commit 92e27a0

File tree

16 files changed

+197
-411
lines changed

16 files changed

+197
-411
lines changed

.env.tpl

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ NEXT_PUBLIC_W3UP_SERVICE_URL=https://staging.up.web3.storage
33
NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://staging.up.web3.storage/receipt/
44
NEXT_PUBLIC_W3UP_SERVICE_DID=did:web:staging.web3.storage
55
NEXT_PUBLIC_W3UP_PROVIDER=did:web:staging.web3.storage
6+
NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs-staging.w3s.link
7+
8+
# set these to your gateway service URL and DID
9+
NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://staging.w3s.link
10+
NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:staging.w3s.link
611

712
# set these to values from Stripe settings
813
NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCeiEF6A5ufQX5vPFlWRkPm

.github/workflows/deploy-storacha.yml

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://staging.up.storacha.network" >> .env
4141
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://staging.up.storacha.network/receipt/" >> .env
4242
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:staging.web3.storage" >> .env
43+
echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://staging.w3s.link" >> .env
44+
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:staging.w3s.link" >> .env
45+
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs-staging.w3s.link" >> .env
4346
echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1NzhdvF6A5ufQX5vKNZuRhie" >> .env
4447
echo "NEXT_PUBLIC_STRIPE_TRIAL_PRICING_TABLE_ID=prctbl_1QIDHGF6A5ufQX5vOK9Xl8Up" >> .env
4548
echo "NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_51LO87hF6A5ufQX5viNsPTbuErzfavdrEFoBuaJJPfoIhzQXdOUdefwL70YewaXA32ZrSRbK4U4fqebC7SVtyeNcz00qmgNgueC" >> .env
@@ -135,6 +138,9 @@ jobs:
135138
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.storacha.network" >> .env
136139
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.storacha.network/receipt/" >> .env
137140
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
141+
echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link" >> .env
142+
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
143+
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
138144
echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env
139145
echo "NEXT_PUBLIC_STRIPE_TRIAL_PRICING_TABLE_ID=prctbl_1QPYsuF6A5ufQX5vdIGAe54g" >> .env
140146
echo "NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_51LO87hF6A5ufQX5vQTO5BHyz8y9ybJp4kg1GsBjYuqwluuwtQTkbeZzkoQweFQDlv7JaGjuIdUWAyuwXp3tmCfsM005lJK9aS8" >> .env

.github/workflows/deploy.yml

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://staging.up.web3.storage" >> .env
4141
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://staging.up.web3.storage/receipt/" >> .env
4242
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:staging.web3.storage" >> .env
43+
echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://staging.w3s.link" >> .env
44+
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:staging.w3s.link" >> .env
45+
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs-staging.w3s.link" >> .env
4346
echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1NzhdvF6A5ufQX5vKNZuRhie" >> .env
4447
echo "NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_51LO87hF6A5ufQX5viNsPTbuErzfavdrEFoBuaJJPfoIhzQXdOUdefwL70YewaXA32ZrSRbK4U4fqebC7SVtyeNcz00qmgNgueC" >> .env
4548
echo "NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL_LINK=https://billing.stripe.com/p/login/test_6oE29Gff99KO6mk8ww" >> .env
@@ -128,6 +131,9 @@ jobs:
128131
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.web3.storage" >> .env
129132
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.web3.storage/receipt/" >> .env
130133
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
134+
echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link" >> .env
135+
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
136+
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
131137
echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env
132138
echo "NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_51LO87hF6A5ufQX5vQTO5BHyz8y9ybJp4kg1GsBjYuqwluuwtQTkbeZzkoQweFQDlv7JaGjuIdUWAyuwXp3tmCfsM005lJK9aS8" >> .env
133139
echo "NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL_LINK=https://billing.stripe.com/p/login/cN22aA62U6bO1sA9AA" >> .env

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## [1.17.6](https://github.com/storacha/console/compare/w3console-v1.17.5...w3console-v1.17.6) (2025-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* using the correct gateway host ([#183](https://github.com/storacha/console/issues/183)) ([3febe4a](https://github.com/storacha/console/commit/3febe4a0546a573bbe98a57d3946254b00b210ce))
9+
10+
## [1.17.5](https://github.com/storacha/console/compare/w3console-v1.17.4...w3console-v1.17.5) (2025-01-10)
11+
12+
13+
### Other Changes
14+
15+
* trigger deployment ([734d070](https://github.com/storacha/console/commit/734d0709bd124a777cecf0c364050c59e2e1ce5b))
16+
17+
## [1.17.4](https://github.com/storacha/console/compare/w3console-v1.17.3...w3console-v1.17.4) (2025-01-10)
18+
19+
20+
### Bug Fixes
21+
22+
* **prod:** gateway host ([#180](https://github.com/storacha/console/issues/180)) ([4191439](https://github.com/storacha/console/commit/4191439921ef6c8383451344eddadbcd4e50c1fb))
23+
24+
## [1.17.3](https://github.com/storacha/console/compare/w3console-v1.17.2...w3console-v1.17.3) (2025-01-09)
25+
26+
27+
### Bug Fixes
28+
29+
* cors preflight issue in production ([#178](https://github.com/storacha/console/issues/178)) ([1b1b79a](https://github.com/storacha/console/commit/1b1b79ad68a7654d84d8dd3f8ed48afa92d5808a))
30+
31+
## [1.17.2](https://github.com/storacha/console/compare/w3console-v1.17.1...w3console-v1.17.2) (2025-01-09)
32+
33+
34+
### Bug Fixes
35+
36+
* create space ([#173](https://github.com/storacha/console/issues/173)) ([597240f](https://github.com/storacha/console/commit/597240f5d843884b656a09a7a5d28780c5c63f68))
37+
* create space using the latest w3up-client version ([#171](https://github.com/storacha/console/issues/171)) ([600766b](https://github.com/storacha/console/commit/600766b7046b83602c56bbde8ba841eb8920bdc1))
38+
* **createSpace:** using the latest w3ui with w3up-client ([#176](https://github.com/storacha/console/issues/176)) ([5194dd2](https://github.com/storacha/console/commit/5194dd270f2a53bdf3a25e5aff6623204f7b225e))
39+
* gateway authorization based on env ([#174](https://github.com/storacha/console/issues/174)) ([0eb122d](https://github.com/storacha/console/commit/0eb122de6923b9abd8a67334f90f5ebc9fb17f4a))
40+
* set ipfs gateway url based on env var ([#177](https://github.com/storacha/console/issues/177)) ([1defed6](https://github.com/storacha/console/commit/1defed682adfc52d464bcff1edf52fc100edf908))
41+
342
## [1.17.1](https://github.com/storacha/console/compare/w3console-v1.17.0...w3console-v1.17.1) (2024-12-19)
443

544

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ An example `.env.local` file can be found in `.env.tpl`.
3434
If you are using `w3infra`, the service URL will be displayed as the `UploadApiStack`'s `ApiEndpoint` output once `npm start` has successfully set up your development environment.
3535

3636
<p style="text-align:center;padding-top:2rem">⁂</p>
37+

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "w3console",
3-
"version": "1.17.1",
3+
"version": "1.17.6",
44
"private": true,
55
"packageManager": "[email protected]+sha256.7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177",
66
"scripts": {
@@ -24,13 +24,13 @@
2424
"@ucanto/core": "^10.0.1",
2525
"@ucanto/interface": "^10.0.1",
2626
"@ucanto/transport": "^9.1.1",
27-
"@w3ui/react": "2.5.4",
28-
"@web3-storage/access": "^19.0.0",
29-
"@web3-storage/capabilities": "^17.3.0",
30-
"@web3-storage/content-claims": "^3.2.1",
31-
"@web3-storage/data-segment": "^5.0.0",
27+
"@w3ui/react": "2.5.5",
28+
"@web3-storage/access": "^20.1.1",
29+
"@web3-storage/capabilities": "^18.0.1",
30+
"@web3-storage/content-claims": "^5.1.3",
31+
"@web3-storage/data-segment": "^5.3.0",
3232
"@web3-storage/did-mailto": "^2.1.0",
33-
"@web3-storage/w3up-client": "13.1.1",
33+
"@web3-storage/w3up-client": "17.1.2",
3434
"archy": "^1.0.0",
3535
"ariakit-utils": "0.17.0-next.27",
3636
"blueimp-md5": "^2.19.0",

0 commit comments

Comments
 (0)