Skip to content

Commit

Permalink
Merge pull request #56 from sei-protocol/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
codebycarson authored Jul 17, 2023
2 parents 7091c0c + ad67baf commit d0c1344
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-starfishes-accept.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- Updated dependencies [16ac1ab]
- @sei-js/proto@1.3.0

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.4.1",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@cosmjs/tendermint-rpc": "0.29.5",
"@cosmjs/utils": "0.29.5",
"@keplr-wallet/types": "^0.11.41",
"@sei-js/proto": "1.2.0",
"@sei-js/proto": "1.3.0",
"readonly-date": "^1.0.0",
"xstream": "^11.14.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.0

### Minor Changes

- 16ac1ab: Update proto to match 3.0.4

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/proto",
"version": "1.2.0",
"version": "1.3.0",
"description": "TypeScript library for Sei protobufs generated using Telescope",
"author": "besated <bryan@seinetwork.io>",
"homepage": "https://github.com/sei-protocol/js-proto#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.4

### Patch Changes

- @sei-js/core@1.4.1

## 2.0.3

### 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.3",
"version": "2.0.4",
"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.4.0",
"@sei-js/core": "1.4.1",
"react-outside-click-handler": "^1.3.0",
"react-icons": "4.9.0",
"copyfiles": "^2.4.1"
Expand Down

0 comments on commit d0c1344

Please sign in to comment.