Skip to content

Commit

Permalink
Merge pull request #1001 from near/changeset-release/master
Browse files Browse the repository at this point in the history
Publish packages
  • Loading branch information
morgsmccauley authored Oct 3, 2022
2 parents e07d1ca + 20122dc commit 0b8fe5e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-fans-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-dingos-push.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @near-js/cookbook

## 1.0.1

### Patch Changes

- Updated dependencies [[`8a8c09d5`](https://github.com/near/near-api-js/commit/8a8c09d5b827f6c4ec02997f768a8aff9aa84727), [`b9134684`](https://github.com/near/near-api-js/commit/b913468475489761348f37d3dcb81a0db27d748e)]:
- near-api-js@1.1.0
2 changes: 1 addition & 1 deletion packages/cookbook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@near-js/cookbook",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "main.js",
"author": "",
Expand Down
11 changes: 11 additions & 0 deletions packages/near-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# near-api-js

## 1.1.0

### Minor Changes

- [#964](https://github.com/near/near-api-js/pull/964) [`b9134684`](https://github.com/near/near-api-js/commit/b913468475489761348f37d3dcb81a0db27d748e) Thanks [@hcho112](https://github.com/hcho112)! - Introduce `getActiveDelegatedStakeBalance` to return delegated stake balance of an account

### Patch Changes

- [#968](https://github.com/near/near-api-js/pull/968) [`8a8c09d5`](https://github.com/near/near-api-js/commit/8a8c09d5b827f6c4ec02997f768a8aff9aa84727) Thanks [@BogdanovBogdan](https://github.com/BogdanovBogdan)! - Removed unused variables and dependencies.
2 changes: 1 addition & 1 deletion packages/near-api-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "near-api-js",
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
Expand Down

0 comments on commit 0b8fe5e

Please sign in to comment.