From 941ef015826a3a7b9e01984a0fe69771b0b71a02 Mon Sep 17 00:00:00 2001 From: AshGw Date: Sun, 19 May 2024 20:41:26 +0100 Subject: [PATCH] chore(release): v1.82.0 --- CHANGELOG.md | 30 +++++++++++++++++++ package.json | 4 +-- src/app/components/protos/hero-section.tsx | 4 +++ .../components/reusables/code/code-block.tsx | 10 +++++++ 4 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0afe1..eaf3da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## v1.82.0 + +[compare changes](https://github.com/ashgw/ashgw.io/compare/v1.81.0...v1.82.0) + +### 🚀 Enhancements + +- Make blogs initially load 10 then 5 ([4a68b2f](https://github.com/ashgw/ashgw.io/commit/4a68b2f)) +- Make blogs load smoothly ([a60259a](https://github.com/ashgw/ashgw.io/commit/a60259a)) +- Add links for frontend performance ([c1d134a](https://github.com/ashgw/ashgw.io/commit/c1d134a)) +- **#198:** Configure SEO for the main layout ([88924e9](https://github.com/ashgw/ashgw.io/commit/88924e9)) + +### 💅 Refactors + +- New prettier formatting ([60a5c4d](https://github.com/ashgw/ashgw.io/commit/60a5c4d)) + +### 📦 Build + +- **eslint:** Now use no import rules ([7c59833](https://github.com/ashgw/ashgw.io/commit/7c59833)) + +### 🏡 Chore + +- Update links for csrf blog ([02aa897](https://github.com/ashgw/ashgw.io/commit/02aa897)) +- Update links for csrf blog ([6101415](https://github.com/ashgw/ashgw.io/commit/6101415)) +- Update links for csrf blog ([56a8837](https://github.com/ashgw/ashgw.io/commit/56a8837)) +- Update links for referer blog ([e2319c9](https://github.com/ashgw/ashgw.io/commit/e2319c9)) + +### ❤️ Contributors + +- AshGw ([@AshGw](http://github.com/AshGw)) + ## v1.81.0 [compare changes](https://github.com/ashgw/ashgw.io/compare/v1.80.0...v1.81.0) diff --git a/package.json b/package.json index c5b87b1..68f489d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysite", - "version": "1.81.0", + "version": "1.82.0", "private": true, "scripts": { "build": "next build", @@ -81,4 +81,4 @@ "tailwindcss-animate": "^1.0.7", "typed.js": "^2.1.0" } -} +} \ No newline at end of file diff --git a/src/app/components/protos/hero-section.tsx b/src/app/components/protos/hero-section.tsx index e23ba0f..605d7b1 100644 --- a/src/app/components/protos/hero-section.tsx +++ b/src/app/components/protos/hero-section.tsx @@ -15,6 +15,10 @@ import { Button } from '../ui/button'; /* eslint-disable */ +/* eslint-disable */ + +/* eslint-disable */ + function TypingAnimation() { const el = useRef(null); diff --git a/src/app/components/reusables/code/code-block.tsx b/src/app/components/reusables/code/code-block.tsx index 8ad4506..d212e53 100644 --- a/src/app/components/reusables/code/code-block.tsx +++ b/src/app/components/reusables/code/code-block.tsx @@ -41,6 +41,16 @@ import CopyButton from './copy-code'; /* eslint-disable */ // @ts-nocheck +// react-syntax-highlighter has no types + +/* eslint-disable */ +// @ts-nocheck + +// react-syntax-highlighter has no types + +/* eslint-disable */ +// @ts-nocheck + // react-syntax-highlighter has no types /* eslint-disable */ // @ts-nocheck