Skip to content

Commit 4032c56

Browse files
chore: version packages (#14)
Co-authored-by: Juhyeok Kang <[email protected]>
1 parent f53d476 commit 4032c56

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.changeset/tired-mangos-type.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# git-intent
22

3+
## 0.0.12
4+
### Patch Changes
5+
6+
7+
8+
- [#13](https://github.com/offlegacy/git-intent/pull/13) [`f53d476`](https://github.com/offlegacy/git-intent/commit/f53d47670edc7f59e0a1d8bac2ab830d80a6ff14) Thanks [@kangju2000](https://github.com/kangju2000)! - fix: update binary-build workflow to add binaries to existing Changeset releases
9+
10+
- Updated dependencies [[`f53d476`](https://github.com/offlegacy/git-intent/commit/f53d47670edc7f59e0a1d8bac2ab830d80a6ff14)]:
11+
- @offlegacy/git-intent-core@0.0.12
12+
313
## 0.0.11
414
### Patch Changes
515

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-intent",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Git workflow tool for intentional commits — define your commit intentions first for clearer, more atomic changes.",
55
"keywords": [
66
"git",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @offlegacy/git-intent-core
22

3+
## 0.0.12
4+
### Patch Changes
5+
6+
7+
8+
- [#13](https://github.com/offlegacy/git-intent/pull/13) [`f53d476`](https://github.com/offlegacy/git-intent/commit/f53d47670edc7f59e0a1d8bac2ab830d80a6ff14) Thanks [@kangju2000](https://github.com/kangju2000)! - fix: update binary-build workflow to add binaries to existing Changeset releases
9+
310
## 0.0.11
411
### Patch Changes
512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offlegacy/git-intent-core",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"private": true,
55
"description": "Core functionality for git-intent",
66
"type": "module",

0 commit comments

Comments
 (0)