Skip to content

Commit 94b5d4e

Browse files
chore(main): release 1.0.0
1 parent 24f8609 commit 94b5d4e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- EXAMPLE
99
10+
## 1.0.0 (2025-01-20)
11+
12+
13+
### Features
14+
15+
* 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))
16+
* 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))
17+
* 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))
18+
* 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))
19+
* 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))
20+
* 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))
21+
* 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))
22+
23+
24+
### Bug Fixes
25+
26+
* **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))
27+
1028
## [1.0.0]
1129
1230
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web3-plugin-wallet-workspace",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"description": "Web3.js plugin to add support for wallet-related RPC methods",
66
"homepage": "https://github.com/web3/web3-plugin-wallet-rpc#readme",
77
"bugs": {

0 commit comments

Comments
 (0)