Skip to content

Commit

Permalink
Version Packages (#155)
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 11, 2024
1 parent 34f5b0e commit 1e2d6fd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/sour-adults-argue.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.4

### Patch Changes

- de2da4b: Removed the path alias from @sei-js/proto for types in favor of static path
- Updated dependencies [de2da4b]
- @sei-js/proto@4.0.5

## 1.0.3

### 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.3",
"version": "1.0.4",
"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.4"
"@sei-js/proto": "^4.0.5"
},
"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.5

### Patch Changes

- de2da4b: Removed the path alias from @sei-js/proto for types in favor of static path

## 4.0.4

### 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.4",
"version": "4.0.5",
"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 1e2d6fd

Please sign in to comment.