@leather-wallet/utils
Advanced tools
| > @leather-wallet/utils@0.5.1 ts:build /home/runner/work/mono/mono/packages/utils | ||
| > @leather-wallet/utils@0.6.0 ts:build /home/runner/work/mono/mono/packages/utils | ||
| > tsc --build | ||
+31
-0
| # Changelog | ||
| ## [0.6.0](https://github.com/leather-wallet/mono/compare/utils-v0.5.1...utils-v0.6.0) (2024-05-17) | ||
| ### Features | ||
| * add turborepo + watch dev mode ([d415d79](https://github.com/leather-wallet/mono/commit/d415d79394488c0cb74765d367b3af8db1d24772)) | ||
| * add web and mobile design system with storybook ([0769902](https://github.com/leather-wallet/mono/commit/076990210312448d583905ac78448ff5068c1f1e)) | ||
| * bootstrap release-please ([76b995a](https://github.com/leather-wallet/mono/commit/76b995a37ecfda0aa006b90ab21cadc57dae8e80)) | ||
| * move basic bitcoin queries from extension ([7ce5efe](https://github.com/leather-wallet/mono/commit/7ce5efe5e7383f2245ff3ec90ac429ba898a1410)) | ||
| * move basics from extension ([eee8003](https://github.com/leather-wallet/mono/commit/eee80037a7e0eada5b3c013a74882ca88d1a3cd3)) | ||
| * prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) | ||
| * reset to pnpm workspaces ([fa7de49](https://github.com/leather-wallet/mono/commit/fa7de49928ee099419db9ff3e91c7dc7b15a4ffa)) | ||
| ### Bug Fixes | ||
| * **tokens:** bundle pkg ([75c05e1](https://github.com/leather-wallet/mono/commit/75c05e1a7ebc4e8fa93254f3cb7e73ba760f76bb)) | ||
| ### Dependencies | ||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @leather-wallet/constants bumped to 0.6.0 | ||
| * @leather-wallet/models bumped to 0.6.0 | ||
| * @leather-wallet/rpc bumped to 0.3.4 | ||
| * devDependencies | ||
| * @leather-wallet/eslint-config bumped to 0.4.0 | ||
| * @leather-wallet/prettier-config bumped to 0.4.0 | ||
| * @leather-wallet/tsconfig-config bumped to 0.4.0 | ||
| ## [0.5.0](https://github.com/leather-wallet/mono/compare/utils-v0.4.1...utils-v0.5.0) (2024-05-17) | ||
@@ -4,0 +35,0 @@ |
+7
-7
| { | ||
| "name": "@leather-wallet/utils", | ||
| "description": "Shared bitcoin utilities", | ||
| "version": "0.5.1", | ||
| "version": "0.6.0", | ||
| "license": "MIT", | ||
@@ -17,5 +17,5 @@ "type": "module", | ||
| "bignumber.js": "9.1.2", | ||
| "@leather-wallet/constants": "0.5.1", | ||
| "@leather-wallet/rpc": "0.3.3", | ||
| "@leather-wallet/models": "0.5.1" | ||
| "@leather-wallet/constants": "0.6.0", | ||
| "@leather-wallet/rpc": "0.3.4", | ||
| "@leather-wallet/models": "0.6.0" | ||
| }, | ||
@@ -29,5 +29,5 @@ "devDependencies": { | ||
| "vitest": "0.34.6", | ||
| "@leather-wallet/eslint-config": "0.3.1", | ||
| "@leather-wallet/tsconfig-config": "0.3.1", | ||
| "@leather-wallet/prettier-config": "0.3.1" | ||
| "@leather-wallet/eslint-config": "0.4.0", | ||
| "@leather-wallet/prettier-config": "0.4.0", | ||
| "@leather-wallet/tsconfig-config": "0.4.0" | ||
| }, | ||
@@ -34,0 +34,0 @@ "exports": { |
169418
0.97%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated