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 Dec 7, 2023
1 parent ecf29e2 commit 3b98ba3
Show file tree
Hide file tree
Showing 33 changed files with 187 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-nails-glow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/funny-jars-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-bees-shout.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nervous-bugs-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-worms-arrive.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/spicy-tomatoes-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-jars-attend.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [#1168](https://github.com/near/near-api-js/pull/1168) [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8) Thanks [@gagdiez](https://github.com/gagdiez)! - feat: updated borsh-js to v1.0.1

### Patch Changes

- [#1172](https://github.com/near/near-api-js/pull/1172) [`0f764ee`](https://github.com/near/near-api-js/commit/0f764ee03b5747fbf8a971c7b04ef8326238a1d0) Thanks [@arrusev](https://github.com/arrusev)! - Implement local execution of contract view methods

- [#1195](https://github.com/near/near-api-js/pull/1195) [`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947) Thanks [@ShaunSHamilton](https://github.com/ShaunSHamilton)! - add check for global 'process' object

- [#1215](https://github.com/near/near-api-js/pull/1215) [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea) Thanks [@denbite](https://github.com/denbite)! - Internal logging library with capabilities for integration with modern logging libraries like Pino, Winston, etc

- Updated dependencies [[`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`0be6c42`](https://github.com/near/near-api-js/commit/0be6c4209f56c0595bf66e217b7ac01444981b99), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea), [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8), [`038b9b9`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9)]:
- @near-js/providers@0.0.8
- @near-js/utils@0.0.5
- @near-js/crypto@1.0.0
- @near-js/transactions@1.0.0
- @near-js/signers@0.0.6

## 0.1.4

### 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": "0.1.4",
"version": "1.0.0",
"description": "Classes encapsulating account-specific functionality",
"main": "lib/index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/biometric-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @near-js/biometric-ed25519

## 1.0.0

### Major Changes

- [#1168](https://github.com/near/near-api-js/pull/1168) [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8) Thanks [@gagdiez](https://github.com/gagdiez)! - feat: updated borsh-js to v1.0.1

### Minor Changes

- [#1191](https://github.com/near/near-api-js/pull/1191) [`6a67ce3`](https://github.com/near/near-api-js/commit/6a67ce35a688c6cfa4105adf0e3b06fff19f0892) Thanks [@hcho112](https://github.com/hcho112)! - Handing null response on create key flow

### Patch Changes

- Updated dependencies [[`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea), [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/utils@0.0.5
- @near-js/crypto@1.0.0

## 0.3.0

### Minor 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": "0.4.0",
"version": "1.0.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.12

### Patch Changes

- Updated dependencies [[`0f764ee`](https://github.com/near/near-api-js/commit/0f764ee03b5747fbf8a971c7b04ef8326238a1d0), [`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`0be6c42`](https://github.com/near/near-api-js/commit/0be6c4209f56c0595bf66e217b7ac01444981b99), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea), [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8), [`038b9b9`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9)]:
- @near-js/accounts@1.0.0
- [email protected]
- @near-js/providers@0.0.8
- @near-js/transactions@1.0.0
- @near-js/keystores-node@0.0.6
- @near-js/signers@0.0.6

## 1.0.11

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

## 1.0.0

### Major Changes

- [#1168](https://github.com/near/near-api-js/pull/1168) [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8) Thanks [@gagdiez](https://github.com/gagdiez)! - feat: updated borsh-js to v1.0.1

### Patch Changes

- Updated dependencies [[`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea)]:
- @near-js/utils@0.0.5

## 0.0.5

### Patch 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": "0.0.5",
"version": "1.0.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.6

### Patch Changes

- Updated dependencies [[`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/crypto@1.0.0
- @near-js/keystores@0.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.6

### Patch Changes

- Updated dependencies [[`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/crypto@1.0.0
- @near-js/keystores@0.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.6

### Patch Changes

- Updated dependencies [[`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/crypto@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Key storage and management implementations",
"main": "lib/index.js",
"scripts": {
Expand Down
28 changes: 28 additions & 0 deletions packages/near-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# near-api-js

## 3.0.0

### Major Changes

- [#1168](https://github.com/near/near-api-js/pull/1168) [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8) Thanks [@gagdiez](https://github.com/gagdiez)! - feat: updated borsh-js to v1.0.1

### Minor Changes

- [#1215](https://github.com/near/near-api-js/pull/1215) [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea) Thanks [@denbite](https://github.com/denbite)! - Internal logging library with capabilities for integration with modern logging libraries like Pino, Winston, etc

### Patch Changes

- [#1195](https://github.com/near/near-api-js/pull/1195) [`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947) Thanks [@ShaunSHamilton](https://github.com/ShaunSHamilton)! - add check for global 'process' object

- [#1194](https://github.com/near/near-api-js/pull/1194) [`038b9b9`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9) Thanks [@andrew-scott-fischer](https://github.com/andrew-scott-fischer)! - fixes override of global fetch property

- Updated dependencies [[`0f764ee`](https://github.com/near/near-api-js/commit/0f764ee03b5747fbf8a971c7b04ef8326238a1d0), [`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`0be6c42`](https://github.com/near/near-api-js/commit/0be6c4209f56c0595bf66e217b7ac01444981b99), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea), [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8), [`038b9b9`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9)]:
- @near-js/accounts@1.0.0
- @near-js/providers@0.0.8
- @near-js/utils@0.0.5
- @near-js/wallet-account@1.0.0
- @near-js/crypto@1.0.0
- @near-js/transactions@1.0.0
- @near-js/keystores@0.0.6
- @near-js/keystores-browser@0.0.6
- @near-js/keystores-node@0.0.6
- @near-js/signers@0.0.6

## 2.1.4

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

## 0.0.8

### Patch Changes

- [#1195](https://github.com/near/near-api-js/pull/1195) [`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947) Thanks [@ShaunSHamilton](https://github.com/ShaunSHamilton)! - add check for global 'process' object

- [#1205](https://github.com/near/near-api-js/pull/1205) [`0be6c42`](https://github.com/near/near-api-js/commit/0be6c4209f56c0595bf66e217b7ac01444981b99) Thanks [@denbite](https://github.com/denbite)! - retry RPC request on 408 HTTP error

- [#1215](https://github.com/near/near-api-js/pull/1215) [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea) Thanks [@denbite](https://github.com/denbite)! - Internal logging library with capabilities for integration with modern logging libraries like Pino, Winston, etc

- [#1194](https://github.com/near/near-api-js/pull/1194) [`038b9b9`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9) Thanks [@andrew-scott-fischer](https://github.com/andrew-scott-fischer)! - fixes override of global fetch property

- Updated dependencies [[`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea), [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/utils@0.0.5
- @near-js/transactions@1.0.0

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "Library of implementations for interfacing with the NEAR blockchain",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/signers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/signers

## 0.0.6

### Patch Changes

- Updated dependencies [[`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/crypto@1.0.0
- @near-js/keystores@0.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Core dependencies for the NEAR API JavaScript client",
"main": "lib/index.js",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @near-js/transactions

## 1.0.0

### Major Changes

- [#1168](https://github.com/near/near-api-js/pull/1168) [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8) Thanks [@gagdiez](https://github.com/gagdiez)! - feat: updated borsh-js to v1.0.1

### Patch Changes

- Updated dependencies [[`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea), [`61349ae`](https://github.com/near/near-api-js/commit/61349aeca3af830f702b24654e0f13cd428192d8)]:
- @near-js/utils@0.0.5
- @near-js/crypto@1.0.0
- @near-js/signers@0.0.6

## 0.2.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": "0.2.1",
"version": "1.0.0",
"description": "Functions and data types for transactions on NEAR",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/utils

## 0.0.5

### Patch Changes

- [#1195](https://github.com/near/near-api-js/pull/1195) [`695220e`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947) Thanks [@ShaunSHamilton](https://github.com/ShaunSHamilton)! - add check for global 'process' object

- [#1215](https://github.com/near/near-api-js/pull/1215) [`ecf29e2`](https://github.com/near/near-api-js/commit/ecf29e2d56611a7773c79d5bb5bd20c8b7e738ea) Thanks [@denbite](https://github.com/denbite)! - Internal logging library with capabilities for integration with modern logging libraries like Pino, Winston, etc

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/utils",
"version": "0.0.4",
"version": "0.0.5",
"description": "Common methods and constants for the NEAR API JavaScript client",
"main": "lib/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 3b98ba3

Please sign in to comment.