Skip to content

Commit

Permalink
Version Packages (#522)
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 2, 2024
1 parent 7cae5de commit 8d473df
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-ravens-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-scissors-dance.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.21

### Patch Changes

- Updated dependencies [fd0554c]
- @skip-go/widget@3.0.19

## 0.1.20

### 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.20",
"version": "0.1.21",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @skip-go/client

## 0.15.1

### Patch Changes

- fd0554c: support testnet
- 1d80759: Use create-hash npm package as dependency (used by crypto-browserify) instead of assuming native crypto.createHash exists

## 0.15.0

### Minor 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.0",
"version": "0.15.1",
"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.19

### Patch Changes

- fd0554c: support testnet
- Updated dependencies [fd0554c]
- Updated dependencies [1d80759]
- @skip-go/client@0.15.1

## 3.0.18

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

0 comments on commit 8d473df

Please sign in to comment.