Skip to content

Commit

Permalink
Merge pull request #562 from Ferlab-Ste-Justine/feat/FLUI-145
Browse files Browse the repository at this point in the history
feat(chart): FLUI-145 update version for venn diagram
  • Loading branch information
lflangis authored Dec 18, 2024
2 parents c451be1 + 2b05ed9 commit 2df0b94
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 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
6 changes: 3 additions & 3 deletions storybook/package-lock.json

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

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 2df0b94

Please sign in to comment.