From d4e2b4c4ead8f8b5f688d391404ab064754af01d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:30:02 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15eabe9d..1950ba04 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-) Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with [npm](https://docs.npmjs.com/) : [React](https://react.dev/learn), [Angular](https://angular.dev/overview), [Vue](https://vuejs.org/guide/introduction.html), [Lit](https://lit.dev/), [Svelte](https://svelte.dev/docs/introduction), [Astro](https://docs.astro.build/en/getting-started/), [SolidJS](https://www.solidjs.com/guides/getting-started) …) alongside [Quarkus](https://quarkus.io/). It is possible to use it with a Quarkus backend in a single project. @@ -128,6 +128,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d threadlock05
threadlock05

🐛 Eric Deandrea
Eric Deandrea

🐛 Alex Kovalenko
Alex Kovalenko

💻 + Daniel Fiala
Daniel Fiala

💻 🐛 From 9ba4fbd8f25c20b8f6bb1282c62b29824258342b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:30:03 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index d3f0351c..c48e1cc7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -288,6 +288,16 @@ "contributions": [ "code" ] + }, + { + "login": "zZHorizonZz", + "name": "Daniel Fiala", + "avatar_url": "https://avatars.githubusercontent.com/u/60035933?v=4", + "profile": "https://github.com/zZHorizonZz", + "contributions": [ + "code", + "bug" + ] } ], "contributorsPerLine": 7,