Skip to content

Commit

Permalink
🚧 (release): Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Feb 14, 2025
1 parent fd0e14d commit 143b2bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,5 @@
},
"bumpVersionsWithWorkspaceProtocolOnly": true,
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": [
"@ledgerhq/device-signer-kit-bitcoin",
"@ledgerhq/device-signer-kit-solana",
"@ledgerhq/signer-utils"
]
"updateInternalDependencies": "patch"
}
2 changes: 1 addition & 1 deletion packages/signer/signer-btc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"private": false,
"private": true,
"exports": {
".": {
"types": "./lib/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/signer/signer-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/device-signer-kit-solana",
"version": "1.1.0",
"private": false,
"private": true,
"license": "Apache-2.0",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/signer/signer-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/signer-utils",
"version": "1.0.3",
"private": false,
"private": true,
"license": "Apache-2.0",
"exports": {
".": {
Expand Down

0 comments on commit 143b2bc

Please sign in to comment.