Skip to content

Commit a584f10

Browse files
authored
Merge pull request near#1094 from near/changeset-release/master
Publish packages
2 parents 8a750bf + 88c33d6 commit a584f10

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/soft-days-type.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`94311587`](https://github.com/near/near-api-js/commit/94311587ece172fb3e4d009ca0ecbfe9cea4447a)]:
8+
9+
310
## 1.0.5
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.5",
4+
"version": "1.0.6",
55
"description": "",
66
"main": "main.js",
77
"author": "",

packages/near-api-js/CHANGELOG.md

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

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#1093](https://github.com/near/near-api-js/pull/1093) [`94311587`](https://github.com/near/near-api-js/commit/94311587ece172fb3e4d009ca0ecbfe9cea4447a) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Publish repackaging
8+
39
## 2.0.3
410

511
### 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": "2.0.3",
4+
"version": "2.0.4",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/near/near-api-js.git"

0 commit comments

Comments
 (0)