Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish packages #1374

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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**

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

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

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

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

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

## 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/[email protected]
- @near-js/[email protected]
- [email protected]
- @near-js/[email protected]
- @near-js/[email protected]
- @near-js/[email protected]

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

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

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

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

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- 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**

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

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

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

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

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

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

- `[email protected]`

- 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/[email protected]`

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

- `@near-js/[email protected]`
- The following functions are no longer exported:
- `logWarning`

### Patch Changes

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

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