We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c6a4e commit 82f8df8Copy full SHA for 82f8df8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## <small>2.9.2 (2025-05-12)</small>
4
+
5
+* fix: fix effect platform ([a28566f](https://github.com/intentuilabs/cli/commit/a28566f))
6
+* fix: gh action ([f9c6a4e](https://github.com/intentuilabs/cli/commit/f9c6a4e))
7
8
## <small>2.9.1 (2025-05-12)</small>
9
10
* fix: bun ([5276ff6](https://github.com/intentuilabs/cli/commit/5276ff6))
package.json
@@ -1,7 +1,7 @@
{
"name": "@intentui/cli",
"type": "module",
- "version": "2.9.1",
+ "version": "2.9.2",
"description": "The command line interface for Intent UI.",
"main": "dist/index.js",
"bin": {
0 commit comments