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

Commit b0fc458

Browse files
committed
chore: release 2.9.5
1 parent 2439029 commit b0fc458

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

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

3+
## <small>2.9.5 (2025-05-12)</small>
4+
5+
* fix: revert back ([2439029](https://github.com/intentuilabs/cli/commit/2439029))
6+
* fix: revert back ([6901bb5](https://github.com/intentuilabs/cli/commit/6901bb5))
7+
* fix: update component URL fetching logic ([70eea05](https://github.com/intentuilabs/cli/commit/70eea05))
8+
39
## <small>2.8.5 (2025-04-09)</small>
410

511
* fix icons ([af6e505](https://github.com/intentuilabs/cli/commit/af6e505))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "@intentui/cli",
33
"type": "module",
4-
"version": "2.9.4",
4+
"version": "2.9.5",
55
"description": "The command line interface for Intent UI.",
66
"main": "dist/index.js",
77
"bin": {
88
"intentui": "dist/index.js"
99
},
10-
"files": ["dist", "src/resources", "LICENSE", "README.md", "package.json"],
10+
"files": [
11+
"dist",
12+
"src/resources",
13+
"LICENSE",
14+
"README.md",
15+
"package.json"
16+
],
1117
"repository": {
1218
"type": "git",
1319
"url": "git+https://github.com/intentuilabs/cli.git"
@@ -26,7 +32,12 @@
2632
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
2733
"typecheck": "tsc --noEmit"
2834
},
29-
"keywords": ["cli", "intentui cli", "Intent UI", "design-system"],
35+
"keywords": [
36+
"cli",
37+
"intentui cli",
38+
"Intent UI",
39+
"design-system"
40+
],
3041
"author": "Irsyad A. Panjaitan",
3142
"license": "MIT",
3243
"devDependencies": {

0 commit comments

Comments
 (0)