Skip to content

Commit

Permalink
Merge pull request #238 from skip-mev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
codingki authored Jun 19, 2024
2 parents e2b0c0b + 6de7fd9 commit 709ba25
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-laws-act.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skip-router/core

## 5.0.5

### Patch Changes

- 3c47bf1: fix: onlyTestnets not working in assets

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skip-router/core",
"description": "JavaScript SDK for Skip API",
"version": "5.0.4",
"version": "5.0.5",
"repository": "https://github.com/skip-mev/skip-router-sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# examples

## 1.0.28

### Patch Changes

- Updated dependencies [3c47bf1]
- @skip-router/core@5.0.5

## 1.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "examples",
"type": "module",
"version": "1.0.27",
"version": "1.0.28",
"scripts": {
"start": "node src/skip-api-quickstart-example.js"
},
"dependencies": {
"@skip-router/core": "5.0.4"
"@skip-router/core": "5.0.5"
},
"private": true
}

0 comments on commit 709ba25

Please sign in to comment.