Skip to content

Commit

Permalink
Merge pull request #91 from sei-protocol/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
codebycarson authored Oct 5, 2023
2 parents 6481c9f + 5017450 commit b9ce7b8
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-trees-provide.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.1.0

### Minor Changes

- 4446cdc: Adjusted package exports to include cjs and esm versions of each project, enables tree shaking by correctly exporting entry points for each build type and by declaring packages as side effect free

### Patch Changes

- Updated dependencies [4446cdc]
- @sei-js/proto@3.1.0

## 3.0.5

### 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": "3.0.5",
"version": "3.1.0",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@cosmjs/utils": "^0.29.5",
"@ethersproject/keccak256": "^5.7.0",
"@keplr-wallet/types": "^0.11.41",
"@sei-js/proto": "^3.0.2",
"@sei-js/proto": "^3.1.0",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"elliptic": "^6.5.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0

### Minor Changes

- 4446cdc: Adjusted package exports to include cjs and esm versions of each project, enables tree shaking by correctly exporting entry points for each build type and by declaring packages as side effect free

## 3.0.2

### Patch 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": "3.0.2",
"version": "3.1.0",
"description": "TypeScript library for Sei protobuf files generated using Telescope",
"author": "besated <[email protected]>",
"homepage": "https://github.com/sei-protocol/js-proto#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.1.0

### Minor Changes

- 4446cdc: Adjusted package exports to include cjs and esm versions of each project, enables tree shaking by correctly exporting entry points for each build type and by declaring packages as side effect free

### Patch Changes

- Updated dependencies [4446cdc]
- @sei-js/core@3.1.0

## 3.0.5

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": "3.0.5",
"version": "3.1.0",
"description": "React library for front end integrations with Sei",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@sei-js/core": "3.0.5",
"@sei-js/core": "3.1.0",
"buffer": "^6.0.3",
"process": "^0.11.10"
},
Expand Down

0 comments on commit b9ce7b8

Please sign in to comment.