Skip to content

Commit

Permalink
freeze version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Oct 4, 2024
1 parent 579a592 commit b8078c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions platform/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions platform/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions platform/docs/docs/configuration/tours.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<tour-demo.gif>)
Expand Down
4 changes: 2 additions & 2 deletions platform/ui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b8078c8

Please sign in to comment.