@withgraphite/graphite-cli 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.2.5 2024-02-27
4
+
5
+ - Adjusted the set of branches that might be included in the new prompt to update upstack branches.
6
+ - Fixed an issue where staged changes could be discarded inadvertently during a `gt sync`.
7
+ - Fixed an issue where `gt demo` would fail on Windows.
8
+ - Added an NPM `postinstall` script to ensure NodeJS version compatibility.
9
+
3
10
  # 1.2.4 2024-02-22
4
11
 
5
12
  - `gt submit` now prompts to update upstack branches with open PRs when run from a mid-stack branch.