From c0f1f1ac04334520e35e8462c4711abdca956a4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jan 2024 15:05:18 +0000 Subject: [PATCH] chore(release): publish packages --- .changeset/twelve-rabbits-cough.md | 5 ----- packages/cookbook/CHANGELOG.md | 7 +++++++ packages/cookbook/package.json | 2 +- packages/near-api-js/CHANGELOG.md | 7 +++++++ packages/near-api-js/package.json | 2 +- packages/wallet-account/CHANGELOG.md | 6 ++++++ packages/wallet-account/package.json | 2 +- 7 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 .changeset/twelve-rabbits-cough.md diff --git a/.changeset/twelve-rabbits-cough.md b/.changeset/twelve-rabbits-cough.md deleted file mode 100644 index 64bd46dfc2..0000000000 --- a/.changeset/twelve-rabbits-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@near-js/wallet-account": minor ---- - -Introduce methods to construct URLs to the wallet without instant redirect diff --git a/packages/cookbook/CHANGELOG.md b/packages/cookbook/CHANGELOG.md index 0fb6ef00f1..b05a3bec87 100644 --- a/packages/cookbook/CHANGELOG.md +++ b/packages/cookbook/CHANGELOG.md @@ -1,5 +1,12 @@ # @near-js/cookbook +## 1.0.15 + +### Patch Changes + +- Updated dependencies []: + - near-api-js@3.0.3 + ## 1.0.14 ### Patch Changes diff --git a/packages/cookbook/package.json b/packages/cookbook/package.json index f595219bfd..f57a7c7546 100644 --- a/packages/cookbook/package.json +++ b/packages/cookbook/package.json @@ -1,7 +1,7 @@ { "name": "@near-js/cookbook", "private": true, - "version": "1.0.14", + "version": "1.0.15", "description": "", "main": "main.js", "author": "", diff --git a/packages/near-api-js/CHANGELOG.md b/packages/near-api-js/CHANGELOG.md index c4c6e0398a..e6ee001c96 100644 --- a/packages/near-api-js/CHANGELOG.md +++ b/packages/near-api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # near-api-js +## 3.0.3 + +### Patch Changes + +- Updated dependencies [[`15885dd1`](https://github.com/near/near-api-js/commit/15885dd10ba9b562043a36dc80c449b7c3588313)]: + - @near-js/wallet-account@1.1.0 + ## 3.0.2 ### Patch Changes diff --git a/packages/near-api-js/package.json b/packages/near-api-js/package.json index 4ff3cdafdd..2aa06c1ace 100644 --- a/packages/near-api-js/package.json +++ b/packages/near-api-js/package.json @@ -1,7 +1,7 @@ { "name": "near-api-js", "description": "JavaScript library to interact with NEAR Protocol via RPC API", - "version": "3.0.2", + "version": "3.0.3", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git" diff --git a/packages/wallet-account/CHANGELOG.md b/packages/wallet-account/CHANGELOG.md index eea47d7170..6ab26ec9a8 100644 --- a/packages/wallet-account/CHANGELOG.md +++ b/packages/wallet-account/CHANGELOG.md @@ -1,5 +1,11 @@ # @near-js/wallet-account +## 1.1.0 + +### Minor Changes + +- [#1260](https://github.com/near/near-api-js/pull/1260) [`15885dd1`](https://github.com/near/near-api-js/commit/15885dd10ba9b562043a36dc80c449b7c3588313) Thanks [@denbite](https://github.com/denbite)! - Introduce methods to construct URLs to the wallet without instant redirect + ## 1.0.2 ### Patch Changes diff --git a/packages/wallet-account/package.json b/packages/wallet-account/package.json index e7a578230f..c2932ac09e 100644 --- a/packages/wallet-account/package.json +++ b/packages/wallet-account/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/wallet-account", - "version": "1.0.2", + "version": "1.1.0", "description": "Dependencies for the NEAR API JavaScript client in the browser", "main": "lib/index.js", "scripts": {