diff --git a/.changeset/dirty-apples-smell.md b/.changeset/dirty-apples-smell.md deleted file mode 100644 index d9a011b..0000000 --- a/.changeset/dirty-apples-smell.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: hit github action more accurately diff --git a/apps/krohnkite-core/CHANGELOG.md b/apps/krohnkite-core/CHANGELOG.md index 1939549..95baf6f 100644 --- a/apps/krohnkite-core/CHANGELOG.md +++ b/apps/krohnkite-core/CHANGELOG.md @@ -1,5 +1,11 @@ # krohnkite-core +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + ## 0.1.3 ### Patch Changes diff --git a/apps/krohnkite-core/package.json b/apps/krohnkite-core/package.json index 589467e..270bade 100644 --- a/apps/krohnkite-core/package.json +++ b/apps/krohnkite-core/package.json @@ -1,6 +1,6 @@ { "name": "krohnkite-core", - "version": "0.1.3", + "version": "0.1.4", "description": "", "type": "module", "main": "./dist/index.js", diff --git a/apps/yakite-bridge/CHANGELOG.md b/apps/yakite-bridge/CHANGELOG.md index c734ff8..e48de1b 100644 --- a/apps/yakite-bridge/CHANGELOG.md +++ b/apps/yakite-bridge/CHANGELOG.md @@ -1,5 +1,17 @@ # yakite-bridge +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + +- Updated dependencies [[`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910)]: + - krohnkite-core@0.1.4 + - yakite-config@0.1.4 + - yakite-message@0.1.4 + - yakite-yabai@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite-bridge/package.json b/apps/yakite-bridge/package.json index 4f31c72..182a1da 100644 --- a/apps/yakite-bridge/package.json +++ b/apps/yakite-bridge/package.json @@ -1,6 +1,6 @@ { "name": "yakite-bridge", - "version": "0.1.3", + "version": "0.1.4", "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 dfffea1..688c367 100644 --- a/apps/yakite-config/CHANGELOG.md +++ b/apps/yakite-config/CHANGELOG.md @@ -1,5 +1,14 @@ # yakite-config +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + +- Updated dependencies [[`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910)]: + - krohnkite-core@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite-config/package.json b/apps/yakite-config/package.json index f3f5f20..be8ea5f 100644 --- a/apps/yakite-config/package.json +++ b/apps/yakite-config/package.json @@ -1,6 +1,6 @@ { "name": "yakite-config", - "version": "0.1.3", + "version": "0.1.4", "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 b90b6b5..eca380c 100644 --- a/apps/yakite-daemon/CHANGELOG.md +++ b/apps/yakite-daemon/CHANGELOG.md @@ -1,5 +1,18 @@ # yakite-daemon +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + +- Updated dependencies [[`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910)]: + - krohnkite-core@0.1.4 + - yakite-bridge@0.1.4 + - yakite-config@0.1.4 + - yakite-message@0.1.4 + - yakite-yabai@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite-daemon/package.json b/apps/yakite-daemon/package.json index f4dc495..01506a1 100644 --- a/apps/yakite-daemon/package.json +++ b/apps/yakite-daemon/package.json @@ -1,6 +1,6 @@ { "name": "yakite-daemon", - "version": "0.1.3", + "version": "0.1.4", "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 da8e128..1342059 100644 --- a/apps/yakite-message/CHANGELOG.md +++ b/apps/yakite-message/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite-message +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite-message/package.json b/apps/yakite-message/package.json index cffecfc..9e93ece 100644 --- a/apps/yakite-message/package.json +++ b/apps/yakite-message/package.json @@ -1,6 +1,6 @@ { "name": "yakite-message", - "version": "0.1.3", + "version": "0.1.4", "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 632db6d..96ee347 100644 --- a/apps/yakite-toast/CHANGELOG.md +++ b/apps/yakite-toast/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite-toast +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite-toast/package.json b/apps/yakite-toast/package.json index f498d07..ad96d6f 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.3", + "version": "0.1.4", "changesetsExtra": { "language": "objective-c", "sources": ["src/yakite-toast.m"], "versionUpdatePolicy": "source-code-replacement", - "prevVersion": "0.1.3" + "prevVersion": "0.1.4" } } diff --git a/apps/yakite-toast/src/yakite-toast.m b/apps/yakite-toast/src/yakite-toast.m index 2c7ec0e..34ca702 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.3\n"); + printf("Version: 0.1.4\n"); return 0; } diff --git a/apps/yakite-yabai/CHANGELOG.md b/apps/yakite-yabai/CHANGELOG.md index 9437ee3..3289e19 100644 --- a/apps/yakite-yabai/CHANGELOG.md +++ b/apps/yakite-yabai/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite-yabai +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite-yabai/package.json b/apps/yakite-yabai/package.json index 528c19d..e93e455 100644 --- a/apps/yakite-yabai/package.json +++ b/apps/yakite-yabai/package.json @@ -1,6 +1,6 @@ { "name": "yakite-yabai", - "version": "0.1.3", + "version": "0.1.4", "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 52332ff..f9e3d0e 100644 --- a/apps/yakite/CHANGELOG.md +++ b/apps/yakite/CHANGELOG.md @@ -1,5 +1,11 @@ # yakite +## 0.1.4 + +### Patch Changes + +- [`12b13f7`](https://github.com/I-Want-ToBelieve/yakite/commit/12b13f7ab413d413a2f12723598c3e49e733e910) Thanks [@I-Want-ToBelieve](https://github.com/I-Want-ToBelieve)! - chore: hit github action more accurately + ## 0.1.3 ### Patch Changes diff --git a/apps/yakite/Cargo.toml b/apps/yakite/Cargo.toml index 59d62af..11ded8a 100644 --- a/apps/yakite/Cargo.toml +++ b/apps/yakite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yakite" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A dynamic tiled window management that bridges the gap between yabai and krohnkite" diff --git a/apps/yakite/package.json b/apps/yakite/package.json index 44594de..4ce3577 100644 --- a/apps/yakite/package.json +++ b/apps/yakite/package.json @@ -1,7 +1,7 @@ { "name": "yakite", "private": true, - "version": "0.1.3", + "version": "0.1.4", "changesetsExtra": { "language": "rust", "sources": [],