@mhamz.01/easyflow-whiteboard 2.0.0 → 2.1.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.
@@ -6,7 +6,7 @@ import { useWhiteboardStore } from "../../store/whiteboard-store";
6
6
  const AVAILABLE_DOCUMENTS = [
7
7
  {
8
8
  id: "doc-1",
9
- title: "Product Requirements Document",
9
+ title: "Product Not Requirements Document",
10
10
  project: "Website Redesign",
11
11
  breadcrumb: ["Design", "Specs"],
12
12
  preview: "This document outlines the core requirements for the new landing page including user flows, component specs, and acceptance criteria.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhamz.01/easyflow-whiteboard",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "A feature-rich whiteboard component built with Fabric.js and React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",