Skip to content

Commit

Permalink
chore(release): 1.134.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.134.0](v1.133.0...v1.134.0) (2024-05-20)

### Features

* support additional properties to utility method ([#120](#120)) ([a92172d](a92172d))
  • Loading branch information
Homebound Bot committed May 20, 2024
1 parent a92172d commit 80954e2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.134.0](https://github.com/homebound-team/truss/compare/v1.133.0...v1.134.0) (2024-05-20)


### Features

* support additional properties to utility method ([#120](https://github.com/homebound-team/truss/issues/120)) ([a92172d](https://github.com/homebound-team/truss/commit/a92172d6ea16a2c6be30d855b8e64592e6381a76))

# [1.133.0](https://github.com/homebound-team/truss/compare/v1.132.0...v1.133.0) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truss",
"version": "1.133.0",
"version": "1.134.0",
"license": "ISC",
"scripts": {
"build": "ttsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-tachyons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss-template-tachyons",
"version": "1.133.0",
"version": "1.134.0",
"private": true,
"scripts": {
"codegen": "truss"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-tachyons-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss-testing-tachyons-emotion",
"version": "1.133.0",
"version": "1.134.0",
"private": true,
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-tachyons-fela/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss-testing-tachyons-fela",
"version": "1.133.0",
"version": "1.134.0",
"private": true,
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-tachyons-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss-testing-tachyons-mui",
"version": "1.133.0",
"version": "1.134.0",
"private": true,
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-tachyons-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss-testing-tachyons-rn",
"version": "1.133.0",
"version": "1.134.0",
"private": true,
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-tachyons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss-testing-tachyons",
"version": "1.133.0",
"version": "1.134.0",
"private": true,
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/truss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/truss",
"version": "1.133.0",
"version": "1.134.0",
"main": "build/index.js",
"bin": "cli.js",
"scripts": {
Expand Down

0 comments on commit 80954e2

Please sign in to comment.