diff --git a/app/page.tsx b/app/page.tsx index 7a2c316..804a109 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,7 +6,7 @@ import { cn } from "@/lib/utils"; import AnimatedShinyText from "@/components/ui/animated-shiny-text"; import { getMetadata } from "@/app/layout"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; - +// v1.14.0 export const metadata = getMetadata({ title: "Home", }); @@ -25,7 +25,7 @@ export default function Home() { )} > - 🚀 New Version - Release v1.13.10 + 🚀 New Version - Release v1.14.0 diff --git a/contents/docs/changelog/version-1/index.mdx b/contents/docs/changelog/version-1/index.mdx index b0ffec7..5c29a33 100644 --- a/contents/docs/changelog/version-1/index.mdx +++ b/contents/docs/changelog/version-1/index.mdx @@ -1,13 +1,51 @@ --- title: Release Version 1.0+ description: List of latest changes and updates on DocuBook -date: 24-05-2025 +date: 02-08-2025 --- This changelog contains a list of all the changes made to the DocuBook template. It will be updated with each new release and will include information about new features, bug fixes, and other improvements. +
+### v 1.14.0 +
+ + + + - Add workflows to run Sync NPM package + - Add sync-from-npm.yml + - Add PR to organization github.com/DocuBook/docubook + + + +
+### v 1.13.9 +
+ + + + - Added proper type definitions for unist-util-visit + - Added .eslintrc.json configuration file + - Added proper type checking for node values in markdown processing + + + - Enhanced type safety in lib/markdown.ts with proper TypeScript interfaces + - Converted interface extensions to type aliases in UI components for consistency + - Improved code organization across multiple files + + + - Fixed potential null reference in markdown.ts when processing code blocks + - Updated import for MDXRemote in mdx-provider.tsx + - Optimized event listener cleanup in toc-observer.tsx + + + - Removed unused state and variables in toc-observer.tsx + - Removed unused imports for cleaner codebase + + +
### v 1.13.6
@@ -601,4 +639,4 @@ date: 24-05-2025 - Search functionality - Dark mode support - + \ No newline at end of file diff --git a/next-env.d.ts b/next-env.d.ts deleted file mode 100644 index 40c3d68..0000000 --- a/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/package.json b/package.json index e34fc4a..afebb32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docubook", - "version": "1.13.10", + "version": "1.14.0", "private": true, "scripts": { "dev": "next dev", diff --git a/public/images/img-playground.png b/public/images/img-playground.png deleted file mode 100644 index 403953f..0000000 Binary files a/public/images/img-playground.png and /dev/null differ diff --git a/public/images/new-editor.png b/public/images/new-editor.png deleted file mode 100644 index c8f02f3..0000000 Binary files a/public/images/new-editor.png and /dev/null differ diff --git a/public/images/release-note.png b/public/images/release-note.png deleted file mode 100644 index 0f94f74..0000000 Binary files a/public/images/release-note.png and /dev/null differ diff --git a/public/images/snippet.png b/public/images/snippet.png deleted file mode 100644 index 0c6034d..0000000 Binary files a/public/images/snippet.png and /dev/null differ diff --git a/public/images/view-changelog.png b/public/images/view-changelog.png deleted file mode 100644 index cf7c6e0..0000000 Binary files a/public/images/view-changelog.png and /dev/null differ