Skip to content

Commit

Permalink
chore(release): v1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 19, 2024
1 parent 7c59833 commit 941ef01
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysite",
"version": "1.81.0",
"version": "1.82.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down Expand Up @@ -81,4 +81,4 @@
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0"
}
}
}
4 changes: 4 additions & 0 deletions src/app/components/protos/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import { Button } from '../ui/button';

/* eslint-disable */

/* eslint-disable */

/* eslint-disable */

function TypingAnimation() {
const el = useRef(null);

Expand Down
10 changes: 10 additions & 0 deletions src/app/components/reusables/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 941ef01

Please sign in to comment.