Skip to content

Commit

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

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

Closes #417

See merge request ergo/rosen-bridge/ui!344
  • Loading branch information
zargarzadehm committed Nov 9, 2024
2 parents 144206e + 169ff04 commit daa5df1
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-rules-drop.md

This file was deleted.

File renamed without changes.
3 changes: 1 addition & 2 deletions .changeset/strange-pumpkins-rescue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
'@rosen-bridge/watcher-app': minor
'@rosen-bridge/guard-app': minor
'@rosen-bridge/rosen-app': minor
---

Updated all applications to include a favicon for browser display
Add a favicon to enhance browser visibility
2 changes: 1 addition & 1 deletion apps/guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^0.6.0",
"@rosen-bridge/shared-contexts": "^0.0.1",
"@rosen-bridge/ui-kit": "^1.5.0",
"@rosen-bridge/ui-kit": "^1.5.1",
"@rosen-ui/constants": "^0.0.4",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/utils": "^0.4.1",
Expand Down
6 changes: 6 additions & 0 deletions apps/rosen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-bridge/rosen-app

## 2.3.0

### Minor Changes

- Add a favicon to enhance browser visibility

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "2.3.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ./.gitignore",
Expand Down
2 changes: 1 addition & 1 deletion apps/watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@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.0",
"@rosen-bridge/ui-kit": "^1.5.1",
"@rosen-ui/common-hooks": "^0.1.0",
"@rosen-ui/constants": "^0.0.4",
"@rosen-ui/swr-helpers": "^0.2.0",
Expand Down
8 changes: 4 additions & 4 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/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-bridge/ui-kit

## 1.5.1

### Patch Changes

- Address the issue concerning the display of values in the Amount component

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rosen-bridge/ui-kit",
"description": "ui kit for Rosen projects",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit daa5df1

Please sign in to comment.