From b899c7b4a0c030cbd1a66dc522dcc28934c2e42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:54:30 +0200 Subject: [PATCH 1/2] add missing sidebar to 12-13 migration --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index ae46e2564..927df6cd2 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -85,6 +85,7 @@ module.exports = { ], Tutorials: ['tutorials/intro'], Migrations: [ + 'migrations/12-13', 'migrations/11-12', 'migrations/10-11', 'migrations/9-10', From 17b82588ec51c90eefb411c974e7a0b0d8b34e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:55:48 +0200 Subject: [PATCH 2/2] update deps --- website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/package.json b/website/package.json index 89ee4e001..d3c32aa50 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/docs", - "version": "9.1.0", + "version": "9.1.1", "description": "A documentation website for Eightshift open source projects.", "author": { "name": "Eightshift team", @@ -34,10 +34,10 @@ "dependencies": { "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.4.0", - "@eightshift/ui-components": "^1.4.4", + "@eightshift/ui-components": "^1.4.6", "@infinum/docusaurus-theme": "^0.5.0", "@mdx-js/react": "^3.0.1", - "@wp-playground/client": "^0.9.26", + "@wp-playground/client": "^0.9.28", "clsx": "^2.1.1", "es-text-loader": "file:plugins/es-text-loader", "prism-react-renderer": "^2.3.1",