Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(main): release vue-uploads-list 2.0.0 #164

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/vue-uploader": "3.0.0",
"packages/solid-uploader": "3.0.0",
"packages/solid-uploads-list": "1.2.2",
"packages/vue-uploads-list": "1.1.2",
"packages/vue-uploads-list": "2.0.0",
"packages/keyring-core": "2.0.1",
"packages/react-keyring": "2.0.0",
"packages/solid-keyring": "2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-uploads-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3ui/compare/vue-uploads-list-v1.1.2...vue-uploads-list-v2.0.0) (2022-12-15)


### ⚠ BREAKING CHANGES

* core and framework components have changed considerably. Please read the updated doucmentation.

### Features

* consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([e36d842](https://github.com/web3-storage/w3ui/commit/e36d842b1695032355ab29646c3dce6a33880517))

## [1.1.2](https://github.com/web3-storage/w3ui/compare/vue-uploads-list-v1.1.1...vue-uploads-list-v1.1.2) (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-uploads-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/vue-uploads-list",
"version": "1.1.2",
"version": "2.0.0",
"description": "Vue adapter for w3ui uploads list.",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
Expand Down