@withgraphite/graphite-cli 1.3.5 → 1.3.6
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 +7 -0
- package/778.js +1 -1
- package/778.js.map +1 -1
- package/build/index.html +5 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.3.6 2024-05-29
|
|
4
|
+
|
|
5
|
+
- Updated `gt feedback` to not require to be run in a repo
|
|
6
|
+
|
|
7
|
+
- Fixed bug where a command could trigger thousands of parallel git commands at once causing spawn issues
|
|
8
|
+
- Fixed bug where `gt get` would try to checkout a branch that was just deleted
|
|
9
|
+
|
|
3
10
|
# 1.3.5 2024-05-22
|
|
4
11
|
|
|
5
12
|
- Updated `gt modify` to leave descendants in an unrestacked state when there are conflicts.
|