diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2a2aedc4..2b173bfd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -4,11 +4,14 @@ ### Major Changes -- 7229f87: - Excludes unnecessary modules in proto codegen +- 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 diff --git a/packages/core/package.json b/packages/core/package.json index ff9661db..0f563d39 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/core", - "version": "0.0.0", + "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", + "@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 c2c62b46..981d9858 100644 --- a/packages/proto/CHANGELOG.md +++ b/packages/proto/CHANGELOG.md @@ -1,14 +1,17 @@ # Changelog -## 0.0.0 +## 2.0.0 ### Major Changes -- 7229f87: - Excludes unnecessary modules in proto codegen +- 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 diff --git a/packages/proto/package.json b/packages/proto/package.json index 9cf38a91..cc790780 100644 --- a/packages/proto/package.json +++ b/packages/proto/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/proto", - "version": "0.0.0", + "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 84bcc8cb..fd3f3836 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,14 +1,17 @@ # Changelog -## 0.0.0 +## 2.0.0 ### Major Changes -- 7229f87: - Excludes unnecessary modules in proto codegen +- 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 diff --git a/packages/react/package.json b/packages/react/package.json index 61fefcc1..9042b9b9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/react", - "version": "0.0.0", + "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", + "@sei-js/core": "^2.0.0", "react-outside-click-handler": "^1.3.0" }, "peerDependencies": {