Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 31f92b3

Browse files
committed
chore: release 3.1.7
1 parent c9da625 commit 31f92b3

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## <small>3.1.7 (2025-06-29)</small>
4+
5+
* add lib and hook ([c9da625](https://github.com/intentuilabs/cli/commit/c9da625))
6+
37
## <small>3.1.6 (2025-06-26)</small>
48

59
* fix: again action ([3325ad5](https://github.com/intentuilabs/cli/commit/3325ad5))

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "@intentui/cli",
33
"type": "module",
4-
"version": "3.1.6",
4+
"version": "3.1.7",
55
"description": "The command line interface for Intent UI.",
66
"main": "dist/index.js",
77
"bin": {
88
"@intentui/cli": "dist/index.js",
99
"intentui": "dist/index.js",
1010
"shadcnClone": "dist/shadcn/index.js"
1111
},
12-
"files": ["dist", "LICENSE", "README.md", "package.json"],
12+
"files": [
13+
"dist",
14+
"LICENSE",
15+
"README.md",
16+
"package.json"
17+
],
1318
"repository": {
1419
"type": "git",
1520
"url": "git+https://github.com/intentuilabs/cli.git"
@@ -29,7 +34,12 @@
2934
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
3035
"typecheck": "tsc --noEmit"
3136
},
32-
"keywords": ["cli", "intentui cli", "Intent UI", "design-system"],
37+
"keywords": [
38+
"cli",
39+
"intentui cli",
40+
"Intent UI",
41+
"design-system"
42+
],
3343
"author": "Irsyad A. Panjaitan",
3444
"license": "MIT",
3545
"devDependencies": {

0 commit comments

Comments
 (0)