From 8b06e23f4523e3d2618d12c26f6c2cc2c42685fc Mon Sep 17 00:00:00 2001 From: Torsten Knauf Date: Sat, 3 Dec 2022 13:56:08 +0100 Subject: [PATCH 1/4] docs: remove doubled word (#336) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c53210b..d3ecd5a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Hi there, thanks for being willing to contribute! ## Setup - Fork and clone the repository -- Install dependencies via via `npm install` +- Install dependencies via `npm install` - Create a new feature branch via `git checkout -b feature-branch-name` ## Testing From cb445efd67647c49eb840eb90b4eadc63496e164 Mon Sep 17 00:00:00 2001 From: Torsten Knauf Date: Sat, 3 Dec 2022 20:08:47 +0100 Subject: [PATCH 2/4] fix: remove RxJS peer dependency (#335) Closes #333 --- projects/testing-library/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 59ac5d28..0106b937 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -32,8 +32,7 @@ "@angular/common": ">= 14.0.0", "@angular/platform-browser": ">= 14.0.0", "@angular/router": ">= 14.0.0", - "@angular/core": ">= 14.0.0", - "rxjs": ">= 7.4.0" + "@angular/core": ">= 14.0.0" }, "dependencies": { "@testing-library/dom": "^8.0.0", From bf0eb409ac90ba673dfb8c680c313463ed41630a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 20:11:38 +0100 Subject: [PATCH 3/4] docs: add shaman-apprentice as a contributor for maintenance (#337) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index bc403e2a..e69da64e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -322,6 +322,15 @@ "code", "test" ] + }, + { + "login": "shaman-apprentice", + "name": "Torsten Knauf", + "avatar_url": "https://avatars.githubusercontent.com/u/3596742?v=4", + "profile": "https://github.com/shaman-apprentice", + "contributions": [ + "maintenance" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 231a0a0b..f9bfa780 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Thanks goes to these people ([emoji key][emojis]): Rokas Brazdžionis
Rokas Brazdžionis

💻 Mateus Duraes
Mateus Duraes

💻 Josh Joseph
Josh Joseph

💻 ⚠️ + Torsten Knauf
Torsten Knauf

🚧 From 2b357d17321f07d1587ab211f2e53709cc957b6a Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Sat, 3 Dec 2022 21:28:47 +0100 Subject: [PATCH 4/4] ci: add manual build trigger --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69e0fda3..bcb1859f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - 'main' - 'beta' pull_request: {} + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}