Skip to content

Commit

Permalink
Merge pull request #59 from sei-protocol/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
codebycarson committed Jul 26, 2023
2 parents 1c52557 + 27cce8b commit 54b0aad
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .changeset/three-dryers-run.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

## 1.4.2

### Patch Changes

- 3efcde8: Build optimizations
-Added babel instead of tsc to both /core and /react packages
-Added source maps to the outputs
-Remove unnecessary dependencies
-Removed unused assets folder from /react
-Fixed issue with the 'react-icons' package react-icons/react-icons#593

## 1.4.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": "1.4.1",
"version": "1.4.2",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.0.5

### Patch Changes

- 3efcde8: Build optimizations
-Added babel instead of tsc to both /core and /react packages
-Added source maps to the outputs
-Remove unnecessary dependencies
-Removed unused assets folder from /react
-Fixed issue with the 'react-icons' package react-icons/react-icons#593
- Updated dependencies [3efcde8]
- @sei-js/core@1.4.2

## 2.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": "2.0.4",
"version": "2.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": "^1.4.1",
"@sei-js/core": "^1.4.2",
"react-outside-click-handler": "^1.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 54b0aad

Please sign in to comment.