Skip to content

Commit

Permalink
chore(main): release vue-keyring 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 9, 2023
1 parent 9435c69 commit 241dfb8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/react-keyring": "5.1.1",
"packages/react-uploader": "4.0.1",
"packages/react-uploads-list": "3.0.1",
"packages/vue-keyring": "4.1.1",
"packages/vue-keyring": "4.2.0",
"packages/vue-uploader": "4.0.0",
"packages/vue-uploads-list": "3.0.0",
"packages/solid-keyring": "4.1.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/vue-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.2.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v4.1.1...vue-keyring-v4.2.0) (2023-05-09)


### Features

* 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))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue ([#503](https://github.com/web3-storage/w3ui/issues/503)) ([d3b0bba](https://github.com/web3-storage/w3ui/commit/d3b0bba4472ec3da2bb24abf750e58b2563dc4a0))

## [4.1.1](https://github.com/web3-storage/w3ui/compare/vue-keyring-v4.1.0...vue-keyring-v4.1.1) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/vue-keyring",
"version": "4.1.1",
"version": "4.2.0",
"description": "Vue adapter for w3ui keyring.",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 241dfb8

Please sign in to comment.