Skip to content

Commit

Permalink
Merge pull request #1374 from near/changeset-release/master
Browse files Browse the repository at this point in the history
Publish packages
  • Loading branch information
andy-haynes authored Sep 5, 2024
2 parents 6ceb62e + 16ddb97 commit bc78d21
Show file tree
Hide file tree
Showing 31 changed files with 470 additions and 50 deletions.
35 changes: 0 additions & 35 deletions .changeset/odd-tips-yawn.md

This file was deleted.

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

## 1.3.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/crypto@1.4.0
- @near-js/providers@1.0.0
- @near-js/signers@0.2.0
- @near-js/transactions@1.3.0
- @near-js/types@0.3.0
- @near-js/utils@1.0.0

## 1.2.2

### 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.2.2",
"version": "1.3.0",
"description": "Classes encapsulating account-specific functionality",
"main": "lib/esm/index.js",
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions packages/biometric-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @near-js/biometric-ed25519

## 1.3.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/crypto@1.4.0
- @near-js/utils@1.0.0

## 1.2.5

### 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.5",
"version": "1.3.0",
"main": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"type": "module",
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.22

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/accounts@1.3.0
- @near-js/keystores-node@0.1.0
- near-api-js@5.0.0
- @near-js/providers@1.0.0
- @near-js/signers@0.2.0
- @near-js/transactions@1.3.0

## 1.0.21

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

## 1.4.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/types@0.3.0
- @near-js/utils@1.0.0

## 1.3.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.3.0",
"version": "1.4.0",
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys",
"main": "lib/esm/index.js",
"type": "module",
Expand Down
25 changes: 25 additions & 0 deletions packages/iframe-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @near-js/iframe-rpc

## 0.1.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/iframe-rpc",
"version": "0.0.2",
"version": "0.1.0",
"description": "IFrame RPC client/server implementation",
"main": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
Expand Down
31 changes: 31 additions & 0 deletions packages/keystores-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @near-js/keystores-browser

## 0.2.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/crypto@1.4.0
- @near-js/keystores@0.2.0

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"description": "KeyStore implementation for working with keys in browser LocalStorage",
"main": "lib/esm/index.js",
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions packages/keystores-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @near-js/keystores-node

## 0.1.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/crypto@1.4.0
- @near-js/keystores@0.2.0

## 0.0.13

### 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.13",
"version": "0.1.0",
"description": "KeyStore implementation for working with keys in the local filesystem",
"main": "lib/esm/index.js",
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions packages/keystores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @near-js/keystores

## 0.2.0

### Minor Changes

- [#1353](https://github.com/near/near-api-js/pull/1353) [`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403) Thanks [@andy-haynes](https://github.com/andy-haynes)! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

**Breaking Changes**

- `near-api-js@5.0.0`

- The following functions are no longer exported:
- `logWarning`
- `fetchJson`
- the unnamed wrapped `fetch` function exported from `setup-node-fetch.ts`
- The browser bundle is no longer being built in version 5; for browser support please use modules

- `@near-js/providers@1.0.0`

- The following functions are no longer exported:
- `fetchJson`

- `@near-js/utils@1.0.0`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

- Updated dependencies [[`73690557`](https://github.com/near/near-api-js/commit/73690557c8e2a74386fca62f4ae123abe0651403)]:
- @near-js/crypto@1.4.0
- @near-js/types@0.3.0

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"description": "Key storage and management implementations",
"main": "lib/esm/index.js",
"type": "module",
Expand Down
Loading

0 comments on commit bc78d21

Please sign in to comment.