Skip to content

Commit 7a1dba7

Browse files
author
Homebound Bot
committed
chore(release): 1.137.0 [skip ci]
# [1.137.0](v1.136.0...v1.137.0) (2025-01-24) ### Features * Proof of concept non-component-based css prop. ([#84](#84)) ([35f420e](35f420e))
1 parent 35f420e commit 7a1dba7

File tree

11 files changed

+17
-10
lines changed

11 files changed

+17
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.137.0](https://github.com/homebound-team/truss/compare/v1.136.0...v1.137.0) (2025-01-24)
2+
3+
4+
### Features
5+
6+
* Proof of concept non-component-based css prop. ([#84](https://github.com/homebound-team/truss/issues/84)) ([35f420e](https://github.com/homebound-team/truss/commit/35f420eefc558a5dde29db160e4e95dca9cdee87))
7+
18
# [1.136.0](https://github.com/homebound-team/truss/compare/v1.135.0...v1.136.0) (2024-06-18)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "truss",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"license": "ISC",
55
"scripts": {
66
"build": "tspc --build",

packages/app-tachyons-fela-prop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-tachyons-fela-prop",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.137.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/fast-css-prop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/fast-css-prop",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"main": "build/index.js",
55
"exports": {
66
".": "./build/cssProp.js",

packages/template-tachyons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss-template-tachyons",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"private": true,
55
"scripts": {
66
"codegen": "truss"

packages/testing-tachyons-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss-testing-tachyons-emotion",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"private": true,
55
"scripts": {
66
"test": "jest"

packages/testing-tachyons-fela/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss-testing-tachyons-fela",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"private": true,
55
"scripts": {
66
"test": "jest"

packages/testing-tachyons-mui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss-testing-tachyons-mui",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"private": true,
55
"scripts": {
66
"test": "jest"

packages/testing-tachyons-rn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss-testing-tachyons-rn",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"private": true,
55
"main": "build/index.js",
66
"scripts": {

packages/testing-tachyons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss-testing-tachyons",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"private": true,
55
"main": "build/index.js",
66
"scripts": {

packages/truss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebound/truss",
3-
"version": "1.136.0",
3+
"version": "1.137.0",
44
"main": "build/index.js",
55
"bin": "cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)