Skip to content

Commit 573697c

Browse files
chore: version packages (#16)
Co-authored-by: Juhyeok Kang <[email protected]>
1 parent 7fb4958 commit 573697c

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.changeset/cyan-papayas-chew.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.13
4+
### Patch Changes
5+
6+
7+
8+
- [#15](https://github.com/offlegacy/git-intent/pull/15) [`fe0f25b`](https://github.com/offlegacy/git-intent/commit/fe0f25bd0632f1fc6a2e37932b6eac93c417565b) Thanks [@kangju2000](https://github.com/kangju2000)! - chore: bump version to v0.0.13 for changeset version testing
9+
10+
- Updated dependencies [[`fe0f25b`](https://github.com/offlegacy/git-intent/commit/fe0f25bd0632f1fc6a2e37932b6eac93c417565b)]:
11+
- @offlegacy/git-intent-core@0.0.13
12+
313
## 0.0.12
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.12",
3+
"version": "0.0.13",
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.13
4+
### Patch Changes
5+
6+
7+
8+
- [#15](https://github.com/offlegacy/git-intent/pull/15) [`fe0f25b`](https://github.com/offlegacy/git-intent/commit/fe0f25bd0632f1fc6a2e37932b6eac93c417565b) Thanks [@kangju2000](https://github.com/kangju2000)! - chore: bump version to v0.0.13 for changeset version testing
9+
310
## 0.0.12
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.12",
3+
"version": "0.0.13",
44
"private": true,
55
"description": "Core functionality for git-intent",
66
"type": "module",

0 commit comments

Comments
 (0)