From f7f45dd07485fbbce1934e9dd17bd477e445b591 Mon Sep 17 00:00:00 2001 From: Himika Sarkar Date: Sun, 6 Nov 2022 00:31:39 +0530 Subject: [PATCH 1/3] feat(json): Updated data.json --- data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..85cb85b8 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,17 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Storybook JS", + "link": "https://github.com/storybookjs/storybook, + "label": "good first issue", + "technologies": [ + "TypeScript", + "JavaScript" + ], + "description": "Storybook is a frontend workshop for building UI components and pages in isolation." } + ] } From 3d34a7b912984b4113a158f27d4ff32a59220c67 Mon Sep 17 00:00:00 2001 From: Himika Sarkar Date: Sun, 6 Nov 2022 00:32:44 +0530 Subject: [PATCH 2/3] feat(json): corrected typo --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 85cb85b8..1ff1c85a 100644 --- a/data.json +++ b/data.json @@ -2088,7 +2088,7 @@ }, { "name": "Storybook JS", - "link": "https://github.com/storybookjs/storybook, + "link": "https://github.com/storybookjs/storybook", "label": "good first issue", "technologies": [ "TypeScript", From 7713631ea22b036797a3384b82fc37f0642193bd Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:57:42 +0100 Subject: [PATCH 3/3] Update data.json --- data.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data.json b/data.json index 1ff1c85a..a7655c66 100644 --- a/data.json +++ b/data.json @@ -2096,6 +2096,5 @@ ], "description": "Storybook is a frontend workshop for building UI components and pages in isolation." } - ] }