Skip to content

Commit

Permalink
Merge branch '515-preparing-for-the-release-of-ui-apps-on-january-15-…
Browse files Browse the repository at this point in the history
…2025' into 'dev'

Resolve "Preparing for the Release of UI Apps on January 15, 2025"

Closes #515

See merge request ergo/rosen-bridge/ui!427
  • Loading branch information
vorujack committed Jan 15, 2025
2 parents b0eeb69 + f32b92f commit f0cc22b
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 53 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-mice-collect.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/modern-knives-march.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nine-lizards-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-impalas-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-badgers-crash.md

This file was deleted.

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

## 1.10.0

### Minor Changes

- Add Chain and Addresses columns to the table on the Events and History pages

### Patch Changes

- Enhance the React components by using the `PropsWithChildren` type instead of creating a custom type definition for scenarios that only require children props
- Update the Lodash version to the latest release to enhance consistency
- Updated dependencies
- @rosen-bridge/ui-kit@1.7.2
- @rosen-ui/utils@0.4.3

## 1.9.2

### Patch Changes
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.9.2",
"version": "1.10.0",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ../../.gitignore",
Expand All @@ -16,10 +16,10 @@
"@emotion/styled": "^11.11.0",
"@rosen-bridge/icons": "^1.0.0",
"@rosen-bridge/shared-contexts": "^0.0.2",
"@rosen-bridge/ui-kit": "^1.7.1",
"@rosen-bridge/ui-kit": "^1.7.2",
"@rosen-ui/constants": "^0.0.5",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/utils": "^0.4.2",
"@rosen-ui/utils": "^0.4.3",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"next": "14.1.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/rosen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rosen-bridge/rosen-app

## 4.0.2

### Patch Changes

- Update the Lodash version to the latest release to enhance consistency
- Updated dependencies
- @rosen-bridge/ui-kit@1.7.2
- @rosen-ui/utils@0.4.3

## 4.0.1

### Patch 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": "4.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ../../.gitignore",
Expand All @@ -26,7 +26,7 @@
"@rosen-bridge/observation-extractor": "^5.0.8",
"@rosen-bridge/scanner": "^5.0.0",
"@rosen-bridge/tokens": "^1.2.1",
"@rosen-bridge/ui-kit": "^1.7.1",
"@rosen-bridge/ui-kit": "^1.7.2",
"@rosen-bridge/watcher-data-extractor": "^9.0.0",
"@rosen-clients/cardano-koios": "^2.0.1",
"@rosen-clients/ergo-explorer": "^1.0.2",
Expand All @@ -45,7 +45,7 @@
"@rosen-ui/okx-wallet": "^1.1.0",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/types": "^0.3.1",
"@rosen-ui/utils": "^0.4.2",
"@rosen-ui/utils": "^0.4.3",
"@rosen-ui/wallet-api": "^1.1.0",
"@upstash/ratelimit": "^1.2.1",
"@vercel/kv": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rosen-bridge/watcher-app

## 3.1.3

### Patch Changes

- Enhance the React components by using the `PropsWithChildren` type instead of creating a custom type definition for scenarios that only require children props
- Update the Lodash version to the latest release to enhance consistency
- Updated dependencies
- @rosen-bridge/ui-kit@1.7.2
- @rosen-ui/utils@0.4.3

## 3.1.2

### Patch 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": "3.1.2",
"version": "3.1.3",
"private": true,
"scripts": {
"prettify": "prettier --write . --ignore-path ../../.gitignore",
Expand All @@ -17,12 +17,12 @@
"@rosen-bridge/icons": "^1.0.0",
"@rosen-bridge/json-bigint": "^0.1.0",
"@rosen-bridge/shared-contexts": "^0.0.2",
"@rosen-bridge/ui-kit": "^1.7.1",
"@rosen-bridge/ui-kit": "^1.7.2",
"@rosen-ui/common-hooks": "^0.1.1",
"@rosen-ui/constants": "^0.0.5",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/swr-mock": "^0.0.3",
"@rosen-ui/utils": "^0.4.2",
"@rosen-ui/utils": "^0.4.3",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"next": "14.1.0",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rosen-bridge/ui-kit

## 1.7.2

### Patch Changes

- Update the rows per page options to remove the number 5 from the display
- Update the theme key in local storage to resolve the initialization loading bug
- Updated dependency @rosen-ui/utils@0.4.3

## 1.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "1.7.2",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@rosen-ui/common-hooks": "^0.1.1",
"@rosen-ui/constants": "^0.0.5",
"@rosen-ui/swr-helpers": "^0.2.0",
"@rosen-ui/utils": "^0.4.2",
"@rosen-ui/utils": "^0.4.3",
"moment": "^2.29.4",
"qrcode.react": "^3.1.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rosen-ui/utils

## 0.4.3

### Patch Changes

- Update the Lodash version to the latest release to enhance consistency

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-ui/utils",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"description": "This is a private package utilized within Rosen UI apps",
"main": "dist/src/index.js",
Expand Down

0 comments on commit f0cc22b

Please sign in to comment.