Skip to content

Commit

Permalink
Version Packages (#42)
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 May 29, 2023
1 parent d67e9f0 commit 8861bf4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/metal-ads-live.md

This file was deleted.

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

## 1.3.6

### Patch Changes

- d67e9f0: Add Compass Wallet

## 1.3.5

### Minor Changes
Expand Down Expand Up @@ -75,4 +81,4 @@

## [1.1.2](https://github.com/sei-protocol/sei-js/compare/v1.1.1...v1.1.2) (2023-01-19)

## [1.1.1](https://github.com/sei-protocol/sei-js/compare/v1.1.0...v1.1.1) (2023-01-18)
## [1.1.1](https://github.com/sei-protocol/sei-js/compare/v1.1.0...v1.1.1) (2023-01-18)
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.3.5",
"version": "1.3.6",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 9 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.3.3

### Patch Changes

- d67e9f0: Add Compass Wallet
- Updated dependencies [d67e9f0]
- @sei-js/core@1.3.6

## 1.3.2

### Minor Changes
Expand Down Expand Up @@ -92,4 +100,4 @@

- add react library ([edb7f58](https://github.com/sei-protocol/sei-js/commit/edb7f58b8901d7df8857a5bb9f611a963d09b99f))
- copy hooks from old react package ([10c33e6](https://github.com/sei-protocol/sei-js/commit/10c33e6e73bcf384d752d27df2f5342cbaadda32))
- remove react library ([b7cb254](https://github.com/sei-protocol/sei-js/commit/b7cb2540101c3afff7bae1b7c62330c9403e8c27))
- remove react library ([b7cb254](https://github.com/sei-protocol/sei-js/commit/b7cb2540101c3afff7bae1b7c62330c9403e8c27))
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": "1.3.2",
"version": "1.3.3",
"description": "React library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@sei-js/core": "1.3.5",
"@sei-js/core": "1.3.6",
"react-outside-click-handler": "^1.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 8861bf4

Please sign in to comment.