Skip to content

Commit

Permalink
Merge branch 'apply-version' into 'dev'
Browse files Browse the repository at this point in the history
apply version

See merge request ergo/rosen-bridge/sign-protocols!46
  • Loading branch information
vorujack committed Jan 22, 2025
2 parents 0041784 + 7fa48c5 commit 7112a01
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 49 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/gentle-cups-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-camels-exist.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/six-cycles-shave.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thick-dryers-breathe.md

This file was deleted.

28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/communication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rosen-bridge/communication

## 1.0.1

### Patch Changes

- Fix the getIndex method to throw an error in case of inconsistencies between guardPks and the guard messageEnc.
- Remove unused packages and update dependencies
- Updated dependencies
- @rosen-bridge/encryption@0.1.1

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/communication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/communication",
"version": "1.0.0",
"version": "1.0.1",
"description": "abstractly manage communication between endpoints",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@rosen-bridge/abstract-logger": "^2.0.1",
"@rosen-bridge/encryption": "^0.1.0"
"@rosen-bridge/encryption": "^0.1.1"
},
"engines": {
"node": ">=20.11.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rosen-bridge/detection

## 1.0.1

### Patch Changes

- Add index parameter to ActiveGuard
- Remove unused packages and update dependencies

- Updated dependencies
- @rosen-bridge/communication@1.0.1
- @rosen-bridge/encryption@0.1.1

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/detection",
"version": "1.0.0",
"version": "1.0.1",
"description": "find available endpoints in private network",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@rosen-bridge/abstract-logger": "^2.0.1",
"@rosen-bridge/communication": "^1.0.0",
"@rosen-bridge/encryption": "^0.1.0"
"@rosen-bridge/communication": "^1.0.1",
"@rosen-bridge/encryption": "^0.1.1"
},
"engines": {
"node": ">=20.11.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rosen-bridge/encryption

## 0.1.1

### Patch Changes

- Remove unused packages and update dependencies
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/encryption",
"version": "0.1.0",
"version": "0.1.1",
"description": "unify encryption interface",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ergo-multi-sig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rosen-bridge/ergo-multi-sig

## 1.0.1

### Patch Changes

- Remove unused packages and update dependencies

- Updated dependencies
- @rosen-bridge/communication@1.0.1
- @rosen-bridge/detection@1.0.1
- @rosen-bridge/encryption@0.1.1

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ergo-multi-sig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/ergo-multi-sig",
"version": "1.0.0",
"version": "1.0.1",
"description": "multi signature protocol for ergo network",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@rosen-bridge/abstract-logger": "^2.0.1",
"@rosen-bridge/detection": "^1.0.0",
"@rosen-bridge/encryption": "^0.1.0",
"@rosen-bridge/communication": "^1.0.0",
"@rosen-bridge/detection": "^1.0.1",
"@rosen-bridge/encryption": "^0.1.1",
"@rosen-bridge/communication": "^1.0.1",
"await-semaphore": "^0.1.3",
"ergo-lib-wasm-nodejs": "^0.24.1",
"lodash-es": "^4.17.21"
Expand Down
11 changes: 11 additions & 0 deletions packages/tss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rosen-bridge/tss

## 4.1.1

### Patch Changes

- Remove unused packages and update dependencies

- Updated dependencies
- @rosen-bridge/communication@1.0.1
- @rosen-bridge/detection@1.0.1
- @rosen-bridge/encryption@0.1.1

## 4.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/tss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/tss",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript library for building and validating TSS signatures.",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"main": "dist/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@noble/ed25519": "^2.2.3",
"@noble/hashes": "^1.7.1",
"@rosen-bridge/abstract-logger": "^2.0.1",
"@rosen-bridge/communication": "^1.0.0",
"@rosen-bridge/encryption": "^0.1.0",
"@rosen-bridge/detection": "^1.0.0",
"@rosen-bridge/communication": "^1.0.1",
"@rosen-bridge/encryption": "^0.1.1",
"@rosen-bridge/detection": "^1.0.1",
"await-semaphore": "^0.1.3",
"axios": "^1.4.0",
"secp256k1": "^4.0.3"
Expand Down

0 comments on commit 7112a01

Please sign in to comment.