Skip to content

Commit

Permalink
Version Packages (#617)
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 23, 2024
1 parent 8a1ae46 commit 60add51
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-donkeys-behave.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextjs

## 0.1.31

### Patch Changes

- @skip-go/widget@3.1.3

## 0.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.30",
"version": "0.1.31",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skip-go/client

## 0.16.2

### Patch Changes

- 8a1ae46: no longer override timeout in signCosmosMessageAmino

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skip-go/client",
"description": "JavaScript SDK for Skip Go API",
"version": "0.16.1",
"version": "0.16.2",
"repository": "https://github.com/skip-mev/skip-go",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 0.0.15

## 3.1.3

### Patch Changes

- Updated dependencies [8a1ae46]
- @skip-go/client@0.16.2

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skip-go/widget",
"description": "Swap widget",
"version": "3.1.2",
"version": "3.1.3",
"repository": {
"url": "https://github.com/skip-mev/skip-go",
"directory": "packages/widget"
Expand Down

0 comments on commit 60add51

Please sign in to comment.