Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 5, 2024
1 parent e311c05 commit 67f4321
Show file tree
Hide file tree
Showing 6 changed files with 1,290 additions and 1,005 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.5](https://github.com/lifinance/bigmi/compare/v0.0.4...v0.0.5) (2024-12-05)

### [0.0.4](https://github.com/lifinance/bigmi/compare/v0.0.3...v0.0.4) (2024-10-28)


Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -38,19 +38,19 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@types/events": "^3.0.3",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"cpy-cli": "^5.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"lerna": "8.1.8",
"husky": "^9.1.7",
"lerna": "8.1.9",
"lint-staged": "^15.2.10",
"standard-version": "^9.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
],
"dependencies": {
"@bigmi/core": "workspace:^",
"@wagmi/core": "^2.14.1",
"viem": "^2.21.35",
"wagmi": "^2.12.25"
"@wagmi/core": "^2.15.2",
"viem": "^2.21.54",
"wagmi": "^2.13.3"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"madge": "^8.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"viem": "^2.21.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"typescript"
],
"dependencies": {
"@noble/hashes": "^1.5.0",
"@noble/hashes": "^1.6.1",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.35"
"viem": "^2.21.54"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"madge": "^8.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"bitcoinjs-lib": "^7.0.0-rc.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@bigmi/client": "workspace:^",
"@bigmi/core": "workspace:^",
"use-sync-external-store": "^1.2.2",
"viem": "^2.21.35",
"wagmi": "^2.12.25"
"viem": "^2.21.54",
"wagmi": "^2.13.3"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
"cpy-cli": "^5.0.0",
"madge": "^8.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=18",
Expand Down
Loading

0 comments on commit 67f4321

Please sign in to comment.