From 97fba20647690651ac1f43efd8e47ee4ff9e0015 Mon Sep 17 00:00:00 2001 From: Sorizen Date: Thu, 23 Nov 2023 15:54:29 +0200 Subject: [PATCH 1/3] fixed version --- package.json | 2 +- packages/fetcher/package.json | 2 +- packages/jac/package.json | 2 +- packages/reactivity/package.json | 2 +- packages/tools/package.json | 2 +- packages/w3p/package.json | 7 ++----- yarn.lock | 2 -- 7 files changed, 7 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4dde5bd7..7c2f803d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "build:fetcher": "yarn workspace @distributedlab/fetcher build", "build:tools": "yarn workspace @distributedlab/tools build", "build:reactivity": "yarn workspace @distributedlab/reactivity build", - "build:w3p": "yarn workspace @rarimo/w3p build", + "build:w3p": "yarn workspace @distributedlab/w3p build", "docs": "typedoc --options typedoc.json", "lint": "eslint . --ext .ts --fix --cache --max-warnings=0 && yarn workspaces foreach -pv --no-private run typecheck", "test": "yarn workspaces foreach -pv --no-private run test", diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index 896b630b..29dfcf1e 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/fetcher", - "version": "1.0.0-rc.8", + "version": "1.0.0-rc.9", "description": "Fetch API wrapper with the extended functionality and simple interface", "repository": { "type": "git", diff --git a/packages/jac/package.json b/packages/jac/package.json index ef70bded..c71d209d 100644 --- a/packages/jac/package.json +++ b/packages/jac/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/jac", - "version": "1.0.0-rc.8", + "version": "1.0.0-rc.9", "description": "A library for constructing JSON-API compliant requests and responses", "repository": { "type": "git", diff --git a/packages/reactivity/package.json b/packages/reactivity/package.json index f3d8b0b5..cd34d308 100644 --- a/packages/reactivity/package.json +++ b/packages/reactivity/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/reactivity", - "version": "1.0.0-rc.8", + "version": "1.0.0-rc.9", "description": "Implementation of the reactivity connections to propagate changes between objects", "repository": { "type": "git", diff --git a/packages/tools/package.json b/packages/tools/package.json index 227d646b..dafdef3e 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/tools", - "version": "1.0.0-rc.8", + "version": "1.0.0-rc.9", "description": "Collection of common utility functions and classes", "repository": { "type": "git", diff --git a/packages/w3p/package.json b/packages/w3p/package.json index f05bfa47..503fd0da 100644 --- a/packages/w3p/package.json +++ b/packages/w3p/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/w3p", - "version": "1.0.0-rc.8", + "version": "1.0.0-rc.9", "description": "Wrapper for Web3 Providers", "repository": { "type": "git", @@ -51,6 +51,7 @@ "@near-wallet-selector/core": "^7.8.2", "@near-wallet-selector/my-near-wallet": "^7.8.2", "@solana/web3.js": "^1.73.2", + "@walletconnect/modal": "^2.6.1", "@walletconnect/universal-provider": "^2.10.0", "bs58": "^5.0.0", "ethers": "^5.7.2", @@ -62,13 +63,9 @@ "@swc/jest": "^0.2.26", "@types/jest": "^29.5.1", "@types/node": "^18.14.2", - "@walletconnect/modal": "^2.6.1", "jest": "^29.5.0", "tsc-alias": "^1.8.2" }, - "peerDependencies": { - "@walletconnect/modal": "^2.6.1" - }, "typedoc": { "entryPoint": "./src/index.ts", "readmeFile": "./README.md", diff --git a/yarn.lock b/yarn.lock index ad746985..a3c9ca7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -505,8 +505,6 @@ __metadata: jest: ^29.5.0 near-api-js: ^1.1.0 tsc-alias: ^1.8.2 - peerDependencies: - "@walletconnect/modal": ^2.6.1 languageName: unknown linkType: soft From 7f7014c8788ce4406e971843c0608a5f9656116d Mon Sep 17 00:00:00 2001 From: Sorizen Date: Thu, 23 Nov 2023 15:56:50 +0200 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef1c743..66befed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.0.0-rc.9] - 2023-11-23 +### Fixed +- `@distributedlab/w3p` - `@walletconnect/modal` dependency + ## [1.0.0-rc.8] - 2023-11-07 ### Fixed - `@distributedlab/tools` - `BN.fromRaw` parsing string value with the exponential notation From 71ddf6524868c8ebf2721582197b8768451e6362 Mon Sep 17 00:00:00 2001 From: Sorizen Date: Thu, 23 Nov 2023 15:57:30 +0200 Subject: [PATCH 3/3] versions in changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66befed7..967ccc52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -344,7 +344,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [old repo]: https://github.com/distributed-lab/web-kit-old -[Unreleased]: https://github.com/distributed-lab/web-kit/compare/1.0.0-rc.8...HEAD +[Unreleased]: https://github.com/distributed-lab/web-kit/compare/1.0.0-rc.9...HEAD +[1.0.0-rc.9]: https://github.com/distributed-lab/web-kit/compare/1.0.0-rc.8...1.0.0-rc.9 [1.0.0-rc.8]: https://github.com/distributed-lab/web-kit/compare/1.0.0-rc.7...1.0.0-rc.8 [1.0.0-rc.7]: https://github.com/distributed-lab/web-kit/compare/1.0.0-rc.6...1.0.0-rc.7 [1.0.0-rc.6]: https://github.com/distributed-lab/web-kit/compare/1.0.0-rc.5...1.0.0-rc.6