Skip to content
Open
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- EXAMPLE

## 1.0.0 (2025-01-20)


### Features

* add example react app to test wallet plugin ([#3](https://github.com/web3/web3-plugin-wallet-rpc/issues/3)) ([4fbe3c0](https://github.com/web3/web3-plugin-wallet-rpc/commit/4fbe3c0533d48ca1ad97f81e5a1c0a296ddc7559))
* add get/request/revoke permissions methods ([#9](https://github.com/web3/web3-plugin-wallet-rpc/issues/9)) ([169b12c](https://github.com/web3/web3-plugin-wallet-rpc/commit/169b12cb6a4cb4f1cd9be88b3b0511bd2df25934))
* add updateEthereumChain, switchEthereumChain, getOwnedAssets, watchAsset ([#4](https://github.com/web3/web3-plugin-wallet-rpc/issues/4)) ([44b6672](https://github.com/web3/web3-plugin-wallet-rpc/commit/44b6672fa5ff45cc1c65e8d6a9f7c49851ab7a1d))
* configure the plugin, add first method addEthereumChain ([#2](https://github.com/web3/web3-plugin-wallet-rpc/issues/2)) ([d00496e](https://github.com/web3/web3-plugin-wallet-rpc/commit/d00496e02c036f5b651c12668c871741256bf674))
* lightweight plugin dependencies + manual test results ([#14](https://github.com/web3/web3-plugin-wallet-rpc/issues/14)) ([a749244](https://github.com/web3/web3-plugin-wallet-rpc/commit/a749244c5f702b04f9d5c88c44cb2bdbbfb10745))
* run prettier on all files + wallet rpc examples ([#12](https://github.com/web3/web3-plugin-wallet-rpc/issues/12)) ([f7cd6ac](https://github.com/web3/web3-plugin-wallet-rpc/commit/f7cd6ac45093c9e6f93a2c9f69ee8631af3080cb))
* transition to monorepo to be able to run example app with wallet plugin from the same repo ([#5](https://github.com/web3/web3-plugin-wallet-rpc/issues/5)) ([9f28a90](https://github.com/web3/web3-plugin-wallet-rpc/commit/9f28a90c5d1c6bf432fa1e93435d16063a2a9b7f))


### Bug Fixes

* **readme:** api-docs-link ([#20](https://github.com/web3/web3-plugin-wallet-rpc/issues/20)) ([4ab50e5](https://github.com/web3/web3-plugin-wallet-rpc/commit/4ab50e52ec6d85fe6ff10f9bb7f42b5875d8216e))

## [1.0.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-plugin-wallet-workspace",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"description": "Web3.js plugin to add support for wallet-related RPC methods",
"homepage": "https://github.com/web3/web3-plugin-wallet-rpc#readme",
"bugs": {
Expand Down