Skip to content

Commit 0827572

Browse files
authored
Version Packages (#86)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @skip-router/[email protected] ### Patch Changes - e313807: When getting default gas token don't fail on no chain registry data
2 parents 90963e4 + b257047 commit 0827572

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/clean-cheetahs-perform.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @skip-router/core
22

3+
## 1.2.14
4+
5+
### Patch Changes
6+
7+
- e313807: When getting default gas token don't fail on no chain registry data
8+
39
## 1.2.13
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skip-router/core",
3-
"version": "1.2.13",
3+
"version": "1.2.14",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",

0 commit comments

Comments
 (0)