Skip to content

Commit

Permalink
"Publish"
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Jul 5, 2024
1 parent 28507b6 commit 0cecba6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions features/keychain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-07-05)

### Bug Fixes

- use proper ESM ([#109](https://github.com/ExodusMovement/exodus-oss/issues/109)) ([28507b6](https://github.com/ExodusMovement/exodus-oss/commit/28507b6e1494deab2a0d2e5085a900fcf870214a))

## [6.5.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-05-08)

### Features
Expand Down
4 changes: 2 additions & 2 deletions features/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exodus/keychain",
"version": "6.5.0",
"version": "6.5.1",
"type": "module",
"description": "A module designed to work more securely with private key material",
"author": "Exodus Movement, Inc.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@exodus/bip32": "^2.1.0",
"@exodus/bitcoinerlab-secp256k1": "^1.0.5-exodus.1",
"@exodus/elliptic": "^6.5.4-precomputed",
"@exodus/key-identifier": "^1.0.1",
"@exodus/key-identifier": "^1.1.2",
"@exodus/key-utils": "^3.5.1",
"@exodus/slip10": "^1.0.0",
"@exodus/sodium-crypto": "^3.1.0",
Expand Down
6 changes: 6 additions & 0 deletions libraries/key-identifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-07-05)

### Bug Fixes

- use proper ESM ([#109](https://github.com/ExodusMovement/exodus-oss/issues/109)) ([28507b6](https://github.com/ExodusMovement/exodus-oss/commit/28507b6e1494deab2a0d2e5085a900fcf870214a))

## [1.1.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-05-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion libraries/key-identifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exodus/key-identifier",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"description": "Provides a KeyIdentifier class that helps to define how a key is derived",
"author": "Exodus Movement, Inc.",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ __metadata:
languageName: node
linkType: hard

"@exodus/key-identifier@^1.0.0, @exodus/key-identifier@^1.0.1, @exodus/key-identifier@workspace:libraries/key-identifier":
"@exodus/key-identifier@^1.0.0, @exodus/key-identifier@^1.1.2, @exodus/key-identifier@workspace:libraries/key-identifier":
version: 0.0.0-use.local
resolution: "@exodus/key-identifier@workspace:libraries/key-identifier"
dependencies:
Expand Down Expand Up @@ -2062,7 +2062,7 @@ __metadata:
"@exodus/bip32": ^2.1.0
"@exodus/bitcoinerlab-secp256k1": ^1.0.5-exodus.1
"@exodus/elliptic": ^6.5.4-precomputed
"@exodus/key-identifier": ^1.0.1
"@exodus/key-identifier": ^1.1.2
"@exodus/key-ids": ^1.0.0
"@exodus/key-utils": ^3.5.1
"@exodus/slip10": ^1.0.0
Expand Down

0 comments on commit 0cecba6

Please sign in to comment.