forked from storacha/w3up
-
Notifications
You must be signed in to change notification settings - Fork 0
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 capabilities 1.2.0 #48
Closed
github-actions
wants to merge
1
commit into
main
from
release-please--branches--main--components--capabilities
Closed
chore(main): release capabilities 1.2.0 #48
github-actions
wants to merge
1
commit into
main
from
release-please--branches--main--components--capabilities
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
256f0d0
to
62f973e
Compare
fforbeck
pushed a commit
that referenced
this pull request
Feb 5, 2025
* Uses new w3ui components, namely: `@w3ui/react` * Pagination fixes * Breadcrumbs * Copy icon * New shard viewer page, including: * Content claims shard <-> piece CID conversion * Aggregate CID listing * Shard size in human readable bytes * Filecoin deal info display * Usage bar <img width="604" alt="Screenshot 2023-11-28 at 20 31 48" src="https://github.com/web3-storage/console/assets/152863/7280a334-fe1f-4ea8-84dd-9f609296ff78"> <img width="748" alt="Screenshot 2023-11-28 at 20 45 19" src="https://github.com/web3-storage/console/assets/152863/24ad0db2-a564-416a-8156-fa301647fac8"> <img width="381" alt="Screenshot 2023-11-28 at 20 44 01" src="https://github.com/web3-storage/console/assets/152863/f9b3e0e7-faf5-42e1-94dd-c86ac62e23ca"> --------- Co-authored-by: Travis Vachon <[email protected]>
fforbeck
pushed a commit
that referenced
this pull request
Feb 5, 2025
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2023-11-29) ### Features * add logout page ([#42](storacha/console#42)) ([654453d](storacha/console@654453d)) * add placeholder for storage providers ([48716a6](storacha/console@48716a6)) * add space route ([#10](storacha/console#10)) ([eeb11c6](storacha/console@eeb11c6)) * add stripe pricing table config ([#41](storacha/console#41)) ([f9c772e](storacha/console@f9c772e)) * add test command ([7c9f41a](storacha/console@7c9f41a)) * first pass at a plans page ([#8](storacha/console#8)) ([fdcebde](storacha/console@fdcebde)) * fix SpaceFinder and improve nav ([#16](storacha/console#16)) ([94bcfe4](storacha/console@94bcfe4)) * gate access to the site on having a Stripe plan ([#15](storacha/console#15)) ([8ddf093](storacha/console@8ddf093)) * get .github set up ([b6f0a9a](storacha/console@b6f0a9a)) * nice button group, space list, and space create explainer ([#14](storacha/console#14)) ([9755f89](storacha/console@9755f89)) * plan gate styles ([#40](storacha/console#40)) ([88823ca](storacha/console@88823ca)) * tweaks to plans to make more lovely ([#9](storacha/console#9)) ([46d930c](storacha/console@46d930c)) * usage bar ([#39](storacha/console#39)) ([9db653c](storacha/console@9db653c)) * use new w3ui ([#48](storacha/console#48)) ([4430db3](storacha/console@4430db3)) ### Bug Fixes * add necessary cloudflare deploy config ([07047e2](storacha/console@07047e2)) * avoid janky re-renders when navigating from / ([#44](storacha/console#44)) ([1b428c4](storacha/console@1b428c4)) * get W3UP_PROVIDER set properly ([f65ebb9](storacha/console@f65ebb9)) * iron out a few styling kinks ([#5](storacha/console#5)) ([8d0b37a](storacha/console@8d0b37a)) * links ([f66dd6d](storacha/console@f66dd6d)) * lint ([525e74e](storacha/console@525e74e)) * make loader less ugly ([bfa55ca](storacha/console@bfa55ca)) * make the website work ([a19e540](storacha/console@a19e540)) * package.json uses next ^13.5.4 not latest ([#12](storacha/console#12)) ([056debe](storacha/console@056debe)) * remove console.log ([9d27917](storacha/console@9d27917)) * remove project I accidentally checked in ([6c6b0ea](storacha/console@6c6b0ea)) * tailwind to check entire src tree for clases ([#7](storacha/console#7)) ([dcc5de1](storacha/console@dcc5de1)) * type issues ([f47b9bc](storacha/console@f47b9bc)) * update dependencies ([7fd007d](storacha/console@7fd007d)) * use the correct build command ([e08304e](storacha/console@e08304e)) ### Other Changes * add documentation for running against a development service ([#11](storacha/console#11)) ([8f31e35](storacha/console@8f31e35)) * add line to README to trigger/test a new release ([#28](storacha/console#28)) ([0e18073](storacha/console@0e18073)) * add line to README.md to trigger deploy ([df63608](storacha/console@df63608)) * fix deps ([fa59625](storacha/console@fa59625)) * fix prod env url to be console.web3.storage ([#34](storacha/console#34)) ([aadb538](storacha/console@aadb538)) * **main:** release w3up-website 1.0.0 ([38415af](storacha/console@38415af)) * **main:** release w3up-website 1.1.0 ([#4](storacha/console#4)) ([aa11eb6](storacha/console@aa11eb6)) * **main:** release w3up-website 1.1.1 ([#29](storacha/console#29)) ([86ee1e8](storacha/console@86ee1e8)) * **main:** release w3up-website 1.1.2 ([#32](storacha/console#32)) ([ff91a3b](storacha/console@ff91a3b)) * **main:** release w3up-website 1.2.0 ([#36](storacha/console#36)) ([ab4bdb9](storacha/console@ab4bdb9)) * update `.env.tpl` to sensible defaults for local dev ([#43](storacha/console#43)) ([2865d06](storacha/console@2865d06)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.2.0 (2024-11-12)
Features
Fixes
Other Changes
This PR was generated with Release Please. See documentation.