Skip to content

Commit

Permalink
Merge pull request #1007 from near/revert-1001-changeset-release/master
Browse files Browse the repository at this point in the history
Revert "Publish packages"
  • Loading branch information
morgsmccauley committed Oct 3, 2022
2 parents 0b8fe5e + fff4b44 commit 3dc9415
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-fans-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"near-api-js": patch
---

Removed unused variables and dependencies.
5 changes: 5 additions & 0 deletions .changeset/short-dingos-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"near-api-js": minor
---

Introduce `getActiveDelegatedStakeBalance` to return delegated stake balance of an account
8 changes: 0 additions & 8 deletions packages/cookbook/CHANGELOG.md

This file was deleted.

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.1",
"version": "1.0.0",
"description": "",
"main": "main.js",
"author": "",
Expand Down
11 changes: 0 additions & 11 deletions packages/near-api-js/CHANGELOG.md

This file was deleted.

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.1.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
Expand Down

0 comments on commit 3dc9415

Please sign in to comment.