Skip to content

Commit

Permalink
Merge branch 'release/bitcoin-without-rosen-app' into 'dev'
Browse files Browse the repository at this point in the history
chore: apply changeset version to whole monorepo except rosen-app

See merge request ergo/rosen-bridge/ui!228
  • Loading branch information
zargarzadehm committed Jun 10, 2024
2 parents a88a011 + c8a6cfb commit fa0bf9f
Show file tree
Hide file tree
Showing 41 changed files with 189 additions and 116 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-birds-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-timers-roll.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/healthy-months-teach.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
'@rosen-ui/flint-wallet': patch
'@rosen-bridge/rosen-app': patch
---

Expand Down
1 change: 0 additions & 1 deletion .changeset/hungry-dragons-nail.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
'@rosen-ui/lace-wallet': patch
'@rosen-bridge/rosen-app': patch
---

Expand Down
6 changes: 0 additions & 6 deletions .changeset/itchy-dodos-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-hornets-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-rats-sit.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/ninety-ties-lie.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
'@rosen-ui/eternl-wallet': patch
'@rosen-bridge/rosen-app': patch
---

Expand Down
5 changes: 0 additions & 5 deletions .changeset/old-spies-search.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/spotty-knives-crash.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
'@rosen-bridge/ui-kit': minor
'@rosen-bridge/watcher-app': minor
'@rosen-bridge/guard-app': minor
'@rosen-bridge/rosen-app': minor
---

Expand Down
3 changes: 0 additions & 3 deletions .changeset/ten-planes-accept.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
'@rosen-ui/xdefi-wallet': patch
'@rosen-ui/constants': patch
'@rosen-ui/utils': patch
'@rosen-bridge/rosen-app': patch
---

Expand Down
1 change: 0 additions & 1 deletion .changeset/thick-eyes-hear.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
'@rosen-ui/nami-wallet': patch
'@rosen-bridge/rosen-app': patch
---

Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions .changeset/tricky-files-wash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-cycles-speak.md

This file was deleted.

15 changes: 15 additions & 0 deletions apps/guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rosen-bridge/guard-app

## 1.4.0

### Minor Changes

- Add a button to trigger ApiKeyModal when it does not set and display a warning
- Add bitcoin to the list of chains for send for signing action
- The display of IDs was improved

### Patch Changes

- Updated dependencies
- @rosen-bridge/ui-kit@1.1.0
- @rosen-ui/constants@0.0.2
- @rosen-ui/utils@0.1.2

## 1.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/guard-app",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand All @@ -15,11 +15,11 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^0.4.0",
"@rosen-bridge/ui-kit": "^1.0.0",
"@rosen-ui/constants": "^0.0.1",
"@rosen-bridge/ui-kit": "^1.1.0",
"@rosen-ui/constants": "^0.0.2",
"@rosen-ui/swr-helpers": "^0.1.0",
"@rosen-bridge/shared-contexts": "^0.0.1",
"@rosen-ui/utils": "^0.1.1",
"@rosen-ui/utils": "^0.1.2",
"moment": "^2.29.4",
"next": "14.1.0",
"react": "^18.2.0",
Expand Down
17 changes: 17 additions & 0 deletions apps/rosen-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rosen-bridge/rosen-service

## 1.0.0

### Major Changes

- save asset data individually for all bridged chains

### Minor Changes

- Upgrade to latest scanner and extractor packages
- Add Bitcoin scanner and its observation and event trigger extractors
- Store locked asset data in the database based on TokenMap file

### Patch Changes

- Updated dependencies
- @rosen-ui/asset-calculator@1.0.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/rosen-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/rosen-service",
"version": "0.3.0",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0",
"author": "Rosen Team",
Expand All @@ -24,7 +24,7 @@
"@rosen-bridge/scanner": "^4.0.0",
"@rosen-bridge/watcher-data-extractor": "^6.0.0",
"@rosen-bridge/winston-logger": "^0.2.1",
"@rosen-ui/asset-calculator": "^0.1.0",
"@rosen-ui/asset-calculator": "^1.0.0",
"config": "^3.3.7"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions apps/rosen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"@rosen-bridge/watcher-data-extractor": "^4.0.0",
"@rosen-clients/cardano-koios": "^2.0.1",
"@rosen-clients/ergo-explorer": "^1.0.2",
"@rosen-ui/asset-calculator": "^0.1.0",
"@rosen-ui/asset-calculator": "^1.0.0",
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-ui/eternl-wallet": "^0.0.4",
"@rosen-ui/flint-wallet": "^0.0.4",
"@rosen-ui/lace-wallet": "^0.0.4",
"@rosen-ui/nami-wallet": "^0.0.4",
"@rosen-ui/eternl-wallet": "^0.0.5",
"@rosen-ui/flint-wallet": "^0.0.5",
"@rosen-ui/lace-wallet": "^0.0.5",
"@rosen-ui/nami-wallet": "^0.0.5",
"@rosen-ui/nautilus-wallet": "^0.0.4",
"@rosen-ui/utils": "^0.1.1",
"@rosen-ui/utils": "^0.1.2",
"@rosen-ui/vespr-wallet": "^0.0.4",
"@rosen-ui/wallet-api": "^0.0.2",
"@rosen-ui/xdefi-wallet": "^0.2.0",
"@rosen-ui/xdefi-wallet": "^0.2.1",
"buffer": "^6.0.3",
"cbor-x": "^1.5.7",
"ergo-lib-wasm-nodejs": "^0.24.0",
Expand Down
13 changes: 13 additions & 0 deletions apps/watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rosen-bridge/watcher-app

## 2.2.0

### Minor Changes

- Add a button to trigger ApiKeyModal when it does not set and display a warning
- The display of IDs was improved

### Patch Changes

- Updated dependencies
- @rosen-bridge/ui-kit@1.1.0
- @rosen-ui/utils@0.1.2

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/watcher-app",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand All @@ -16,12 +16,12 @@
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^0.4.0",
"@rosen-bridge/json-bigint": "^0.1.0",
"@rosen-bridge/ui-kit": "^1.0.0",
"@rosen-bridge/ui-kit": "^1.1.0",
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-bridge/shared-contexts": "^0.0.1",
"@rosen-ui/swr-helpers": "^0.1.0",
"@rosen-ui/swr-mock": "^0.0.1",
"@rosen-ui/utils": "^0.1.1",
"@rosen-ui/utils": "^0.1.2",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"next": "14.1.0",
Expand Down
Loading

0 comments on commit fa0bf9f

Please sign in to comment.