From cb575767b28958313e8452cea7b0fa97f395a232 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-dev@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:30:40 +0200 Subject: [PATCH 1/2] chore: update members/bolt.json Hey! As we don't know yet if the distribution of the 100K fund will drip into the next year and who are the recipients, I think what we could do now is add the 2025 entry with the projected 75K for the currently announced monthly sponsorings in the [blog post](https://blog.stackblitz.com/posts/bolt-100k-oss-fund/). The entry can then be updated with a report later in the year or at the beginning of 26. --- src/content/members/bolt.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/content/members/bolt.json b/src/content/members/bolt.json index 312d899f..3bbec219 100644 --- a/src/content/members/bolt.json +++ b/src/content/members/bolt.json @@ -6,6 +6,13 @@ "jobsUrl": "https://jobs.lever.co/stackblitz", "joinDate": "2024-09-19", "annualReports": [ + { + "url": "https://blog.stackblitz.com/posts/bolt-100k-oss-fund/", + "year": "2025", + "reportDate": "2025-02-13", + "averageNumberOfDevs": 22, + "usdAmountPaid": 75000 + }, { "url": "https://blog.stackblitz.com/posts/stackblitz-joins-osspledge/", "year": "2024", @@ -14,4 +21,4 @@ "usdAmountPaid": 95000 } ] -} \ No newline at end of file +} From 0d48e75c2b9f076dc2e8a6dfe179f300e1692aed Mon Sep 17 00:00:00 2001 From: patak-dev Date: Fri, 15 Aug 2025 15:36:02 +0200 Subject: [PATCH 2/2] chore: breakline --- src/content/members/bolt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/members/bolt.json b/src/content/members/bolt.json index 3bbec219..b12ce601 100644 --- a/src/content/members/bolt.json +++ b/src/content/members/bolt.json @@ -21,4 +21,4 @@ "usdAmountPaid": 95000 } ] -} +} \ No newline at end of file