Skip to content

Commit

Permalink
Version Packages (#584)
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 17, 2024
1 parent 6e9f9cc commit c6d2330
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-rocks-buy.md

This file was deleted.

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

## 0.1.27

### Patch Changes

- Updated dependencies [6e9f9cc]
- @skip-go/widget@3.0.25

## 0.1.26

### 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.26",
"version": "0.1.27",
"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.15.6

### Patch Changes

- 6e9f9cc: bump chain registry versions

## 0.15.5

### 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.15.5",
"version": "0.15.6",
"repository": "https://github.com/skip-mev/skip-go",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.0.15

## 3.0.25

### Patch Changes

- 6e9f9cc: bump chain registry versions
- Updated dependencies [6e9f9cc]
- @skip-go/client@0.15.6

## 3.0.24

### 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.0.24",
"version": "3.0.25",
"repository": {
"url": "https://github.com/skip-mev/skip-go",
"directory": "packages/widget"
Expand Down

0 comments on commit c6d2330

Please sign in to comment.