Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
chore: add omitted entries back to CHANGELOG

"Publish"

"@exodus/[email protected]
@exodus/[email protected]"
  • Loading branch information
sparten11740 committed Apr 25, 2024
1 parent 701fbeb commit 282ee96
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
20 changes: 10 additions & 10 deletions features/keychain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# 6.2.0 (2024-03-01)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-04-24)

### Features

- expose signing functions from API ([#73](https://github.com/ExodusMovement/exodus-oss/issues/73)) ([75fcb83](https://github.com/ExodusMovement/exodus-oss/commit/75fcb830a5f0d5fe7ca08a1b1022ca9d012ab6ec))
- lockPrivateKeys and unlockPrivateKeys ([#78](https://github.com/ExodusMovement/exodus-oss/issues/78)) ([9753ae9](https://github.com/ExodusMovement/exodus-oss/commit/9753ae9061e02a026b3a62a80464e98eab528530))
- pass options to secp256k1 signBuffer ([#71](https://github.com/ExodusMovement/exodus-oss/issues/71)) ([a951bbd](https://github.com/ExodusMovement/exodus-oss/commit/a951bbd7ddbd5bc1feada3cae8d93bd112f16dd9))

## 6.1.1 (2024-02-20)

### Bug Fixes

- freeze internally in exportKey to callers don't have to ([#68](https://github.com/ExodusMovement/exodus-oss/issues/68)) ([9f08e2b](https://github.com/ExodusMovement/exodus-oss/commit/9f08e2b88a768574b9532aba929ac40f00aa8558))
- privateKeysAreLocked should be false when seeds removed ([#87](https://github.com/ExodusMovement/exodus-oss/issues/87)) ([ad22118](https://github.com/ExodusMovement/exodus-oss/commit/ad221186a02c7dc5707c6749a024c5021938d15f))

# 6.1.0 (2024-02-20)
## [6.1.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-02-20)

### Features

- keychain api, to replace the one from the wallet feature ([#64](https://github.com/ExodusMovement/exodus-oss/issues/64)) ([f5fd3e1cc](https://github.com/ExodusMovement/exodus-oss/commit/f5fd3e1cc5d813c6da527ab972b5402c0a2508e3))
- add separate key-identifier package ([#61](https://github.com/ExodusMovement/exodus-oss/issues/61)) ([49dc7f6](https://github.com/ExodusMovement/exodus-oss/commit/49dc7f66040a9ecaba1d971858764532d695bbdc))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-02-15)

### ⚠ BREAKING CHANGES
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.2.0",
"version": "6.3.0",
"description": "A module designed to work more securely with private key material",
"author": "Exodus Movement Inc.",
"homepage": "https://github.com/ExodusMovement/exodus-oss/tree/master/features/keychain",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@exodus/basic-utils": "^2.0.0",
"@exodus/bip32": "^2.1.0",
"@exodus/elliptic": "^6.5.4-precomputed",
"@exodus/key-identifier": "^1.0.0",
"@exodus/key-identifier": "^1.0.1",
"@exodus/key-utils": "^3.0.0",
"@exodus/slip10": "^1.0.0",
"@exodus/sodium-crypto": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions libraries/key-identifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/[email protected]...@exodus/[email protected]) (2024-04-24)

**Note:** Version bump only for package @exodus/key-identifier
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.0.0",
"version": "1.0.1",
"description": "Provides a KeyIdentifier class that helps to define how a key is derived",
"author": "Exodus Movement Inc.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ __metadata:
languageName: node
linkType: hard

"@exodus/key-identifier@^1.0.0, @exodus/key-identifier@workspace:libraries/key-identifier":
"@exodus/key-identifier@^1.0.1, @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 @@ -2028,7 +2028,7 @@ __metadata:
"@exodus/basic-utils": ^2.0.0
"@exodus/bip32": ^2.1.0
"@exodus/elliptic": ^6.5.4-precomputed
"@exodus/key-identifier": ^1.0.0
"@exodus/key-identifier": ^1.0.1
"@exodus/key-ids": ^1.0.0
"@exodus/key-utils": ^3.0.0
"@exodus/slip10": ^1.0.0
Expand Down

0 comments on commit 282ee96

Please sign in to comment.