-
Notifications
You must be signed in to change notification settings - Fork 2
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(main): release w3console 1.10.0 #112
Merged
hannahhoward
merged 16 commits into
old-main
from
release-please--branches--main--components--w3console
Sep 20, 2024
Merged
chore(main): release w3console 1.10.0 #112
hannahhoward
merged 16 commits into
old-main
from
release-please--branches--main--components--w3console
Sep 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
4 times, most recently
from
July 31, 2024 17:02
13e8852
to
44b6f30
Compare
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
from
July 31, 2024 17:19
44b6f30
to
7864595
Compare
This was mainly a sweep of uses of `h-screen`, as it was breaking on viewports shorter than the page contents, which was particularly nasty on the Pricing page, which is long. I've also: * Tweaked how the rooster shows up on small-width screens * Made the "Terms of Service" text on the login screen black rather than white for readability * Made the hamburger menu icon red rather than write for readability * Changed "w3up" to "Storacha" Unfortunately, we don't have Storybook and Chromatic (or similar) to see all the diffs, but I've screenshotted what I could. Note that these are all full-page screenshots; the fact that the befores are cut off at the top is exactly the problem I was solving here. 🙂 Plenty of this is subjective; thoughts, feedback, and corrections are more than welcome. ### Before ![screencapture-localhost-3000-2024-08-02-16_00_56](https://github.com/user-attachments/assets/8f29fe4a-d078-4271-a3de-75ba30bbf67e) ![screencapture-localhost-3000-2024-08-02-16_02_16](https://github.com/user-attachments/assets/3b9f7b06-0d4d-401e-a90e-144d724f614a) ![screencapture-localhost-3000-2024-08-02-16_15_53](https://github.com/user-attachments/assets/78f31bfa-301c-440e-bdcf-e25962dd766a) ![screencapture-localhost-3000-2024-08-02-16_16_38](https://github.com/user-attachments/assets/a3c09240-a1d4-4029-81c0-6df4a3943a27) ![screencapture-localhost-3000-2024-08-02-16_27_53](https://github.com/user-attachments/assets/1fc08c56-0a58-46aa-939d-7b9aab5eafad) ### After ![screencapture-localhost-3000-2024-08-02-16_01_30](https://github.com/user-attachments/assets/39ec5a46-2dd2-407e-afc9-746e7288447b) ![screencapture-localhost-3000-2024-08-02-16_07_23](https://github.com/user-attachments/assets/78435c8c-d862-4051-ad2a-f51f3bb87a16) ![screencapture-localhost-3000-2024-08-02-16_16_06](https://github.com/user-attachments/assets/365539c3-5966-4885-bd63-dd51f4cfa3f7) ![screencapture-localhost-3000-2024-08-02-16_16_56](https://github.com/user-attachments/assets/dfdb7587-f06f-48cc-9dee-dcc1fff77a99) ![screencapture-localhost-3000-2024-08-02-16_28_11](https://github.com/user-attachments/assets/850af45e-b073-4a09-a420-79245a354c45)
github-actions
bot
changed the title
chore(main): release w3console 1.9.2
chore(main): release w3console 1.10.0
Aug 28, 2024
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
from
August 28, 2024 14:14
7864595
to
e42fd67
Compare
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
from
September 4, 2024 14:28
e42fd67
to
c0645ab
Compare
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
from
September 17, 2024 16:46
c0645ab
to
e00fdb2
Compare
# Issue If the `NEXT_PUBLIC_W3UP_PROVIDER` environment variable is not set, the app will use `did:web:web3.storage` as the default storage provider. That works well if we are pointing to Prod environment (https://up.web3.storage), however, if we use the Staging environment (https://staging.up.web3.storage) it will fail to provision the space because the default provider is invalid for Staging. # Fix - Verify if the Space Provisioning result contains an error. If so, throw the error to prevent the user from continuing the flow and attempting to upload files. - Updated Docs and sample Env Vars. --------- Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
So we're all on the same version (and package manager).
Just a tiny copy change.
I've updated the workflow to use the `old-main` branch to deploy the `https://console.web3.network` app.
I've fixed the `deploy-storacha.yml` workflow to build previews and changelogs, run tests, and create releases using the same conditionals we had while deploying to `https://console.web3.storage`.
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
from
September 18, 2024 14:12
e00fdb2
to
d871970
Compare
# Goals use up.storacha.network for service URL # Implementation update deploy scripts in github.
github-actions
bot
force-pushed
the
release-please--branches--main--components--w3console
branch
from
September 19, 2024 23:31
d871970
to
d7f998b
Compare
hannahhoward
deleted the
release-please--branches--main--components--w3console
branch
September 20, 2024 03:24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.10.0 (2024-09-04)
Features
Bug Fixes
Other Changes
packageManager
(#117) (5f135df)This PR was generated with Release Please. See documentation.