From 2cb49158046314c51affeea812832a0465853eca Mon Sep 17 00:00:00 2001 From: Benjamin Sehl Date: Wed, 15 Jun 2022 15:45:13 -0700 Subject: [PATCH 1/4] Add Hydrogen to the list of projects using Changesets (#840) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2b6b315d..8419e8f6b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ To make releasing easier, you can use [this changesets github action](https://gi - [verdaccio](https://verdaccio.org/) - [Chakra UI](https://chakra-ui.com/) - [Astro](https://astro.build) +- [Hydrogen] (https://hydrogen.shopify.dev) # Thanks/Inspiration From cc6f4d05d72fa3cc6ac551c35c1d1288a445f8eb Mon Sep 17 00:00:00 2001 From: Pilou <24897252+plmercereau@users.noreply.github.com> Date: Thu, 16 Jun 2022 01:00:28 +0200 Subject: [PATCH 2/4] Add Nhost to the list of projects using Changesets (#839) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8419e8f6b..7fc94b5a3 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ To make releasing easier, you can use [this changesets github action](https://gi - [Firebase Javascript SDK](https://github.com/firebase/firebase-js-sdk) - [Formik](https://github.com/formium/formik) - [MobX](https://github.com/mobxjs/mobx) +- [Nhost](https://github.com/nhost/nhost) - [verdaccio](https://verdaccio.org/) - [Chakra UI](https://chakra-ui.com/) - [Astro](https://astro.build) From e0e0f04ecb31c35082790e6fed84d81142979fb6 Mon Sep 17 00:00:00 2001 From: Diego Muracciole Date: Wed, 15 Jun 2022 20:03:18 -0300 Subject: [PATCH 3/4] Add react-pdf to the list of projects using Changesets (#834) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks for this great project! I've been using it for awhile and worked great for our workflow. It would be great to add react-pdf to the list :) Co-authored-by: Mateusz Burzyński --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc94b5a3..eeed79a1f 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ To make releasing easier, you can use [this changesets github action](https://gi - [verdaccio](https://verdaccio.org/) - [Chakra UI](https://chakra-ui.com/) - [Astro](https://astro.build) -- [Hydrogen] (https://hydrogen.shopify.dev) +- [Hydrogen](https://hydrogen.shopify.dev) +- [react-pdf](https://github.com/diegomura/react-pdf) # Thanks/Inspiration From bb7690e5acecb5c57ffe18c0e95e47dc0001b839 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 15 Jun 2022 18:06:07 -0500 Subject: [PATCH 4/4] Add SvelteKit to the list of projects using Changesets (#685) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mateusz Burzyński --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeed79a1f..ad8139c75 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ To make releasing easier, you can use [this changesets github action](https://gi - [verdaccio](https://verdaccio.org/) - [Chakra UI](https://chakra-ui.com/) - [Astro](https://astro.build) +- [SvelteKit](https://kit.svelte.dev/) - [Hydrogen](https://hydrogen.shopify.dev) - [react-pdf](https://github.com/diegomura/react-pdf)