Skip to content

Commit

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

### Features

* Double down on abbreviation style. ([#121](#121)) ([6b28580](6b28580))
  • Loading branch information
Homebound Bot committed May 31, 2024
1 parent 6b28580 commit 81a7412
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.135.0](https://github.com/homebound-team/truss/compare/v1.134.0...v1.135.0) (2024-05-31)


### Features

* Double down on abbreviation style. ([#121](https://github.com/homebound-team/truss/issues/121)) ([6b28580](https://github.com/homebound-team/truss/commit/6b28580ee0aae3afb4b443e20650236e33307abd))

# [1.134.0](https://github.com/homebound-team/truss/compare/v1.133.0...v1.134.0) (2024-05-20)


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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.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.134.0",
"version": "1.135.0",
"main": "build/index.js",
"bin": "cli.js",
"scripts": {
Expand Down

0 comments on commit 81a7412

Please sign in to comment.