Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2024
1 parent 430ebba commit 710f72d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-kings-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-toes-obey.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/biometric-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @near-js/biometric-ed25519

## 1.2.4

### Patch Changes

- [#1359](https://github.com/near/near-api-js/pull/1359) [`71b2764e`](https://github.com/near/near-api-js/commit/71b2764e3a6a41637ee6220008e8fc53b0df0e09) Thanks [@gtsonevv](https://github.com/gtsonevv)! - Add isDeviceSupported method

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/biometric-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@near-js/biometric-ed25519",
"description": "JavaScript library to handle webauthn and biometric keys",
"version": "1.2.3",
"version": "1.2.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-js/cookbook

## 1.0.20

### Patch Changes

- Updated dependencies [[`e90e648c`](https://github.com/near/near-api-js/commit/e90e648ca4d6c3505141ad2ec666bbd9375b1289)]:
- [email protected]

## 1.0.19

### Patch Changes
Expand Down
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.19",
"version": "1.0.20",
"description": "",
"main": "main.js",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions packages/near-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# near-api-js

## 4.0.3

### Patch Changes

- [#1360](https://github.com/near/near-api-js/pull/1360) [`e90e648c`](https://github.com/near/near-api-js/commit/e90e648ca4d6c3505141ad2ec666bbd9375b1289) Thanks [@gtsonevv](https://github.com/gtsonevv)! - Export encodeTransaction method in near-api-js package

## 4.0.2

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

0 comments on commit 710f72d

Please sign in to comment.