diff --git a/.changeset/odd-tips-yawn.md b/.changeset/odd-tips-yawn.md deleted file mode 100644 index 7cdefaea95..0000000000 --- a/.changeset/odd-tips-yawn.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -"@near-js/accounts": minor -"@near-js/biometric-ed25519": minor -"@near-js/crypto": minor -"@near-js/iframe-rpc": minor -"@near-js/keystores": minor -"@near-js/keystores-browser": minor -"@near-js/keystores-node": minor -"near-api-js": major -"@near-js/providers": major -"@near-js/signers": minor -"@near-js/transactions": minor -"@near-js/types": minor -"@near-js/utils": major -"@near-js/wallet-account": minor ---- - -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` \ No newline at end of file diff --git a/packages/accounts/CHANGELOG.md b/packages/accounts/CHANGELOG.md index e957253664..994f38d568 100644 --- a/packages/accounts/CHANGELOG.md +++ b/packages/accounts/CHANGELOG.md @@ -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 diff --git a/packages/accounts/package.json b/packages/accounts/package.json index e82c0a0d8e..5d74c2f9b5 100644 --- a/packages/accounts/package.json +++ b/packages/accounts/package.json @@ -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", diff --git a/packages/biometric-ed25519/CHANGELOG.md b/packages/biometric-ed25519/CHANGELOG.md index 535ec790f7..567737793c 100644 --- a/packages/biometric-ed25519/CHANGELOG.md +++ b/packages/biometric-ed25519/CHANGELOG.md @@ -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 diff --git a/packages/biometric-ed25519/package.json b/packages/biometric-ed25519/package.json index aa93298b18..da3713c9c0 100644 --- a/packages/biometric-ed25519/package.json +++ b/packages/biometric-ed25519/package.json @@ -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", diff --git a/packages/cookbook/CHANGELOG.md b/packages/cookbook/CHANGELOG.md index 5035540f5a..41f9e3a812 100644 --- a/packages/cookbook/CHANGELOG.md +++ b/packages/cookbook/CHANGELOG.md @@ -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 diff --git a/packages/cookbook/package.json b/packages/cookbook/package.json index 7dca9eb954..cb8a6806de 100644 --- a/packages/cookbook/package.json +++ b/packages/cookbook/package.json @@ -1,7 +1,7 @@ { "name": "@near-js/cookbook", "private": true, - "version": "1.0.21", + "version": "1.0.22", "description": "", "main": "main.js", "author": "", diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 929ab7a521..096245fd25 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -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 diff --git a/packages/crypto/package.json b/packages/crypto/package.json index c611a82f33..c1f56c4f70 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -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", diff --git a/packages/iframe-rpc/CHANGELOG.md b/packages/iframe-rpc/CHANGELOG.md index 3bc3bc2237..aed5ae74bf 100644 --- a/packages/iframe-rpc/CHANGELOG.md +++ b/packages/iframe-rpc/CHANGELOG.md @@ -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 diff --git a/packages/iframe-rpc/package.json b/packages/iframe-rpc/package.json index a4a9a339cd..a892d09e23 100644 --- a/packages/iframe-rpc/package.json +++ b/packages/iframe-rpc/package.json @@ -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", diff --git a/packages/keystores-browser/CHANGELOG.md b/packages/keystores-browser/CHANGELOG.md index 7b37e97852..921dc1b48c 100644 --- a/packages/keystores-browser/CHANGELOG.md +++ b/packages/keystores-browser/CHANGELOG.md @@ -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 diff --git a/packages/keystores-browser/package.json b/packages/keystores-browser/package.json index 1cbd3966f8..1d00cd4a93 100644 --- a/packages/keystores-browser/package.json +++ b/packages/keystores-browser/package.json @@ -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", diff --git a/packages/keystores-node/CHANGELOG.md b/packages/keystores-node/CHANGELOG.md index 9ba7372223..bab557f60c 100644 --- a/packages/keystores-node/CHANGELOG.md +++ b/packages/keystores-node/CHANGELOG.md @@ -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 diff --git a/packages/keystores-node/package.json b/packages/keystores-node/package.json index 66c16e1afc..87c3c19b33 100644 --- a/packages/keystores-node/package.json +++ b/packages/keystores-node/package.json @@ -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", diff --git a/packages/keystores/CHANGELOG.md b/packages/keystores/CHANGELOG.md index 067cd7543f..f0d888e033 100644 --- a/packages/keystores/CHANGELOG.md +++ b/packages/keystores/CHANGELOG.md @@ -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 diff --git a/packages/keystores/package.json b/packages/keystores/package.json index 4d585fb658..81a2aa6f11 100644 --- a/packages/keystores/package.json +++ b/packages/keystores/package.json @@ -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", diff --git a/packages/near-api-js/CHANGELOG.md b/packages/near-api-js/CHANGELOG.md index f1663375a7..e44b65a06e 100644 --- a/packages/near-api-js/CHANGELOG.md +++ b/packages/near-api-js/CHANGELOG.md @@ -1,5 +1,45 @@ # near-api-js +## 5.0.0 + +### Major 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/accounts@1.3.0 + - @near-js/crypto@1.4.0 + - @near-js/keystores@0.2.0 + - @near-js/keystores-browser@0.2.0 + - @near-js/keystores-node@0.1.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 + - @near-js/wallet-account@1.3.0 + ## 4.0.4 ### Patch Changes diff --git a/packages/near-api-js/package.json b/packages/near-api-js/package.json index 2d8228d31a..bccaac8b3e 100644 --- a/packages/near-api-js/package.json +++ b/packages/near-api-js/package.json @@ -1,7 +1,7 @@ { "name": "near-api-js", "description": "JavaScript library to interact with NEAR Protocol via RPC API", - "version": "4.0.4", + "version": "5.0.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git" diff --git a/packages/providers/CHANGELOG.md b/packages/providers/CHANGELOG.md index 0e250d8edd..7dadb124f6 100644 --- a/packages/providers/CHANGELOG.md +++ b/packages/providers/CHANGELOG.md @@ -1,5 +1,37 @@ # @near-js/providers +## 1.0.0 + +### Major 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/transactions@1.3.0 + - @near-js/types@0.3.0 + - @near-js/utils@1.0.0 + ## 0.2.3 ### Patch Changes diff --git a/packages/providers/package.json b/packages/providers/package.json index 3c74e0ab22..17be296981 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/providers", - "version": "0.2.3", + "version": "1.0.0", "description": "Library of implementations for interfacing with the NEAR blockchain", "main": "lib/esm/index.js", "type": "module", diff --git a/packages/signers/CHANGELOG.md b/packages/signers/CHANGELOG.md index fcb30d8340..38c7d35aa1 100644 --- a/packages/signers/CHANGELOG.md +++ b/packages/signers/CHANGELOG.md @@ -1,5 +1,36 @@ # @near-js/signers +## 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.5 ### Patch Changes diff --git a/packages/signers/package.json b/packages/signers/package.json index f94901b049..8ff9fbdb1e 100644 --- a/packages/signers/package.json +++ b/packages/signers/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/signers", - "version": "0.1.5", + "version": "0.2.0", "description": "Modules for cryptographically signing messages", "main": "lib/esm/index.js", "type": "module", diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 47a645a9bd..3e77eecaf2 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -1,5 +1,38 @@ # @near-js/transactions +## 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/signers@0.2.0 + - @near-js/types@0.3.0 + - @near-js/utils@1.0.0 + ## 1.2.3 ### Patch Changes diff --git a/packages/transactions/package.json b/packages/transactions/package.json index fae3df38cc..be0d4735d1 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/transactions", - "version": "1.2.3", + "version": "1.3.0", "description": "Functions and data types for transactions on NEAR", "main": "lib/esm/index.js", "type": "module", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 37ac725487..b81137bb33 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,30 @@ # @near-js/types +## 0.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` + ## 0.2.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index c522cff680..ef5d5454ac 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/types", - "version": "0.2.1", + "version": "0.3.0", "description": "TypeScript types for working with the Near JS API", "main": "lib/esm/index.js", "type": "module", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 6a90136b33..1709f8df08 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,35 @@ # @near-js/utils +## 1.0.0 + +### Major 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 + ## 0.3.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 3e7aef94ad..043bac4038 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/utils", - "version": "0.3.0", + "version": "1.0.0", "description": "Common methods and constants for the NEAR API JavaScript client", "main": "lib/esm/index.js", "type": "module", diff --git a/packages/wallet-account/CHANGELOG.md b/packages/wallet-account/CHANGELOG.md index 3c131933c3..7eed27bc44 100644 --- a/packages/wallet-account/CHANGELOG.md +++ b/packages/wallet-account/CHANGELOG.md @@ -1,5 +1,42 @@ # @near-js/wallet-account +## 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/accounts@1.3.0 + - @near-js/crypto@1.4.0 + - @near-js/keystores@0.2.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.3 ### Patch Changes diff --git a/packages/wallet-account/package.json b/packages/wallet-account/package.json index ace8c48088..effa1e0876 100644 --- a/packages/wallet-account/package.json +++ b/packages/wallet-account/package.json @@ -1,6 +1,6 @@ { "name": "@near-js/wallet-account", - "version": "1.2.3", + "version": "1.3.0", "description": "Dependencies for the NEAR API JavaScript client in the browser", "main": "lib/esm/index.js", "type": "module",