Skip to content

Commit

Permalink
Merge branch 'main' into genesis-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jan 7, 2025
2 parents 20a487c + 97842ea commit a9c095e
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-rabbits-fry.md

This file was deleted.

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

## 6.28.0

### Minor Changes

- a7b0c29: transaction view ui fixes

## 6.27.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/minifront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minifront",
"version": "6.27.2",
"version": "6.28.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"pnpm": {
"overrides": {
"typescript": "5.5.3"
"typescript": "5.5.3",
"@hexxagon/feather.js": "npm:@terra-money/feather.js@1.0.9"
}
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-zone/ui

## 13.8.1

### Patch Changes

- e754ce4: Update Tooltip message prop to support ReactNode

## 13.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-zone/ui",
"version": "13.8.0",
"version": "13.8.1",
"license": "(MIT OR Apache-2.0)",
"description": "UI components for Penumbra",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/Tooltip/tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface TooltipProps {
* A string message to show in the tooltip. Note that only strings are
* allowed; for interactive content, use a `<Popover />` or a `<Dialog />`.
*/
message: string;
message: string | ReactNode;
/**
* The trigger for the tooltip.
*
Expand Down
75 changes: 38 additions & 37 deletions pnpm-lock.yaml

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

0 comments on commit a9c095e

Please sign in to comment.