Skip to content

Commit

Permalink
Version Packages (#451)
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 Nov 11, 2024
1 parent d01248c commit ec87407
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-tools-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-mice-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-papayas-hang.md

This file was deleted.

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

## 0.1.9

### Patch Changes

- Updated dependencies [d01248c]
- Updated dependencies [7f90caf]
- @skip-go/widget@3.0.7

## 0.1.8

### 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.8",
"version": "0.1.9",
"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.14.3

### Patch Changes

- d01248c: skip validation gas on noble-1 on multi tx route

## 0.14.2

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

## 3.0.7

### Patch Changes

- d01248c: support go fast operation type
- 7f90caf: Modals refactored, close existing modal when opening a second one
- Updated dependencies [d01248c]
- @skip-go/client@0.14.3

## 3.0.6

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

0 comments on commit ec87407

Please sign in to comment.