Skip to content

Commit

Permalink
Version Packages (#89)
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 2, 2023
1 parent 7e55add commit cbf7121
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/stupid-lizards-applaud.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.5

### Patch Changes

- 7e55add: Add `getOfflineSignerAmino` to wallet interfaces

## 3.0.4

### 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.4",
"version": "3.0.5",
"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.5

### Patch Changes

- 7e55add: Add `getOfflineSignerAmino` to wallet interfaces
- Updated dependencies [7e55add]
- @sei-js/core@3.0.5

## 3.0.4

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

0 comments on commit cbf7121

Please sign in to comment.