From 60a8d5154a5d6d2b121bd93aeacf12d97ef9f8cb Mon Sep 17 00:00:00 2001 From: Ibrahim <93064150+IbrahimCSAE@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:47:32 -0400 Subject: [PATCH] feat(tours): freeze versions and add licensings doc (#4407) --- platform/app/package.json | 4 ++-- platform/core/package.json | 4 ++-- platform/docs/docs/configuration/tours.md | 5 +++++ platform/ui-next/package.json | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/platform/app/package.json b/platform/app/package.json index d78f7ac66..278a119d6 100644 --- a/platform/app/package.json +++ b/platform/app/package.json @@ -98,8 +98,8 @@ "react-resize-detector": "^10.0.1", "react-router": "^6.23.1", "react-router-dom": "^6.8.1", - "react-shepherd": "^6.1.1", - "shepherd.js": "^13.0.3", + "react-shepherd": "6.1.1", + "shepherd.js": "13.0.3", "url-loader": "^4.1.1" }, "devDependencies": { diff --git a/platform/core/package.json b/platform/core/package.json index 2f18af9ea..591588ae4 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -54,8 +54,8 @@ "moment": "*", "object-hash": "2.1.1", "query-string": "^6.14.0", - "react-shepherd": "^6.1.1", - "shepherd.js": "^13.0.3", + "react-shepherd": "6.1.1", + "shepherd.js": "13.0.3", "validate.js": "^0.12.0" }, "devDependencies": { diff --git a/platform/docs/docs/configuration/tours.md b/platform/docs/docs/configuration/tours.md index 3c8828a8d..849c82f1b 100644 --- a/platform/docs/docs/configuration/tours.md +++ b/platform/docs/docs/configuration/tours.md @@ -142,6 +142,11 @@ when: { Once you have a basic tour in place, you can extend it with more advanced features like custom scrolling behavior, dynamic elements, and event-based step advancement. For more details, check out the [Shepherd.js documentation](https://shepherdjs.dev/). +## Licensing +All versions below 14.0 for Shepherd.JS is under the MIT license, if you wish to use any version above 14.0, you can visit the ShepherdJS website to learn about their pricing and plans [Shepherd.js](https://www.shepherdjs.dev/) + +[LICENSE](https://github.com/shipshapecode/shepherd?tab=License-1-ov-file#readme) + ## Demo ![Tour Demo]() diff --git a/platform/ui-next/package.json b/platform/ui-next/package.json index a004cae27..2adf287bf 100644 --- a/platform/ui-next/package.json +++ b/platform/ui-next/package.json @@ -52,8 +52,8 @@ "next-themes": "^0.3.0", "react": "^18.3.1", "react-day-picker": "^8.10.1", - "react-shepherd": "^6.1.1", - "shepherd.js": "^13.0.3", + "react-shepherd": "6.1.1", + "shepherd.js": "13.0.3", "sonner": "^1.4.41", "tailwind-merge": "^2.3.0", "tailwindcss": "3.2.4",