Skip to content

Commit

Permalink
Version Packages (#515)
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 29, 2024
1 parent 39552a3 commit dfc04da
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-wolves-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-carrots-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-pugs-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-pigs-crash.md

This file was deleted.

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

## 0.1.20

### Patch Changes

- Updated dependencies [8f21a1d]
- Updated dependencies [39552a3]
- Updated dependencies [fc908b0]
- @skip-go/widget@3.0.18
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.19",
"version": "0.1.20",
"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.0

### Minor Changes

- fc908b0: executeRoute prop: replace validateGasBalance to simulate

## 0.14.8

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

## 3.0.18

### Patch Changes

- 8f21a1d: Fix not being able to type decimal on mobile
- 39552a3: Externalize react/jsx-runtime to support react19
- fc908b0: cosmos mobile wallet support and walletconnect
- Updated dependencies [fc908b0]
- @skip-go/client@0.15.0

## 3.0.17

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

0 comments on commit dfc04da

Please sign in to comment.