Skip to content

Commit

Permalink
Version Packages (#168)
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 7, 2024
1 parent fdfbffd commit f3cf6da
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-rockets-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-gorillas-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-singers-grab.md

This file was deleted.

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

## 1.0.6

### Patch Changes

- 62d37d3: Add missing ibc epxort statement
- 4a934b7: IBC precompile transfer with default timeout height/timestamp

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/evm",
"version": "1.0.5",
"version": "1.0.6",
"description": "TypeScript library for EVM interactions on the Sei blockchain",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
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

## 4.0.6

### Patch Changes

- 2acf2d2: Added Eth and EVM proto files to @sei-js/proto

## 4.0.5

### Patch 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": "4.0.5",
"version": "4.0.6",
"description": "TypeScript library for Sei protobuf files generated using Telescope",
"author": "besated <[email protected]>",
"homepage": "https://github.com/sei-protocol/js-proto#readme",
Expand Down

0 comments on commit f3cf6da

Please sign in to comment.