Skip to content

Commit

Permalink
Merge branch '412-preparing-for-the-release-of-ui-apps-on-november-4-…
Browse files Browse the repository at this point in the history
…2024' into 'dev'

Resolve "Preparing for the Release of UI Apps on November 4, 2024"

Closes #412

See merge request ergo/rosen-bridge/ui!338
  • Loading branch information
vorujack committed Nov 4, 2024
2 parents fa2fd07 + 6599d3d commit d233ab8
Show file tree
Hide file tree
Showing 37 changed files with 219 additions and 176 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-owls-divide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-dodos-run.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/large-rules-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-nails-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-shrimps-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-kids-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-zebras-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-pets-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-points-behave.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- Improve the sidebar component with less and cleaner code, receive version data from API

## 1.6.0

### Minor Changes
Expand Down Expand Up @@ -51,12 +57,12 @@

### Minor Changes

- add page size of 100 to tables
- link app logo to the root page
- Add page size of 100 to tables
- Link app logo to the root page

### Patch Changes

- swap the position of action buttons in api key modal
- Swap the position of action buttons in api key modal
- Updated dependencies
- @rosen-bridge/icons@0.4.0
- @rosen-bridge/ui-kit@1.0.0
Expand All @@ -66,30 +72,30 @@

### Minor Changes

- display service and ui versions in the sidebar
- Display service and ui versions in the sidebar

### Patch Changes

- upgrade nextjs version
- updated dependencies
- Upgrade nextjs version
- Updated dependencies
- @rosen-bridge/icons@0.3.0
- @rosen-bridge/ui-kit@0.2.1

## 1.1.1

### Patch Changes

- change `api_key` header to `Api-Key` to adhere to the standards
- Change `api_key` header to `Api-Key` to adhere to the standards

## 1.1.0

### Minor Changes

- add api-key authentication for server mutations
- Add api-key authentication for server mutations

### Patch Changes

- fix the chart label problems in first load
- Fix the chart label problems in first load
- Update dependencies
- @rosen-bridge/icons@0.2.0
- @rosen-bridge/shared-contexts@0.0.1
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "1.7.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^0.5.0",
"@rosen-bridge/icons": "^0.6.0",
"@rosen-bridge/shared-contexts": "^0.0.1",
"@rosen-bridge/ui-kit": "^1.4.0",
"@rosen-bridge/ui-kit": "^1.5.0",
"@rosen-ui/constants": "^0.0.4",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/utils": "^0.4.1",
Expand Down
46 changes: 29 additions & 17 deletions apps/rosen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rosen-bridge/rosen-app

## 2.2.0

### Minor Changes

- Ensure the code is compatible with the latest design
- Implement a new utility called `safeServerAction`, phase out the previous version, and update all server actions to ensure compatibility with the latest enhancements.
- Enhance server actions to align with the latest updates to the wrap/unwrap utility in preparation for the logger

### Patch Changes

- Updated the .env.example file with the latest data from the .env file

## 2.1.0

### Minor Changes
Expand All @@ -11,7 +23,7 @@
### Major Changes

- Update the `getMaxTransfer` server action in the networks to return a `WRAPPED-VALUE`.
- integrate Ethereum
- Integrate Ethereum
- Transform the Rosen amount type from a numerical format to a bigint data type.

### Minor Changes
Expand Down Expand Up @@ -108,8 +120,8 @@

### Major Changes

- upgrade @rosen-bridge/minimum-fee to latest
- implement Bitcoin max transfer calculation and update network type
- Upgrade @rosen-bridge/minimum-fee to latest
- Implement Bitcoin max transfer calculation and update network type

### Minor Changes

Expand All @@ -127,7 +139,7 @@
- Refactor the Eternl wallet logic to reside within its own package
- Make dynamic calculation for max transferable amount
- Resolve the stale balance problem, when changing the source/target wallet the balance doesn't reset.
- fix xDefi wallet getAddress API usage
- Fix xDefi wallet getAddress API usage
- Resolve the negative amount when clicking on the balance with zero value in these states

- Cardano > Ergo (ADA)
Expand All @@ -152,14 +164,14 @@

### Minor Changes

- integrate bitcoin
- add page size of 100 to tables
- add Bitcoin network
- link app logo to the root page
- Integrate bitcoin
- Add page size of 100 to tables
- Add Bitcoin network
- Link app logo to the root page

### Patch Changes

- add unit testing
- Add unit testing
- Updated dependencies
- @rosen-ui/asset-calculator@0.1.0
- @rosen-ui/xdefi-wallet@0.2.0
Expand All @@ -175,19 +187,19 @@

### Minor Changes

- upgrade extractor packages
- Upgrade extractor packages

## 0.4.0

### Minor Changes

- display service and ui versions in the sidebar
- Display service and ui versions in the sidebar

### Patch Changes

- fix the floating point number conversion to bigint problem
- upgrade nextjs version
- updated dependencies
- Fix the floating point number conversion to bigint problem
- Upgrade nextjs version
- Updated dependencies
- @rosen-ui/eternl-wallet@0.0.3
- @rosen-ui/flint-wallet@0.0.3
- @rosen-ui/lace-wallet@0.0.3
Expand All @@ -199,12 +211,12 @@

### Minor Changes

- set a maximum page size of 100 for events api
- use the shared hooks package instead of utils package to prevent server component problems
- Set a maximum page size of 100 for events api
- Use the shared hooks package instead of utils package to prevent server component problems

### Patch Changes

- fix app crash when a token fetched from database is not found
- Fix app crash when a token fetched from database is not found
- Update dependencies
- @rosen-ui/common-hooks@0.1.0
- @rosen-ui/utils@0.1.0
Expand Down
16 changes: 8 additions & 8 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.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand Down Expand Up @@ -34,15 +34,15 @@
"@rosen-network/ergo": "^1.0.0",
"@rosen-ui/asset-calculator": "^2.0.0",
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-ui/eternl-wallet": "^1.0.0",
"@rosen-ui/flint-wallet": "^1.0.0",
"@rosen-ui/lace-wallet": "^1.0.0",
"@rosen-ui/nami-wallet": "^1.0.0",
"@rosen-ui/nautilus-wallet": "^1.0.0",
"@rosen-ui/eternl-wallet": "^1.0.1",
"@rosen-ui/flint-wallet": "^1.0.1",
"@rosen-ui/lace-wallet": "^1.0.1",
"@rosen-ui/nami-wallet": "^1.0.1",
"@rosen-ui/nautilus-wallet": "^1.0.1",
"@rosen-ui/utils": "^0.4.1",
"@rosen-ui/vespr-wallet": "^0.0.8",
"@rosen-ui/vespr-wallet": "^0.0.9",
"@rosen-ui/wallet-api": "^1.0.3",
"@rosen-ui/xdefi-wallet": "^1.0.0",
"@rosen-ui/xdefi-wallet": "^1.0.1",
"@upstash/ratelimit": "^1.2.1",
"@vercel/kv": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
28 changes: 17 additions & 11 deletions apps/watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-bridge/watcher-app

## 2.6.0

### Minor Changes

- Improve the sidebar component with less and cleaner code, receive version data from API

## 2.5.0

### Minor Changes
Expand Down Expand Up @@ -66,12 +72,12 @@

### Minor Changes

- add page size of 100 to tables
- link app logo to the root page
- Add page size of 100 to tables
- Link app logo to the root page

### Patch Changes

- swap the position of action buttons in api key modal
- Swap the position of action buttons in api key modal
- Updated dependencies
- @rosen-bridge/icons@0.4.0
- @rosen-bridge/ui-kit@1.0.0
Expand All @@ -81,42 +87,42 @@

### Patch Changes

- reflect unlock api changes in frontend
- Reflect unlock api changes in frontend

## 2.0.0

### Major Changes

- reflect api upgrades in frontend
- Reflect api upgrades in frontend

## 1.2.0

### Minor Changes

- display service and ui versions in the sidebar
- Display service and ui versions in the sidebar

### Patch Changes

- upgrade nextjs version
- updated dependencies
- Upgrade nextjs version
- Updated dependencies
- @rosen-bridge/icons@0.3.0
- @rosen-bridge/ui-kit@0.2.1

## 1.1.1

### Patch Changes

- change `api_key` header to `Api-Key` to adhere to the standards
- Change `api_key` header to `Api-Key` to adhere to the standards

## 1.1.0

### Minor Changes

- add api-key authentication for server mutations
- Add api-key authentication for server mutations

### Patch Changes

- fix the chart label problems in first load
- Fix the chart label problems in first load
- Update dependencies
- @rosen-bridge/icons@0.2.0
- @rosen-bridge/shared-contexts@0.0.1
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.5.0",
"version": "2.6.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand All @@ -14,10 +14,10 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^0.5.0",
"@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.4.0",
"@rosen-bridge/ui-kit": "^1.5.0",
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-ui/constants": "^0.0.4",
"@rosen-ui/swr-helpers": "^0.2.0",
Expand Down
Loading

0 comments on commit d233ab8

Please sign in to comment.