Skip to content

Commit

Permalink
Merge pull request #68 from sei-protocol/fix/proto-size
Browse files Browse the repository at this point in the history
Fix/proto size
  • Loading branch information
codebycarson authored Aug 12, 2023
2 parents da6d475 + 3df5d58 commit fb87774
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .changeset/clean-plums-march.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "https://github.com/sei-protocol/js-proto#readme",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit fb87774

Please sign in to comment.