Skip to content

Commit

Permalink
Version Packages (#277)
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 Sep 26, 2024
1 parent 3b34969 commit 1016125
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/twenty-bees-camp.md

This file was deleted.

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.9.3

### Patch Changes

- b114667: update client to include solana support via public RPC and show warning when public infrastructure is not overriden

## 0.9.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.9.2",
"version": "0.9.3",
"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-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# widget-v2

## 0.0.15

### Patch Changes

- Updated dependencies [b114667]
- @skip-go/client@0.9.3

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "widget-v2",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down

0 comments on commit 1016125

Please sign in to comment.