diff --git a/.changeset/clean-plums-march.md b/.changeset/clean-plums-march.md deleted file mode 100644 index 2af09e01..00000000 --- a/.changeset/clean-plums-march.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@sei-js/proto': major -'@sei-js/react': major -'@sei-js/core': major ---- - -- Excludes unnecessary modules in proto codegen -- Remove TM35 client (no longer used) -- Clean up helper functions in favor of using Sei wallet interfaces -- Update react hooks -- Adds mobile wallet support through UI components and inside wallet interfaces diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c6618ea4..2b173bfd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2.0.0 + +### Major Changes + +- 7229f87: Pacific-1 support and mobile/proto optimizations + - Excludes unnecessary modules in proto codegen + - Remove TM35 client (no longer used) + - Clean up helper functions in favor of using Sei wallet interfaces + - Update react hooks + - Adds mobile wallet support through UI components and inside wallet interfaces + - Adds support for Pacific-1 + - Adds support for mobile wallets + +### Patch Changes + +- Updated dependencies [7229f87] + - @sei-js/proto@0.0.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 86525851..0f563d39 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/core", - "version": "0.0.0-internal-20230811175927", + "version": "2.0.0", "description": "TypeScript library for front end integrations with Sei", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -35,7 +35,7 @@ "@cosmjs/utils": "0.29.5", "@ethersproject/keccak256": "^5.7.0", "@keplr-wallet/types": "^0.11.41", - "@sei-js/proto": "0.0.0-internal-20230811175927", + "@sei-js/proto": "^2.0.0", "crypto-js": "^4.1.1", "readonly-date": "^1.0.0", "sha.js": "^2.4.11", diff --git a/packages/proto/CHANGELOG.md b/packages/proto/CHANGELOG.md index 55057e80..981d9858 100644 --- a/packages/proto/CHANGELOG.md +++ b/packages/proto/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.0.0 + +### Major Changes + +- 7229f87: Pacific-1 support and mobile/proto optimizations + - Excludes unnecessary modules in proto codegen + - Remove TM35 client (no longer used) + - Clean up helper functions in favor of using Sei wallet interfaces + - Update react hooks + - Adds mobile wallet support through UI components and inside wallet interfaces + - Adds support for Pacific-1 + - Adds support for mobile wallets + ## 1.3.0 ### Minor Changes diff --git a/packages/proto/package.json b/packages/proto/package.json index 747e748d..cc790780 100644 --- a/packages/proto/package.json +++ b/packages/proto/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/proto", - "version": "0.0.0-internal-20230811175927", + "version": "2.0.0", "description": "TypeScript library for Sei protobufs generated using Telescope", "author": "besated ", "homepage": "https://github.com/sei-protocol/js-proto#readme", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2c8f3b24..fd3f3836 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2.0.0 + +### Major Changes + +- 7229f87: Pacific-1 support and mobile/proto optimizations + - Excludes unnecessary modules in proto codegen + - Remove TM35 client (no longer used) + - Clean up helper functions in favor of using Sei wallet interfaces + - Update react hooks + - Adds mobile wallet support through UI components and inside wallet interfaces + - Adds support for Pacific-1 + - Adds support for mobile wallets + +### Patch Changes + +- Updated dependencies [7229f87] + - @sei-js/core@0.0.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index ecdf32a3..9042b9b9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/react", - "version": "0.0.0-internal-20230811175927", + "version": "2.0.0", "description": "React library for front end integrations with Sei", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ "private": false, "dependencies": { "@react-icons/all-files": "^4.1.0", - "@sei-js/core": "0.0.0-internal-20230811175927", + "@sei-js/core": "^2.0.0", "react-outside-click-handler": "^1.3.0" }, "peerDependencies": {