diff --git a/.changeset/serious-paws-remember.md b/.changeset/serious-paws-remember.md deleted file mode 100644 index 8bcf9c1..0000000 --- a/.changeset/serious-paws-remember.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"krohnkite-core": patch -"yakite": patch -"yakite-bridge": patch -"yakite-config": patch -"yakite-daemon": patch -"yakite-message": patch -"yakite-toast": patch -"yakite-yabai": patch ---- - -chore: enable file log diff --git a/apps/krohnkite-core/CHANGELOG.md b/apps/krohnkite-core/CHANGELOG.md index 701e4a5..752f135 100644 --- a/apps/krohnkite-core/CHANGELOG.md +++ b/apps/krohnkite-core/CHANGELOG.md @@ -1,5 +1,11 @@ # krohnkite-core +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + ## 0.1.7 ### Patch Changes diff --git a/apps/krohnkite-core/package.json b/apps/krohnkite-core/package.json index 3f5c6b9..bb54250 100644 --- a/apps/krohnkite-core/package.json +++ b/apps/krohnkite-core/package.json @@ -1,6 +1,6 @@ { "name": "krohnkite-core", - "version": "0.1.7", + "version": "0.1.8", "description": "", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite-bridge/CHANGELOG.md b/apps/yakite-bridge/CHANGELOG.md index b23f05e..0a23017 100644 --- a/apps/yakite-bridge/CHANGELOG.md +++ b/apps/yakite-bridge/CHANGELOG.md @@ -1,5 +1,17 @@ # yakite-bridge +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + +- Updated dependencies [[`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba)]: + - krohnkite-core@0.1.8 + - yakite-config@0.1.8 + - yakite-message@0.1.8 + - yakite-yabai@0.1.8 + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite-bridge/package.json b/apps/yakite-bridge/package.json index 8d21a79..b94a11f 100644 --- a/apps/yakite-bridge/package.json +++ b/apps/yakite-bridge/package.json @@ -1,6 +1,6 @@ { "name": "yakite-bridge", - "version": "0.1.7", + "version": "0.1.8", "description": "A dynamic tiled window management that bridges the gap between yabai and krohnkite", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite-config/CHANGELOG.md b/apps/yakite-config/CHANGELOG.md index 2552d91..fc55b9f 100644 --- a/apps/yakite-config/CHANGELOG.md +++ b/apps/yakite-config/CHANGELOG.md @@ -1,5 +1,14 @@ # yakite-config +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + +- Updated dependencies [[`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba)]: + - krohnkite-core@0.1.8 + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite-config/package.json b/apps/yakite-config/package.json index ad5dfa7..dcd59f7 100644 --- a/apps/yakite-config/package.json +++ b/apps/yakite-config/package.json @@ -1,6 +1,6 @@ { "name": "yakite-config", - "version": "0.1.7", + "version": "0.1.8", "description": "A dynamic tiled window management that bridges the gap between yabai and krohnkite", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite-daemon/CHANGELOG.md b/apps/yakite-daemon/CHANGELOG.md index 279419d..1a85e7a 100644 --- a/apps/yakite-daemon/CHANGELOG.md +++ b/apps/yakite-daemon/CHANGELOG.md @@ -1,5 +1,18 @@ # yakite-daemon +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + +- Updated dependencies [[`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba)]: + - krohnkite-core@0.1.8 + - yakite-bridge@0.1.8 + - yakite-config@0.1.8 + - yakite-message@0.1.8 + - yakite-yabai@0.1.8 + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite-daemon/package.json b/apps/yakite-daemon/package.json index 4dff6a6..83fdbf1 100644 --- a/apps/yakite-daemon/package.json +++ b/apps/yakite-daemon/package.json @@ -1,6 +1,6 @@ { "name": "yakite-daemon", - "version": "0.1.7", + "version": "0.1.8", "description": "A dynamic tiled window management that bridges the gap between yabai and krohnkite", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite-message/CHANGELOG.md b/apps/yakite-message/CHANGELOG.md index 28c68b2..76f4b06 100644 --- a/apps/yakite-message/CHANGELOG.md +++ b/apps/yakite-message/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite-message +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite-message/package.json b/apps/yakite-message/package.json index d07cfa6..1ece164 100644 --- a/apps/yakite-message/package.json +++ b/apps/yakite-message/package.json @@ -1,6 +1,6 @@ { "name": "yakite-message", - "version": "0.1.7", + "version": "0.1.8", "description": "A dynamic tiled window management that bridges the gap between yabai and krohnkite", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite-toast/CHANGELOG.md b/apps/yakite-toast/CHANGELOG.md index 59898b6..68ff751 100644 --- a/apps/yakite-toast/CHANGELOG.md +++ b/apps/yakite-toast/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite-toast +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite-toast/package.json b/apps/yakite-toast/package.json index 31c09af..3e3ae40 100644 --- a/apps/yakite-toast/package.json +++ b/apps/yakite-toast/package.json @@ -1,11 +1,11 @@ { "name": "yakite-toast", "private": true, - "version": "0.1.7", + "version": "0.1.8", "changesetsExtra": { "language": "objective-c", "sources": ["src/yakite-toast.m"], "versionUpdatePolicy": "source-code-replacement", - "prevVersion": "0.1.7" + "prevVersion": "0.1.8" } } diff --git a/apps/yakite-toast/src/yakite-toast.m b/apps/yakite-toast/src/yakite-toast.m index 0661069..a776e6b 100644 --- a/apps/yakite-toast/src/yakite-toast.m +++ b/apps/yakite-toast/src/yakite-toast.m @@ -52,7 +52,7 @@ int main(int argc, const char * argv[]) { BOOL help = [arguments containsObject:@"--help"]; if (version) { - printf("Version: 0.1.7\n"); + printf("Version: 0.1.8\n"); return 0; } diff --git a/apps/yakite-yabai/CHANGELOG.md b/apps/yakite-yabai/CHANGELOG.md index e4bdf88..72ed17b 100644 --- a/apps/yakite-yabai/CHANGELOG.md +++ b/apps/yakite-yabai/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite-yabai +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite-yabai/package.json b/apps/yakite-yabai/package.json index 11f6711..4271d86 100644 --- a/apps/yakite-yabai/package.json +++ b/apps/yakite-yabai/package.json @@ -1,6 +1,6 @@ { "name": "yakite-yabai", - "version": "0.1.7", + "version": "0.1.8", "description": "A dynamic tiled window management that bridges the gap between yabai and krohnkite", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite/CHANGELOG.md b/apps/yakite/CHANGELOG.md index 52867af..c6cdec6 100644 --- a/apps/yakite/CHANGELOG.md +++ b/apps/yakite/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite +## 0.1.8 + +### Patch Changes + +- [`a4d170a`](https://github.com/I-Want-ToBelieve/yakite/commit/a4d170a88058be0fd7b38666fec43d8f4ee017ba) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: enable file log + ## 0.1.7 ### Patch Changes diff --git a/apps/yakite/Cargo.toml b/apps/yakite/Cargo.toml index 9e5ef3c..9da1c9a 100644 --- a/apps/yakite/Cargo.toml +++ b/apps/yakite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yakite" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "A dynamic tiled window management that bridges the gap between yabai and krohnkite" license = "MIT" diff --git a/apps/yakite/package.json b/apps/yakite/package.json index 03574ac..34af26d 100644 --- a/apps/yakite/package.json +++ b/apps/yakite/package.json @@ -1,7 +1,7 @@ { "name": "yakite", "private": true, - "version": "0.1.7", + "version": "0.1.8", "changesetsExtra": { "language": "rust", "sources": [],