Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and a0ngo committed Dec 2, 2024
1 parent 3e6e341 commit dbaf168
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .changeset/short-worms-protect.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/recovery-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# recovery-relay

## 1.1.0

### Minor Changes

- 3e6e341: Bump versions

### Patch Changes

- Updated dependencies [3e6e341]
- @fireblocks/asset-config@0.5.0
- @fireblocks/recovery-shared@0.6.0
- @fireblocks/wallet-derivation@0.7.0

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-relay",
"homepage": "https://relay.fireblocks.solutions",
"license": "GPL-3.0-or-later",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -20,9 +20,9 @@
"@cosmjs/stargate": "^0.32.1",
"@cosmjs/tendermint-rpc": "^0.32.0",
"@emurgo/cardano-serialization-lib-asmjs": "^11.4.0",
"@fireblocks/asset-config": "^0.4.0",
"@fireblocks/recovery-shared": "^0.5.0",
"@fireblocks/wallet-derivation": "^0.6.0",
"@fireblocks/asset-config": "^0.5.0",
"@fireblocks/recovery-shared": "^0.6.0",
"@fireblocks/wallet-derivation": "^0.7.0",
"@hashgraph/sdk": "^2.29.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
Expand Down
6 changes: 6 additions & 0 deletions apps/recovery-utility/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# recovery-utility

## 1.1.0

### Minor Changes

- 3e6e341: Bump versions

## 1.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/recovery-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-utility",
"homepage": "https://www.fireblocks.com",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "app/background.js",
Expand Down Expand Up @@ -69,11 +69,11 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.4.0",
"@fireblocks/asset-config": "^0.5.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/recovery-relay": "^1.0.0",
"@fireblocks/recovery-shared": "^0.5.0",
"@fireblocks/wallet-derivation": "^0.6.0",
"@fireblocks/recovery-relay": "^1.1.0",
"@fireblocks/recovery-shared": "^0.6.0",
"@fireblocks/wallet-derivation": "^0.7.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/asset-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fireblocks/asset-config

## 0.5.0

### Minor Changes

- 3e6e341: Bump versions

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/asset-config",
"homepage": "https://www.fireblocks.com",
"version": "0.4.0",
"version": "0.5.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fireblocks/e2e-tests

## 0.4.0

### Minor Changes

- 3e6e341: Bump versions

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireblocks/e2e-tests",
"version": "0.3.0",
"version": "0.4.0",
"description": "End to end testing for the recovery tool",
"main": "index.test.ts",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/e2e-tests",
Expand Down
12 changes: 12 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# shared

## 0.6.0

### Minor Changes

- 3e6e341: Bump versions

### Patch Changes

- Updated dependencies [3e6e341]
- @fireblocks/asset-config@0.5.0
- @fireblocks/wallet-derivation@0.7.0

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/shared",
"homepage": "https://www.fireblocks.com",
"version": "0.5.0",
"version": "0.6.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "index.ts",
Expand All @@ -18,9 +18,9 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.4.0",
"@fireblocks/asset-config": "^0.5.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/wallet-derivation": "^0.6.0",
"@fireblocks/wallet-derivation": "^0.7.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet-derivation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fireblocks/wallet-derivation

## 0.7.0

### Minor Changes

- 3e6e341: Bump versions

### Patch Changes

- Updated dependencies [3e6e341]
- @fireblocks/asset-config@0.5.0

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-derivation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/wallet-derivation",
"homepage": "https://www.fireblocks.com",
"version": "0.6.0",
"version": "0.7.0",
"license": "GPL-3.0-or-later",
"main": "index.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "jest"
},
"dependencies": {
"@fireblocks/asset-config": "^0.4.0",
"@fireblocks/asset-config": "^0.5.0",
"@noble/curves": "^1.1.0",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.1",
Expand Down

0 comments on commit dbaf168

Please sign in to comment.