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 Oct 31, 2023
1 parent 7cc6f7f commit e609844
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .changeset/funny-jars-camp.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 0.1.5

### Patch Changes

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

- Updated dependencies [[`695220e7`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`038b9b9f`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9)]:
- @near-js/providers@0.0.8
- @near-js/utils@0.0.5
- @near-js/transactions@0.2.2

## 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": "0.1.5",
"description": "Classes encapsulating account-specific functionality",
"main": "lib/index.js",
"scripts": {
Expand Down
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

## 0.5.0

### Minor Changes

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

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

## 1.0.12

### Patch Changes

- Updated dependencies [[`695220e7`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`038b9b9f`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9)]:
- @near-js/accounts@0.1.5
- near-api-js@2.1.5
- @near-js/providers@0.0.8
- @near-js/transactions@0.2.2

## 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
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

## 2.1.5

### Patch Changes

- [#1195](https://github.com/near/near-api-js/pull/1195) [`695220e7`](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) [`038b9b9f`](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 [[`695220e7`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947), [`038b9b9f`](https://github.com/near/near-api-js/commit/038b9b9fd57f73e537041d4b90ed07bf3cd811d9)]:
- @near-js/accounts@0.1.5
- @near-js/providers@0.0.8
- @near-js/utils@0.0.5
- @near-js/wallet-account@0.0.8
- @near-js/transactions@0.2.2

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

## 0.0.8

### Patch Changes

- [#1195](https://github.com/near/near-api-js/pull/1195) [`695220e7`](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) [`038b9b9f`](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 [[`695220e7`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947)]:
- @near-js/utils@0.0.5
- @near-js/transactions@0.2.2

## 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
7 changes: 7 additions & 0 deletions packages/transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-js/transactions

## 0.2.2

### Patch Changes

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

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

## 0.0.5

### Patch Changes

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

## 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
9 changes: 9 additions & 0 deletions packages/wallet-account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @near-js/wallet-account

## 0.0.8

### Patch Changes

- Updated dependencies [[`695220e7`](https://github.com/near/near-api-js/commit/695220e75bc43834a7700cfc5491a7eebd324947)]:
- @near-js/accounts@0.1.5
- @near-js/utils@0.0.5
- @near-js/transactions@0.2.2

## 0.0.7

### 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": "0.0.7",
"version": "0.0.8",
"description": "Dependencies for the NEAR API JavaScript client in the browser",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e609844

Please sign in to comment.