Release: v2.12.2#144
Merged
breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom Nov 24, 2025
Merged
Release: v2.12.2#144breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
Conversation
- Added separate GIFs for export (slack-export-demo.gif) and import (slack-import-demo.gif) - Excluded new GIFs from VSIX package (.vscodeignore) - Changed "rich preview cards" to "preview cards" - Changed "one-click deep links" to "one-click import" - Simplified Key Features section to highlight main features
- Added tokenManager.clearConnection() before storeManualConnection() to match delete → create flow - Changed invalidateClient(workspaceId) to invalidateClient() to clear all cached clients - Added invalidateClient() call in SLACK_DISCONNECT handler - Ensures workspace switching works correctly when updating tokens directly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.12.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge latest changes from
maintoproductionfor automated release v2.12.2.Included Changes
Bug Fixes
Enhancements
Release Version Calculation
v2.12.2 (patch bump)
Semantic Release will analyze commits since the last release (v2.12.1) and will bump the version based on:
docs: add Slack sharing demo GIFs and reorganize Key Features(docs: add Slack sharing demo GIFs and reorganize Key Features #142) → no version bump (docs prefix)fix: clear all Slack client cache on token update and disconnect(fix: clear all Slack client cache on token update and disconnect #143) → patch bumpResult: 2.12.1 + patch = 2.12.2
CHANGELOG.md Contents
The following bug fix will be included:
Documentation update (#142) will not appear in CHANGELOG (docs commits are visible but typically not highlighted).
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.