Skip to content

Commit 0e9f622

Browse files
authored
169 feat auto close tabs after publish (#172)
* chore(package): update plasmo and inquirer dependencies - Bumped plasmo version from 0.90.3 to 0.90.5. - Updated inquirer dependencies to their latest versions for improved functionality and security. - Added new pnpm workspace configuration for better dependency management. * feat(publish): add sync close tabs feature - Introduced a new setting to synchronize closing of tabs when the publish window is closed. - Updated the initialization logic to include the sync close tabs setting. - Enhanced the UI to allow users to toggle the sync close tabs option. - Refactored state management for published tabs to ensure consistency across updates.
1 parent eafecd1 commit 0e9f622

File tree

4 files changed

+379
-226
lines changed

4 files changed

+379
-226
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@mozilla/readability": "^0.5.0",
2020
"@plasmohq/storage": "^1.11.0",
2121
"lucide-react": "^0.447.0",
22-
"plasmo": "0.90.3",
22+
"plasmo": "0.90.5",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
2525
"react-viewer": "^3.2.2",

0 commit comments

Comments
 (0)