Skip to content

Commit

Permalink
Version Packages (#148)
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 Apr 9, 2024
1 parent ed4940b commit e64e618
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-dodos-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-ads-arrive.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- ed4940b: Updated dependencies to fix proto issue
- Updated dependencies [a37f7a8]
- @sei-js/proto@4.0.4

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cosmjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/cosmjs",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript library for CosmJS interactions on the Sei blockchain",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"sha.js": "^2.4.11",
"styled-components": "^6.1.1",
"xstream": "^11.14.0",
"@sei-js/proto": "^4.0.0"
"@sei-js/proto": "^4.0.4"
},
"peerDependencies": {},
"devDependencies": {
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.4

### Patch Changes

- a37f7a8: Updated dependencies to fix error if @sei-js/proto is not installed

## 4.0.3

### 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.3",
"version": "4.0.4",
"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 e64e618

Please sign in to comment.