@spencer-kit/coder-studio 0.4.6 → 0.4.8

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#67](https://github.com/spencerkit/coder-studio/pull/67) [`070a729`](https://github.com/spencerkit/coder-studio/commit/070a729c37ca6438eb264bbeae0ee613e51ea753) Thanks [@pallyoung](https://github.com/pallyoung)! - Refine workspace theming and session ergonomics by adding pane drag reordering,
8
+ stabilizing update checks, hardening PTY color environment isolation, and
9
+ polishing shared desktop surfaces across the app.
10
+
11
+ ## 0.4.7
12
+
13
+ ### Patch Changes
14
+
15
+ - [#64](https://github.com/spencerkit/coder-studio/pull/64) [`d14fe08`](https://github.com/spencerkit/coder-studio/commit/d14fe08d7861652a9290559d5a59aa766c286309) Thanks [@pallyoung](https://github.com/pallyoung)! - Refine workspace theming and session ergonomics by adding pane drag reordering,
16
+ stabilizing update checks, hardening PTY color environment isolation, and
17
+ polishing shared desktop surfaces across the app.
18
+
3
19
  ## 0.4.6
4
20
 
5
21
  ### Patch Changes