Skip to content

Commit

Permalink
feat(chart): FLUI-145 update version for venn diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lflangis committed Dec 18, 2024
1 parent c451be1 commit 07f3058
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/ui/Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 10.15.0 2024-12-18
- fix: FLUI-145 Add Venn chart

### 10.14.6 2024-12-17
- fix: FLUI-61 facet default operator min and max not required

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

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

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": "@ferlab/ui",
"version": "10.14.6",
"version": "10.15.0",
"description": "Core components for scientific research data portals",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions storybook/stories/Components/Chart/venn.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ export const VennChartWithTwoSets = () => (
operations={[
{
alias: 'S₁',
operation: '(S₁)-(S₂∩S₃)',
operation: '(S₁)-(S₁∩S₂)',
sqon,
count: 900
},
{
alias: 'S₂',
operation: '(S₂)-(S₁∩S)',
operation: '(S₂)-(S₁∩S)',
sqon,
count: 1100
},
Expand Down

0 comments on commit 07f3058

Please sign in to comment.