Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release w3console 1.5.0
Browse files Browse the repository at this point in the history
github-actions[bot] authored May 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e1ee301 commit 53a26d1
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@
"packages/solid-keyring": "4.1.0",
"packages/solid-uploader": "4.0.0",
"packages/solid-uploads-list": "3.0.0",
"examples/react/w3console": "1.4.1"
"examples/react/w3console": "1.5.0"
}
12 changes: 12 additions & 0 deletions examples/react/w3console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.4.1...w3console-v1.5.0) (2023-05-08)


### Features

* add warnings about the public and permanent nature of w3up uploads ([#502](https://github.com/web3-storage/w3ui/issues/502)) ([6cc58f8](https://github.com/web3-storage/w3ui/commit/6cc58f8e1161a23f07e6bab50064182a63998ff4)), closes [#464](https://github.com/web3-storage/w3ui/issues/464)
* get w3console looking acceptable on mobile ([#500](https://github.com/web3-storage/w3ui/issues/500)) ([118cb22](https://github.com/web3-storage/w3ui/commit/118cb229dda289e9c98cff488c388fcc6d26e8cb))
* remove space creator from sidebar ([#509](https://github.com/web3-storage/w3ui/issues/509)) ([40bc621](https://github.com/web3-storage/w3ui/commit/40bc6218d833b01536e23791da0a200e28facfb9))
* update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](https://github.com/web3-storage/w3ui/issues/514)) ([e1ee301](https://github.com/web3-storage/w3ui/commit/e1ee301f8a6571a074c46add79527e2480f82675))
* upload progress ([#499](https://github.com/web3-storage/w3ui/issues/499)) ([6c9de97](https://github.com/web3-storage/w3ui/commit/6c9de9799ff25e16ed5b5ce4f1b66bd9430466f8))
* w3console cleanup and updates to packages to support it ([#507](https://github.com/web3-storage/w3ui/issues/507)) ([78aee2a](https://github.com/web3-storage/w3ui/commit/78aee2a63f3f56dedc493b0fe8e60aa94ad84f07))

## [1.4.1](https://github.com/web3-storage/w3ui/compare/w3console-v1.4.0...w3console-v1.4.1) (2023-03-30)


2 changes: 1 addition & 1 deletion examples/react/w3console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "w3console",
"private": true,
"version": "1.4.1",
"version": "1.5.0",
"type": "module",
"scripts": {
"start": "vite",

0 comments on commit 53a26d1

Please sign in to comment.