Skip to content

Commit

Permalink
chore(release): 1.132.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.132.0](v1.131.1...v1.132.0) (2023-12-06)

### Features

* Add flex-wrap styles ([#118](#118)) ([698070c](698070c))
  • Loading branch information
Homebound Bot committed Dec 6, 2023
1 parent 698070c commit c3679da
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.132.0](https://github.com/homebound-team/truss/compare/v1.131.1...v1.132.0) (2023-12-06)


### Features

* Add flex-wrap styles ([#118](https://github.com/homebound-team/truss/issues/118)) ([698070c](https://github.com/homebound-team/truss/commit/698070c3a77a38a7720f4f3604bc2f51978e4fb9))

## [1.131.1](https://github.com/homebound-team/truss/compare/v1.131.0...v1.131.1) (2023-11-08)


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

0 comments on commit c3679da

Please sign in to comment.