@withgraphite/graphite-cli 1.2.1 → 1.2.2
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/74.js +3 -0
- package/{658.js.LICENSE.txt → 74.js.LICENSE.txt} +12 -0
- package/778.js +3 -0
- package/778.js.map +1 -0
- package/build/asset-manifest.json +3 -3
- package/build/index.html +1 -1
- package/build/static/css/{main.44130e6a.css → main.b9bea8d6.css} +2 -2
- package/build/static/css/main.b9bea8d6.css.map +1 -0
- package/build/static/js/main.js +1 -1
- package/build/static/js/main.js.map +1 -1
- package/child.js +1 -1
- package/child.js.map +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
- package/230.js +0 -3
- package/230.js.map +0 -1
- package/658.js +0 -3
- package/build/static/css/main.44130e6a.css.map +0 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.2.2 2024-02-13
|
|
4
|
+
|
|
5
|
+
- Adjusted some copy in `gt absorb`.
|
|
6
|
+
- Fixed an issue where `gt absorb` only worked when run from the root of a repository.
|
|
7
|
+
- Fixed an issue where aborting a `gt create` could leave you in a detached state.
|
|
8
|
+
- Added protections against creating server-side PR dependency cycles.
|
|
9
|
+
|
|
3
10
|
# 1.2.1 2024-02-11
|
|
4
11
|
|
|
5
12
|
- Fixed an issue where the `gt ab` alias for absorb wasn't recognized.
|