Skip to content

Commit

Permalink
fix: fallback to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 23, 2024
1 parent eb0ba4c commit f4a3d33
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
## v1.84.0

[compare changes](https://github.com/ashgw/ashgw.io/compare/v1.83.0...v1.84.0)

### 🏡 Chore

- Update blogs with new links ([6d763ad](https://github.com/ashgw/ashgw.io/commit/6d763ad))

### ❤️ Contributors

- AshGw <AshrefGw@proton.me>

## v1.83.0

[compare changes](https://github.com/ashgw/ashgw.io/compare/v1.82.0...v1.83.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.84.0",
"version": "1.83.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down Expand Up @@ -82,4 +82,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 @@ -357,6 +357,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 @@ -88,6 +88,16 @@ import CopyButton from './copy-code';

// 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
SyntaxHighlighter.registerLanguage('rust', rust);
Expand Down

0 comments on commit f4a3d33

Please sign in to comment.