Skip to content

Commit

Permalink
Fixed package numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Aberle committed Aug 12, 2023
1 parent a66409d commit 3df5d58
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
5 changes: 4 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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",
"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",
"@sei-js/proto": "^2.0.0",
"crypto-js": "^4.1.1",
"readonly-date": "^1.0.0",
"sha.js": "^2.4.11",
Expand Down
7 changes: 5 additions & 2 deletions packages/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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",
"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
7 changes: 5 additions & 2 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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",
"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",
"@sei-js/core": "^2.0.0",
"react-outside-click-handler": "^1.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 3df5d58

Please sign in to comment.