Skip to content

Commit

Permalink
Version Packages (#70)
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 Aug 13, 2023
1 parent 43153ba commit 9823916
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/tall-taxis-cover.md

This file was deleted.

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

## 3.0.0

### Major Changes

- 43153ba: Bump all versions to 3.0.0

### Patch Changes

- Updated dependencies [43153ba]
- @sei-js/proto@3.0.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/core",
"version": "2.0.0",
"version": "3.0.0",
"description": "TypeScript library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@cosmjs/utils": "0.29.5",
"@ethersproject/keccak256": "^5.7.0",
"@keplr-wallet/types": "^0.11.41",
"@sei-js/proto": "^2.0.0",
"@sei-js/proto": "^3.0.0",
"crypto-js": "^4.1.1",
"readonly-date": "^1.0.0",
"sha.js": "^2.4.11",
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

## 3.0.0

### Major Changes

- 43153ba: Bump all versions to 3.0.0

## 2.0.0

### Major 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": "2.0.0",
"version": "3.0.0",
"description": "TypeScript library for Sei protobufs generated using Telescope",
"author": "besated <[email protected]>",
"homepage": "https://github.com/sei-protocol/js-proto#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.0.0

### Major Changes

- 43153ba: Bump all versions to 3.0.0

### Patch Changes

- Updated dependencies [43153ba]
- @sei-js/core@3.0.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/react",
"version": "2.0.0",
"version": "3.0.0",
"description": "React library for front end integrations with Sei",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"private": false,
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@sei-js/core": "^2.0.0",
"@sei-js/core": "^3.0.0",
"react-outside-click-handler": "^1.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 9823916

Please sign in to comment.