From daa7197c61ecf5dda66ff3342923bcccfd30e3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Gr=C3=A4f?= Date: Sat, 14 Dec 2024 10:47:55 +0100 Subject: [PATCH] version bump vite --- .gitmodules | 2 +- docs/setup.md | 20 +++++++++++--------- src/spaces | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 76bf722b..c406c642 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "src/bookmarks"] path = src/bookmarks url = https://github.com/evandor/submodule-bookmarks.git - branch = chrome-extension + branch = main [submodule "src/windows"] path = src/windows url = https://github.com/evandor/submodule-windows.git diff --git a/docs/setup.md b/docs/setup.md index 04db41c6..7dab2004 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -25,20 +25,22 @@ git checkout edge-extension make sure you added the submodules: in the root folder, run ``` +git submodule add -b main https://github.com/evandor/submodule-bookmarks.git src/bookmarks git submodule add -b main https://github.com/evandor/submodule-core.git src/core -git submodule add -b localstorage https://github.com/evandor/submodule-tabsets.git src/tabsets -git submodule add -b localstorage https://github.com/evandor/submodule-spaces.git src/spaces -git submodule add -b chrome-extension https://github.com/evandor/submodule-bookmarks.git src/bookmarks -git submodule add -b main https://github.com/evandor/submodule-windows.git src/windows -git submodule add -b main https://github.com/evandor/submodule-suggestions.git src/suggestions -git submodule add -b main https://github.com/evandor/submodule-thumbnails.git src/thumbnails git submodule add -b main https://github.com/evandor/submodule-content.git src/content git submodule add -b localstorage https://github.com/evandor/submodule-features.git src/features +git submodule add -b localstorage https://github.com/evandor/submodule-notes.git src/notes +git submodule add -b localstorage https://github.com/evandor/submodule-tabsets.git src/tabsets git submodule add -b main https://github.com/evandor/submodule-opentabs.git src/opentabs -git submodule add -b main https://github.com/evandor/submodule-snapshots.git src/snapshots -git submodule add -b main https://github.com/evandor/submodule-ui.git src/ui git submodule add -b main https://github.com/evandor/submodule-requests.git src/requests -git submodule add -b main https://github.com/evandor/submodule-navigation.git src/navigation +git submodule add -b main https://github.com/evandor/submodule-search.git src/search +git submodule add -b localstorage https://github.com/evandor/submodule-snapshots.git src/snapshots +git submodule add -b main https://github.com/evandor/submodule-spaces.git src/spaces +git submodule add -b main https://github.com/evandor/submodule-suggestions.git src/suggestions +git submodule add -b localstorage https://github.com/evandor/submodule-tabsets.git src/tabsets +git submodule add -b localstorage https://github.com/evandor/submodule-thumbnails.git src/thumbnails +git submodule add -b main https://github.com/evandor/submodule-ui.git src/ui +git submodule add -b main https://github.com/evandor/submodule-windows.git src/windows ``` diff --git a/src/spaces b/src/spaces index ab3bf0c2..28189ac5 160000 --- a/src/spaces +++ b/src/spaces @@ -1 +1 @@ -Subproject commit ab3bf0c27fa86bab16b64a87a41583ed50e815a7 +Subproject commit 28189ac5be708d7269efd420ff8c7922b608dfde