From b6b4d716b381bb9b67779c11be7406f52130d506 Mon Sep 17 00:00:00 2001 From: james-gates-0212 Date: Wed, 20 Mar 2024 23:31:25 -0700 Subject: [PATCH 1/2] =?UTF-8?q?add:=20github=20badges=20for=20repository?= =?UTF-8?q?=20status=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3c5e94..428a284 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -![Auto Assign](https://github.com/james-gates-0212/portfolio/actions/workflows/auto-assign.yml/badge.svg) -![Deploy Next.js site to Pages](https://github.com/james-gates-0212/portfolio/actions/workflows/deploy-nextjs-site-to-pages.yml/badge.svg) -![Next.js Bundle Analysis](https://github.com/james-gates-0212/portfolio/actions/workflows/nextjs-bundle-analysis.yml/badge.svg) -![Proof HTML](https://github.com/james-gates-0212/portfolio/actions/workflows/proof-html.yml/badge.svg) - # ❤️Portfolio based on Next.js & tailwindcss This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). +## 🔖Repository Status + +[![Auto Assign](https://github.com/james-gates-0212/portfolio/actions/workflows/auto-assign.yml/badge.svg)](https://github.com/james-gates-0212/portfolio/actions/workflows/auto-assign.yml) +[![CodeQL](https://github.com/james-gates-0212/portfolio/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/james-gates-0212/portfolio/actions/workflows/github-code-scanning/codeql) +[![Deploy Next.js site to Pages](https://github.com/james-gates-0212/portfolio/actions/workflows/deploy-nextjs-site-to-pages.yml/badge.svg)](https://github.com/james-gates-0212/portfolio/actions/workflows/deploy-nextjs-site-to-pages.yml) +[![Next.js Bundle Analysis](https://github.com/james-gates-0212/portfolio/actions/workflows/nextjs-bundle-analysis.yml/badge.svg)](https://github.com/james-gates-0212/portfolio/actions/workflows/nextjs-bundle-analysis.yml) +[![Proof HTML](https://github.com/james-gates-0212/portfolio/actions/workflows/proof-html.yml/badge.svg)](https://github.com/james-gates-0212/portfolio/actions/workflows/proof-html.yml) + ## 📝Environment - node 18.x or later From 42bfcbb8c0960206e126c42471b8d22789353efd Mon Sep 17 00:00:00 2001 From: james-gates-0212 Date: Wed, 20 Mar 2024 23:31:45 -0700 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20version=20as=20`0.1.1`=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04fc3bb..6edda95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "portfolio", "description": "portfolio", - "version": "0.1.0", + "version": "0.1.1", "private": true, "engines": { "node": ">=18",