Skip to content

Commit

Permalink
Version Packages (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 27, 2023
1 parent 43222ca commit 373f739
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-weeks-juggle.md

This file was deleted.

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

## 3.1.1

### Patch Changes

- 43222ca: Added new browser specific export of polyfilled index.ts and added to package.json exports; Fixed issue with SeiWallet object implementations of "disconnect"; Fixed double connection issue on WalletSelectModal

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/core",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.1.1

### Patch Changes

- 43222ca: Added new browser specific export of polyfilled index.ts and added to package.json exports; Fixed issue with SeiWallet object implementations of "disconnect"; Fixed double connection issue on WalletSelectModal
- Updated dependencies [43222ca]
- @sei-js/core@3.1.1

## 3.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": "3.1.0",
"version": "3.1.1",
"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.1.0",
"@sei-js/core": "^3.1.1",
"buffer": "^6.0.3",
"process": "^0.11.10"
},
Expand Down

0 comments on commit 373f739

Please sign in to comment.