Skip to content

Commit

Permalink
Version Packages (#201)
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 Dec 4, 2024
1 parent 590bbcf commit ae20ca8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-ligers-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-knives-help.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 590bbcf: Adds libraries for all Sei Typescript Types, for querying cosmos REST endpoints, and for proto encoding/decoding.
14 changes: 11 additions & 3 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@sei-js/cosmos",
"version": "0.1.0",
"version": "1.0.0",
"description": "A Typescript library for building on Sei generated using the official Sei proto files on buf.build.",
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"precompile": "rimraf dist",
"compile": "yarn compile:cjs && yarn compile:esm && yarn compile:declarations",
Expand All @@ -21,7 +23,13 @@
"lint": "echo 'No linting configured for this package'"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
"keywords": ["sei", "typescript", "types", "enums", "interfaces"],
"keywords": [
"sei",
"typescript",
"types",
"enums",
"interfaces"
],
"repository": "[email protected]:sei-protocol/sei-js.git",
"license": "MIT",
"private": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sei-js/ledger

## 1.1.1

### Patch Changes

- 590bbcf: Update library versions

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/ledger",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript library for SEI Ledger app helper functions",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
Expand Down

0 comments on commit ae20ca8

Please sign in to comment.