Skip to content

Commit 927fc6d

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.1...v1.4.0) (2026-05-08) ### Features * ship sync size guardrail with searchable picker ([19381d8](19381d8)), closes [#2](#2)
1 parent 19381d8 commit 927fc6d

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.4.0](https://github.com/treble-app/cli/compare/v1.3.1...v1.4.0) (2026-05-08)
2+
3+
4+
### Features
5+
6+
* ship sync size guardrail with searchable picker ([19381d8](https://github.com/treble-app/cli/commit/19381d86ac3f0492db3deeb21cf8c1220062edf1)), closes [#2](https://github.com/treble-app/cli/issues/2)
7+
18
## [1.3.1](https://github.com/treble-app/cli/compare/v1.3.0...v1.3.1) (2026-05-02)
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.3.1"
3+
version = "1.4.0"
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.3.1",
3+
"version": "1.4.0",
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.3.1",
3+
"version": "1.4.0",
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.3.1",
3+
"version": "1.4.0",
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.3.1",
3+
"version": "1.4.0",
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.3.1",
3+
"version": "1.4.0",
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.3.1",
34-
"@treble-app/cli-darwin-x64": "1.3.1",
35-
"@treble-app/cli-linux-x64": "1.3.1",
36-
"@treble-app/cli-linux-arm64": "1.3.1"
33+
"@treble-app/cli-darwin-arm64": "1.4.0",
34+
"@treble-app/cli-darwin-x64": "1.4.0",
35+
"@treble-app/cli-linux-x64": "1.4.0",
36+
"@treble-app/cli-linux-arm64": "1.4.0"
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^19.0.0",

0 commit comments

Comments
 (0)