Skip to content

Commit

Permalink
feat: bumpy
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Oct 9, 2023
1 parent 07b1a79 commit 35f9c67
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 28 deletions.
32 changes: 16 additions & 16 deletions examples/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/hdwallet-sandbox",
"version": "1.52.1",
"version": "1.51.2-thorchain.1",
"license": "MIT",
"private": true,
"browserslist": "> 0.5%, last 2 versions, not dead",
Expand All @@ -10,21 +10,21 @@
"clean": "rm -rf dist node_modules public .parcel-cache"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "1.52.1",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.52.1",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.52.1",
"@shapeshiftoss/hdwallet-keplr": "1.52.1",
"@shapeshiftoss/hdwallet-ledger": "1.52.1",
"@shapeshiftoss/hdwallet-ledger-webhid": "1.52.1",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.52.1",
"@shapeshiftoss/hdwallet-metamask": "1.52.1",
"@shapeshiftoss/hdwallet-native": "1.52.1",
"@shapeshiftoss/hdwallet-portis": "1.52.1",
"@shapeshiftoss/hdwallet-tallyho": "1.52.1",
"@shapeshiftoss/hdwallet-trezor": "1.52.1",
"@shapeshiftoss/hdwallet-trezor-connect": "1.52.1",
"@shapeshiftoss/hdwallet-walletconnect": "1.52.1",
"@shapeshiftoss/hdwallet-xdefi": "1.52.1",
"@shapeshiftoss/hdwallet-core": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.51.2",
"@shapeshiftoss/hdwallet-keplr": "1.51.2",
"@shapeshiftoss/hdwallet-ledger": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-ledger-webhid": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-ledger-webusb": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-metamask": "1.51.2",
"@shapeshiftoss/hdwallet-native": "1.51.2",
"@shapeshiftoss/hdwallet-portis": "1.51.2",
"@shapeshiftoss/hdwallet-tallyho": "1.51.2",
"@shapeshiftoss/hdwallet-trezor": "1.51.2",
"@shapeshiftoss/hdwallet-trezor-connect": "1.51.2",
"@shapeshiftoss/hdwallet-walletconnect": "1.51.2",
"@shapeshiftoss/hdwallet-xdefi": "1.51.2",
"bip32": "^2.0.4",
"jquery": "^3.4.1",
"json": "^9.0.6",
Expand Down
20 changes: 10 additions & 10 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/integration",
"version": "1.52.1",
"version": "1.51.2-thorchain.1",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,15 +10,15 @@
"dev": "lerna run test --scope integration --parallel --include-filtered-dependencies"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "1.52.1",
"@shapeshiftoss/hdwallet-keepkey": "1.52.1",
"@shapeshiftoss/hdwallet-keepkey-nodewebusb": "1.52.1",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.52.1",
"@shapeshiftoss/hdwallet-ledger": "1.52.1",
"@shapeshiftoss/hdwallet-native": "1.52.1",
"@shapeshiftoss/hdwallet-portis": "1.52.1",
"@shapeshiftoss/hdwallet-trezor": "1.52.1",
"@shapeshiftoss/hdwallet-xdefi": "1.52.1",
"@shapeshiftoss/hdwallet-core": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-nodewebusb": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.51.2",
"@shapeshiftoss/hdwallet-ledger": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-native": "1.51.2",
"@shapeshiftoss/hdwallet-portis": "1.51.2",
"@shapeshiftoss/hdwallet-trezor": "1.51.2",
"@shapeshiftoss/hdwallet-xdefi": "1.51.2",
"fast-json-stable-stringify": "^2.1.0",
"msw": "^0.27.1",
"whatwg-fetch": "^3.6.2"
Expand Down
9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"lerna": "5.2.0",
"version": "1.52.1",
"version": "1.51.2-thorchain.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"message": "chore(release): publish %v"
}
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/.env"]
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md",
"**/.env"
]
}

0 comments on commit 35f9c67

Please sign in to comment.