Skip to content

Commit a363af2

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2026-03-08) ### Bug Fixes * include scripts/ in npm package files ([53b67e9](53b67e9)) * remove postinstall hook, restore npm ci in release ([d0807e3](d0807e3)) * rename marketplace from treble-build to treble-app ([9854d48](9854d48)) * use npm install instead of npm ci in release workflow ([417e942](417e942)) ### Features * add /treble:sync command and treble status CLI ([be71004](be71004))
1 parent d0807e3 commit a363af2

8 files changed

Lines changed: 34 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.1.0](https://github.com/treble-app/cli/compare/v1.0.0...v1.1.0) (2026-03-08)
2+
3+
4+
### Bug Fixes
5+
6+
* include scripts/ in npm package files ([53b67e9](https://github.com/treble-app/cli/commit/53b67e9f81f7c14df6d3834655b929f6abde0a1d))
7+
* remove postinstall hook, restore npm ci in release ([d0807e3](https://github.com/treble-app/cli/commit/d0807e3b5f64e5f91008111add52e45d85a03973))
8+
* rename marketplace from treble-build to treble-app ([9854d48](https://github.com/treble-app/cli/commit/9854d487598514ff2e875d3f8cc0197044ff3b14))
9+
* use npm install instead of npm ci in release workflow ([417e942](https://github.com/treble-app/cli/commit/417e94207c275e18b99584300d0090b1a6c53225))
10+
11+
12+
### Features
13+
14+
* add /treble:sync command and treble status CLI ([be71004](https://github.com/treble-app/cli/commit/be71004068cdca263be978625842f37c6b9a967e))
15+
116
# 1.0.0 (2026-03-08)
217

318

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.0.0"
3+
version = "1.1.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.0.0",
3+
"version": "1.1.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.0.0",
3+
"version": "1.1.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.0.0",
3+
"version": "1.1.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.0.0",
3+
"version": "1.1.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.0.0",
3+
"version": "1.1.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.0.0",
34-
"@treble-app/cli-darwin-x64": "1.0.0",
35-
"@treble-app/cli-linux-x64": "1.0.0",
36-
"@treble-app/cli-linux-arm64": "1.0.0"
33+
"@treble-app/cli-darwin-arm64": "1.1.0",
34+
"@treble-app/cli-darwin-x64": "1.1.0",
35+
"@treble-app/cli-linux-x64": "1.1.0",
36+
"@treble-app/cli-linux-arm64": "1.1.0"
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^19.0.0",

0 commit comments

Comments
 (0)