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 Jan 11, 2024
1 parent 652ca91 commit 0da9d87
Show file tree
Hide file tree
Showing 27 changed files with 135 additions and 33 deletions.
11 changes: 0 additions & 11 deletions .changeset/afraid-gorillas-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-peas-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-plums-marry.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/signers@0.1.0
- @near-js/transactions@1.1.0
- @near-js/providers@0.0.10

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/accounts",
"version": "1.0.1",
"version": "1.0.2",
"description": "Classes encapsulating account-specific functionality",
"main": "lib/index.js",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/biometric-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @near-js/biometric-ed25519

## 1.1.0

### Minor Changes

- [#1224](https://github.com/near/near-api-js/pull/1224) [`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f) Thanks [@gtsonevv](https://github.com/gtsonevv)! - remove buggy dependencies - replace js-sha256 with noble-hashes - replace elliptic with noble-curves - remove error-polyfill package

### Patch Changes

- [#1259](https://github.com/near/near-api-js/pull/1259) [`94cd0e6`](https://github.com/near/near-api-js/commit/94cd0e6511750beba87b823a1b87bf89f51ad7eb) Thanks [@gtsonevv](https://github.com/gtsonevv)! - pass the correct parameter to getPublicKey() in getKeys()

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0

## 1.0.1

### 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.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @near-js/cookbook

## 1.0.14

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f)]:
- @near-js/signers@0.1.0
- @near-js/transactions@1.1.0
- @near-js/accounts@1.0.2
- @near-js/keystores-node@0.0.8
- [email protected]
- @near-js/providers@0.0.10

## 1.0.13

### 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.13",
"version": "1.0.14",
"description": "",
"main": "main.js",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/crypto

## 1.2.0

### Minor Changes

- [#1224](https://github.com/near/near-api-js/pull/1224) [`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f) Thanks [@gtsonevv](https://github.com/gtsonevv)! - remove buggy dependencies - replace js-sha256 with noble-hashes - replace elliptic with noble-curves - remove error-polyfill package

- [#1222](https://github.com/near/near-api-js/pull/1222) [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78) Thanks [@vikinatora](https://github.com/vikinatora)! - replaced crypto-browserify with randombytes

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/crypto",
"version": "1.1.0",
"version": "1.2.0",
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/keystores-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/keystores-browser

## 0.0.8

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/keystores@0.0.8

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystores-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/keystores-browser",
"version": "0.0.7",
"version": "0.0.8",
"description": "KeyStore implementation for working with keys in browser LocalStorage",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/keystores-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/keystores-node

## 0.0.8

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/keystores@0.0.8

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystores-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/keystores-node",
"version": "0.0.7",
"version": "0.0.8",
"description": "KeyStore implementation for working with keys in the local filesystem",
"main": "lib/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/keystores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-js/keystores

## 0.0.8

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/keystores",
"version": "0.0.7",
"version": "0.0.8",
"description": "Key storage and management implementations",
"main": "lib/index.js",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/near-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# near-api-js

## 3.0.2

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/signers@0.1.0
- @near-js/transactions@1.1.0
- @near-js/accounts@1.0.2
- @near-js/keystores@0.0.8
- @near-js/keystores-browser@0.0.8
- @near-js/keystores-node@0.0.8
- @near-js/wallet-account@1.0.2
- @near-js/providers@0.0.10

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-js/providers

## 0.0.10

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f)]:
- @near-js/transactions@1.1.0

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/providers",
"version": "0.0.9",
"version": "0.0.10",
"description": "Library of implementations for interfacing with the NEAR blockchain",
"main": "lib/index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/signers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @near-js/signers

## 0.1.0

### Minor Changes

- [#1224](https://github.com/near/near-api-js/pull/1224) [`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f) Thanks [@gtsonevv](https://github.com/gtsonevv)! - remove buggy dependencies - replace js-sha256 with noble-hashes - replace elliptic with noble-curves - remove error-polyfill package

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/keystores@0.0.8

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/signers",
"version": "0.0.7",
"version": "0.1.0",
"description": "Core dependencies for the NEAR API JavaScript client",
"main": "lib/index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @near-js/transactions

## 1.1.0

### Minor Changes

- [#1224](https://github.com/near/near-api-js/pull/1224) [`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f) Thanks [@gtsonevv](https://github.com/gtsonevv)! - remove buggy dependencies - replace js-sha256 with noble-hashes - replace elliptic with noble-curves - remove error-polyfill package

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/signers@0.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/transactions",
"version": "1.0.1",
"version": "1.1.0",
"description": "Functions and data types for transactions on NEAR",
"main": "lib/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet-account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @near-js/wallet-account

## 1.0.2

### Patch Changes

- Updated dependencies [[`1900c49`](https://github.com/near/near-api-js/commit/1900c49060c3ea8279448cead7347049a23f421f), [`c6cdc8c`](https://github.com/near/near-api-js/commit/c6cdc8c724a6dd53114cc5f53fd58e57cea86b78)]:
- @near-js/crypto@1.2.0
- @near-js/signers@0.1.0
- @near-js/transactions@1.1.0
- @near-js/accounts@1.0.2
- @near-js/keystores@0.0.8

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/wallet-account",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dependencies for the NEAR API JavaScript client in the browser",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 0da9d87

Please sign in to comment.