@withgraphite/graphite-cli 1.3.8 → 1.3.10
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 +9 -0
- package/16.js +1 -1
- package/16.js.map +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.3.10 2024-06-26
|
|
4
|
+
|
|
5
|
+
- Updated `gt squash` to no-op when there are no commits to squash or only a single commit
|
|
6
|
+
- Updated all prompt suggestions to support fuzzy searching branches
|
|
7
|
+
|
|
8
|
+
# 1.3.9 2024-06-18
|
|
9
|
+
|
|
10
|
+
- Updated `gt demo` to initialize Graphite automatically if the current repo has not yet been initialized
|
|
11
|
+
|
|
3
12
|
# 1.3.8 2024-06-12
|
|
4
13
|
|
|
5
14
|
- Updated `gt absorb` to print the number of hunks that were not absorbed
|