Skip to content

Commit

Permalink
Release sdk-bridge (#874)
Browse files Browse the repository at this point in the history
* Make changeset ignore sdks-playground

* Update dependencies

* Update to non-private

* Create changeset
  • Loading branch information
JayJay1024 authored Nov 29, 2024
1 parent ee5489a commit f51d9e8
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["helix", "helixbox-home", "helixbox-app"]
"ignore": ["helix", "helixbox-home", "helixbox-app", "sdks-playground"]
}
5 changes: 5 additions & 0 deletions .changeset/sixty-moons-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@helixbridge/sdk-bridge": patch
---

Release sdk-bridge
9 changes: 0 additions & 9 deletions apps/sdks-playground/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/sdks-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdks-playground",
"private": true,
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 3 additions & 4 deletions packages/sdk-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@helixbridge/sdk-bridge",
"version": "0.0.1",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,10 +35,10 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@helixbridge/chains": "workspace:*",
"@helixbridge/chains": "0.5.1",
"@helixbridge/helixconf": "v1.2.0-beta",
"@helixbridge/sdk-core": "workspace:*",
"@helixbridge/sdk-indexer": "workspace:*",
"@helixbridge/sdk-core": "0.1.0",
"@helixbridge/sdk-indexer": "0.1.0",
"viem": "^2.21.19"
}
}
47 changes: 41 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f51d9e8

Please sign in to comment.