Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #59

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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