Skip to content

Commit 1940510

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

File tree

5 files changed

+30
-11
lines changed

5 files changed

+30
-11
lines changed

.changeset/plenty-pans-lick.md

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

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @git-intent/cli
2+
3+
## 0.0.11
4+
### Patch Changes
5+
6+
7+
8+
- [#6](https://github.com/offlegacy/git-intent/pull/6) [`cb58b80`](https://github.com/offlegacy/git-intent/commit/cb58b801751a8a992c5729a96fe2b1728420ef5e) Thanks [@kangju2000](https://github.com/kangju2000)! - chore: migrate to monorepo and improve release automation
9+
10+
- Updated dependencies [[`cb58b80`](https://github.com/offlegacy/git-intent/commit/cb58b801751a8a992c5729a96fe2b1728420ef5e)]:
11+
- @git-intent/[email protected]

packages/cli/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-intent/cli",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Git workflow tool for intentional commits — define your commit intentions first for clearer, more atomic changes.",
55
"keywords": [
66
"git",
@@ -13,7 +13,9 @@
1313
"todo-driven"
1414
],
1515
"license": "MIT",
16-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1719
"type": "module",
1820
"bin": {
1921
"git-intent": "./dist/index.cjs"
@@ -33,7 +35,9 @@
3335
"test:ui": "vitest --ui"
3436
},
3537
"pkg": {
36-
"assets": ["dist/**/*"],
38+
"assets": [
39+
"dist/**/*"
40+
],
3741
"outputPath": "build"
3842
},
3943
"dependencies": {

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @git-intent/core
2+
3+
## 0.0.11
4+
### Patch Changes
5+
6+
7+
8+
- [#6](https://github.com/offlegacy/git-intent/pull/6) [`cb58b80`](https://github.com/offlegacy/git-intent/commit/cb58b801751a8a992c5729a96fe2b1728420ef5e) Thanks [@kangju2000](https://github.com/kangju2000)! - chore: migrate to monorepo and improve release automation

packages/core/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@git-intent/core",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Core functionality for git-intent",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"module": "dist/index.js",
88
"types": "dist/index.d.ts",
9-
"files": ["dist"],
9+
"files": [
10+
"dist"
11+
],
1012
"scripts": {
1113
"dev": "tsup --watch",
1214
"build": "tsup",

0 commit comments

Comments
 (0)