Skip to content

Commit

Permalink
Version Packages (#9)
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 Feb 2, 2023
1 parent f4307b4 commit 32aa1cf
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/gorgeous-items-tell.md

This file was deleted.

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

## 1.1.6

### Patch Changes

- cd00554: Refactored monorepo to be package-based
- Updated dependencies [cd00554]
- @sei-js/proto@1.1.6

## [1.1.5](https://github.com/sei-protocol/sei-js/compare/v1.1.4...v1.1.5) (2023-01-29)

## [1.1.3](https://github.com/sei-protocol/sei-js/compare/v1.1.2...v1.1.3) (2023-01-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/core",
"version": "1.1.5",
"version": "1.1.6",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## 1.1.6

### Patch Changes

- cd00554: Refactored monorepo to be package-based
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.1.5",
"version": "1.1.6",
"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
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.6

### Patch Changes

- cd00554: Refactored monorepo to be package-based
- Updated dependencies [cd00554]
- @sei-js/core@1.1.6

## [1.1.5](https://github.com/sei-protocol/sei-js/compare/v1.1.4...v1.1.5) (2023-01-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/react",
"version": "1.1.5",
"version": "1.1.6",
"description": "React library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 32aa1cf

Please sign in to comment.