Skip to content

Commit

Permalink
Merge pull request #78 from sei-protocol/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
codebycarson authored Aug 31, 2023
2 parents 7d2a60c + 1447fdc commit 020bcda
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-meals-impress.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.0.2

### Patch Changes

- 908b5b5: Added polyfill, wallet, arbitrary signing, and address helper functions.

## 3.0.1

### Patch 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.0.1",
"version": "3.0.2",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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.0.2

### Patch Changes

- 908b5b5: Added polyfill, wallet, arbitrary signing, and address helper functions.
- Updated dependencies [908b5b5]
- @sei-js/core@3.0.2

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"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-20230830210609",
"@sei-js/core": "3.0.2",
"react-outside-click-handler": "^1.3.0",
"buffer": "^6.0.3",
"process": "^0.11.10"
Expand Down

0 comments on commit 020bcda

Please sign in to comment.