Skip to content

Commit

Permalink
Merge branch '425-preparing-for-the-release-of-rosen-app-on-november-…
Browse files Browse the repository at this point in the history
…16-2024' into 'dev'

Resolve "Preparing for the Release of Rosen App on November 16, 2024"

Closes #425

See merge request ergo/rosen-bridge/ui!352
  • Loading branch information
zargarzadehm committed Nov 16, 2024
2 parents 0230e3c + aab86a8 commit 1829c3a
Show file tree
Hide file tree
Showing 26 changed files with 94 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-cycles-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-days-suffer.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/itchy-mirrors-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-ants-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-mayflies-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-mice-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-crews-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-drinks-clap.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^0.6.0",
"@rosen-bridge/shared-contexts": "^0.0.1",
"@rosen-bridge/ui-kit": "^1.5.1",
"@rosen-ui/constants": "^0.0.4",
"@rosen-bridge/ui-kit": "^1.5.2",
"@rosen-ui/constants": "^0.0.5",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/utils": "^0.4.1",
"moment": "^2.29.4",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-ui/swr-mock": "^0.0.1",
"@rosen-ui/types": "^0.3.0",
"@rosen-ui/types": "^0.3.1",
"@tauri-apps/cli": "^1.4.0",
"@types/moment": "^2.13.0",
"@types/node": "20.2.5",
Expand Down
6 changes: 6 additions & 0 deletions apps/rosen-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-bridge/rosen-service

## 2.1.0

### Minor Changes

- Update bitcoin scanner to use rpc endpoint instead of esplora.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.1.0",
"private": true,
"license": "GPL-3.0",
"author": "Rosen Team",
Expand Down
13 changes: 13 additions & 0 deletions apps/rosen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rosen-bridge/rosen-app

## 2.4.0

### Minor Changes

- Develop a filtering mechanism for the bridge page that excludes tokens listed on a blacklist
- Revise the Prettier configuration to ensure that imports are sorted

### Patch Changes

- Replaced token strings with NATIVE_TOKENS constants
- Update scanner packages
- Resolve the issue concerning token removal in the autocomplete input field, ensuring accurate recalculation and display of fees

## 2.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/rosen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/rosen-app",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@rosen-bridge/watcher-data-extractor": "^9.0.0",
"@rosen-clients/cardano-koios": "^2.0.1",
"@rosen-clients/ergo-explorer": "^1.0.2",
"@rosen-network/bitcoin": "^1.0.0",
"@rosen-network/bitcoin": "^1.0.1",
"@rosen-network/cardano": "^1.0.0",
"@rosen-network/ergo": "^1.0.0",
"@rosen-ui/asset-calculator": "^2.0.0",
Expand All @@ -42,7 +42,7 @@
"@rosen-ui/utils": "^0.4.1",
"@rosen-ui/vespr-wallet": "^0.0.9",
"@rosen-ui/wallet-api": "^1.0.3",
"@rosen-ui/xdefi-wallet": "^1.0.1",
"@rosen-ui/xdefi-wallet": "^1.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@upstash/ratelimit": "^1.2.1",
"@vercel/kv": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@rosen-bridge/icons": "^0.6.0",
"@rosen-bridge/json-bigint": "^0.1.0",
"@rosen-bridge/shared-contexts": "^0.0.1",
"@rosen-bridge/ui-kit": "^1.5.1",
"@rosen-bridge/ui-kit": "^1.5.2",
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-ui/constants": "^0.0.4",
"@rosen-ui/constants": "^0.0.5",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/swr-mock": "^0.0.1",
"@rosen-ui/utils": "^0.4.1",
Expand All @@ -34,7 +34,7 @@
"swr": "^2.1.5"
},
"devDependencies": {
"@rosen-ui/types": "^0.3.0",
"@rosen-ui/types": "^0.3.1",
"@tauri-apps/cli": "^1.4.0",
"@types/lodash-es": "^4.17.11",
"@types/moment": "^2.13.0",
Expand Down
6 changes: 6 additions & 0 deletions networks/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-network/bitcoin

## 1.0.1

### Patch Changes

- Updated the @rosen-ui/constants@0.0.5 dependency

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions networks/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-network/bitcoin",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@rosen-bridge/address-codec": "^0.3.0",
"@rosen-bridge/bitcoin-utxo-selection": "^0.2.0",
"@rosen-ui/constants": "^0.0.4",
"@rosen-ui/constants": "^0.0.5",
"@rosen-ui/wallet-api": "^1.0.3",
"axios": "^1.7.2",
"bitcoinjs-lib": "^6.1.6"
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-ui/constants

## 0.0.5

### Patch Changes

- Introduced a new constant for NATIVE_TOKENS

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-ui/constants",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-ui/types

## 0.3.1

### Patch Changes

- Updated the @rosen-ui/constants@0.0.5 dependency

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-ui/types",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -21,6 +21,6 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@rosen-ui/constants": "^0.0.4"
"@rosen-ui/constants": "^0.0.5"
}
}
7 changes: 7 additions & 0 deletions packages/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rosen-bridge/ui-kit

## 1.5.2

### Patch Changes

- Unified loading spinners across app versions, UI and contract displays
- Updated the @rosen-ui/constants@0.0.5 dependency

## 1.5.1

### Patch Changes
Expand Down
Loading

0 comments on commit 1829c3a

Please sign in to comment.