Skip to content

Commit e3dd3b9

Browse files
chore(release): publish packages
1 parent 8a94f69 commit e3dd3b9

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/twelve-rabbits-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cookbook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @near-js/cookbook
22

3+
## 1.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- near-api-js@3.0.3
9+
310
## 1.0.14
411

512
### Patch Changes

packages/cookbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@near-js/cookbook",
33
"private": true,
4-
"version": "1.0.14",
4+
"version": "1.0.15",
55
"description": "",
66
"main": "main.js",
77
"author": "",

packages/near-api-js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# near-api-js
22

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`15885dd`](https://github.com/near/near-api-js/commit/15885dd10ba9b562043a36dc80c449b7c3588313)]:
8+
- @near-js/wallet-account@1.1.0
9+
310
## 3.0.2
411

512
### Patch Changes

packages/near-api-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "near-api-js",
33
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/near/near-api-js.git"

packages/wallet-account/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @near-js/wallet-account
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#1260](https://github.com/near/near-api-js/pull/1260) [`15885dd`](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
8+
39
## 1.0.2
410

511
### Patch Changes

packages/wallet-account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@near-js/wallet-account",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Dependencies for the NEAR API JavaScript client in the browser",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)