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!38
  • Loading branch information
vorujack committed Nov 8, 2024
2 parents aeec351 + 202cbfe commit 993ae2a
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-chefs-protect.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nine-colts-kneel.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/shiny-lizards-wave.md

This file was deleted.

18 changes: 9 additions & 9 deletions package-lock.json

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

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

## 1.0.0

### Major Changes

- Refactor constructor interfaces, add messageEnc and remove unnecessary secrets
2 changes: 1 addition & 1 deletion packages/communication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/communication",
"version": "0.1.0",
"version": "1.0.0",
"description": "abstractly manage communication between endpoints",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @rosen-bridge/detection

## 1.0.0

### Major Changes

- Refactor constructor interfaces, add messageEnc and remove unnecessary secrets

### Patch Changes

- Updated dependencies
- @rosen-bridge/communication@1.0.0
4 changes: 2 additions & 2 deletions packages/detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/detection",
"version": "0.1.0",
"version": "1.0.0",
"description": "find available endpoints in private network",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@rosen-bridge/abstract-logger": "^1.0.0",
"@rosen-bridge/communication": "^0.1.0",
"@rosen-bridge/communication": "^1.0.0",
"@rosen-bridge/encryption": "^0.1.0"
},
"engines": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ergo-multi-sig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @rosen-bridge/ergo-multi-sig

## 1.0.0

### Major Changes

- Made Ergo MultiSignature procedure more efficient
- Refactor constructor interfaces, add messageEnc and remove unnecessary secrets

### Patch Changes

- Updated dependencies
- @rosen-bridge/communication@1.0.0
- @rosen-bridge/detection@1.0.0
6 changes: 3 additions & 3 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": "0.1.0",
"version": "1.0.0",
"description": "multi signature protocol for ergo network",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"license": "GPL-3.0",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@rosen-bridge/abstract-logger": "^2.0.1",
"@rosen-bridge/detection": "^0.1.0",
"@rosen-bridge/detection": "^1.0.0",
"@rosen-bridge/encryption": "^0.1.0",
"@rosen-bridge/communication": "^0.1.0",
"@rosen-bridge/communication": "^1.0.0",
"await-semaphore": "^0.1.3",
"blakejs": "^1.2.1",
"ergo-lib-wasm-nodejs": "^0.24.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/tss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rosen-bridge/tss

## 4.0.0

### Major Changes

- Refactor constructor interfaces, add messageEnc and remove unnecessary secrets
- Split communication, detection and encryption packages

### Patch Changes

- Updated dependencies
- @rosen-bridge/communication@1.0.0
- @rosen-bridge/detection@1.0.0

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/tss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/tss",
"version": "3.0.1",
"version": "4.0.0",
"description": "TypeScript library for building and validating TSS signatures.",
"repository": "https://github.com/rosen-bridge/sign-protocols",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.1",
"@rosen-bridge/abstract-logger": "^1.0.0",
"@rosen-bridge/communication": "^0.1.0",
"@rosen-bridge/communication": "^1.0.0",
"@rosen-bridge/encryption": "^0.1.0",
"@rosen-bridge/detection": "^0.1.0",
"@rosen-bridge/detection": "^1.0.0",
"await-semaphore": "^0.1.3",
"axios": "^1.4.0",
"blakejs": "^1.2.1",
Expand Down

0 comments on commit 993ae2a

Please sign in to comment.