Skip to content

Commit e2d0afd

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2026-03-22) ### Bug Fixes * add visual pipeline preflight and stronger mission to dev prompt ([f93b30e](f93b30e))
1 parent f93b30e commit e2d0afd

8 files changed

Lines changed: 26 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/treble-app/cli/compare/v1.2.0...v1.2.1) (2026-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add visual pipeline preflight and stronger mission to dev prompt ([f93b30e](https://github.com/treble-app/cli/commit/f93b30e7bc69f260860f0282bb8a204934b79a77))
7+
18
# [1.2.0](https://github.com/treble-app/cli/compare/v1.1.11...v1.2.0) (2026-03-21)
29

310

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treble"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
description = "Figma-to-code CLI — plan, implement, compare"
66
authors = ["treble.build"]

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treble-app/cli-darwin-arm64",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "treble CLI binary for macOS ARM64",
55
"license": "MIT",
66
"repository": {

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treble-app/cli-darwin-x64",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "treble CLI binary for macOS x64",
55
"license": "MIT",
66
"repository": {

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treble-app/cli-linux-arm64",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "treble CLI binary for Linux ARM64",
55
"license": "MIT",
66
"repository": {

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treble-app/cli-linux-x64",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "treble CLI binary for Linux x64",
55
"license": "MIT",
66
"repository": {

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treble-app/cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Figma-to-code CLI — plan, implement, compare",
55
"author": "treble.build",
66
"license": "MIT",
@@ -30,10 +30,10 @@
3030
"test": "cargo test"
3131
},
3232
"optionalDependencies": {
33-
"@treble-app/cli-darwin-arm64": "1.2.0",
34-
"@treble-app/cli-darwin-x64": "1.2.0",
35-
"@treble-app/cli-linux-x64": "1.2.0",
36-
"@treble-app/cli-linux-arm64": "1.2.0"
33+
"@treble-app/cli-darwin-arm64": "1.2.1",
34+
"@treble-app/cli-darwin-x64": "1.2.1",
35+
"@treble-app/cli-linux-x64": "1.2.1",
36+
"@treble-app/cli-linux-arm64": "1.2.1"
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^19.0.0",

0 commit comments

Comments
 (0)