@docubook/create 1.13.10 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docubook/create",
3
- "version": "1.13.10",
3
+ "version": "1.14.0",
4
4
  "description": "CLI to create DocuBook projects",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -6,7 +6,7 @@ import { cn } from "@/lib/utils";
6
6
  import AnimatedShinyText from "@/components/ui/animated-shiny-text";
7
7
  import { getMetadata } from "@/app/layout";
8
8
  import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
9
-
9
+ // v1.14.0
10
10
  export const metadata = getMetadata({
11
11
  title: "Home",
12
12
  });
@@ -25,7 +25,7 @@ export default function Home() {
25
25
  )}
26
26
  >
27
27
  <AnimatedShinyText className="inline-flex items-center justify-center px-4 py-1 transition ease-out hover:text-neutral-100 hover:duration-300 hover:dark:text-neutral-200">
28
- <span>🚀 New Version - Release v1.13.9</span>
28
+ <span>🚀 New Version - Release v1.14.0</span>
29
29
  <ArrowRightIcon className="ml-1 size-3 transition-transform duration-300 ease-in-out group-hover:translate-x-0.5" />
30
30
  </AnimatedShinyText>
31
31
  </div>
@@ -1,13 +1,51 @@
1
1
  ---
2
2
  title: Release Version 1.0+
3
3
  description: List of latest changes and updates on DocuBook
4
- date: 24-05-2025
4
+ date: 02-08-2025
5
5
  ---
6
6
 
7
7
  <Note type="note" title="Version History">
8
8
  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.
9
9
  </Note>
10
10
 
11
+ <div className="sr-only">
12
+ ### v 1.14.0
13
+ </div>
14
+
15
+ <Release version="1.14.0" date="2025-08-02" title="Dev: Add workflow to run Sync NPM package">
16
+ <Changes type="added">
17
+ - Add workflows to run Sync NPM package
18
+ - Add sync-from-npm.yml
19
+ - Add PR to organization github.com/DocuBook/docubook
20
+ </Changes>
21
+ </Release>
22
+
23
+ <div className="sr-only">
24
+ ### v 1.13.9
25
+ </div>
26
+
27
+ <Release version="1.13.9" date="2025-07-27" title="Code Cleanup & Stability Improvements">
28
+ <Changes type="added">
29
+ - Added proper type definitions for unist-util-visit
30
+ - Added .eslintrc.json configuration file
31
+ - Added proper type checking for node values in markdown processing
32
+ </Changes>
33
+ <Changes type="improved">
34
+ - Enhanced type safety in lib/markdown.ts with proper TypeScript interfaces
35
+ - Converted interface extensions to type aliases in UI components for consistency
36
+ - Improved code organization across multiple files
37
+ </Changes>
38
+ <Changes type="fixed">
39
+ - Fixed potential null reference in markdown.ts when processing code blocks
40
+ - Updated import for MDXRemote in mdx-provider.tsx
41
+ - Optimized event listener cleanup in toc-observer.tsx
42
+ </Changes>
43
+ <Changes type="removed">
44
+ - Removed unused state and variables in toc-observer.tsx
45
+ - Removed unused imports for cleaner codebase
46
+ </Changes>
47
+ </Release>
48
+
11
49
  <div className="sr-only">
12
50
  ### v 1.13.6
13
51
  </div>
@@ -601,4 +639,4 @@ date: 24-05-2025
601
639
  - Search functionality
602
640
  - Dark mode support
603
641
  </Changes>
604
- </Release>
642
+ </Release>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docubook",
3
- "version": "1.13.10",
3
+ "version": "1.14.0",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "dev": "next dev",
Binary file