@withgraphite/graphite-cli 1.5.2 → 1.5.3
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 +6 -0
- package/226.js +1 -1
- package/607.js +3 -0
- package/build/asset-manifest.json +2 -2
- package/build/static/js/274.4d844c91.chunk.js +1 -0
- package/build/static/js/main.js +1 -1
- package/child.js +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
- package/16.js +0 -3
- package/build/static/js/274.d7df68a1.chunk.js +0 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.5.3 2025-01-21
|
|
4
|
+
- Introduced a progress bar for `git fetch` and `git push` operations.
|
|
5
|
+
|
|
6
|
+
- Fixed an issue where feature flags could be inadvertently disabled.
|
|
7
|
+
- Adjusted some command output formatting for consistency.
|
|
8
|
+
|
|
3
9
|
# 1.5.2 2024-12-23
|
|
4
10
|
|
|
5
11
|
- Cleanup `graphite-base` branches if a submit fails to push to remote
|