diff --git a/CHANGELOG.md b/CHANGELOG.md index 556491b..a989d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.131.0](https://github.com/homebound-team/truss/compare/v1.130.0...v1.131.0) (2023-08-16) + + +### Features + +* Add mwfc. ([#114](https://github.com/homebound-team/truss/issues/114)) ([49c90de](https://github.com/homebound-team/truss/commit/49c90de23267e7cf12565727dbd1a2e5015ee4e7)) + # [1.130.0](https://github.com/homebound-team/truss/compare/v1.129.0...v1.130.0) (2023-08-11) diff --git a/package.json b/package.json index a514f41..3b5797b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "truss", - "version": "1.130.0", + "version": "1.131.0", "license": "ISC", "scripts": { "build": "ttsc --build", diff --git a/packages/template-tachyons/package.json b/packages/template-tachyons/package.json index a84ee69..fe12905 100644 --- a/packages/template-tachyons/package.json +++ b/packages/template-tachyons/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss-template-tachyons", - "version": "1.130.0", + "version": "1.131.0", "private": true, "scripts": { "codegen": "truss" diff --git a/packages/testing-tachyons-emotion/package.json b/packages/testing-tachyons-emotion/package.json index 121fbb6..68008f7 100644 --- a/packages/testing-tachyons-emotion/package.json +++ b/packages/testing-tachyons-emotion/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss-testing-tachyons-emotion", - "version": "1.130.0", + "version": "1.131.0", "private": true, "scripts": { "test": "jest" diff --git a/packages/testing-tachyons-fela/package.json b/packages/testing-tachyons-fela/package.json index eb2ac60..c4bbdc0 100644 --- a/packages/testing-tachyons-fela/package.json +++ b/packages/testing-tachyons-fela/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss-testing-tachyons-fela", - "version": "1.130.0", + "version": "1.131.0", "private": true, "scripts": { "test": "jest" diff --git a/packages/testing-tachyons-mui/package.json b/packages/testing-tachyons-mui/package.json index a306c5d..3834e8d 100644 --- a/packages/testing-tachyons-mui/package.json +++ b/packages/testing-tachyons-mui/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss-testing-tachyons-mui", - "version": "1.130.0", + "version": "1.131.0", "private": true, "scripts": { "test": "jest" diff --git a/packages/testing-tachyons-rn/package.json b/packages/testing-tachyons-rn/package.json index be7ce0f..ff8420c 100644 --- a/packages/testing-tachyons-rn/package.json +++ b/packages/testing-tachyons-rn/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss-testing-tachyons-rn", - "version": "1.130.0", + "version": "1.131.0", "private": true, "main": "build/index.js", "scripts": { diff --git a/packages/testing-tachyons/package.json b/packages/testing-tachyons/package.json index 8dddde0..4d32cbd 100644 --- a/packages/testing-tachyons/package.json +++ b/packages/testing-tachyons/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss-testing-tachyons", - "version": "1.130.0", + "version": "1.131.0", "private": true, "main": "build/index.js", "scripts": { diff --git a/packages/truss/package.json b/packages/truss/package.json index 12d4906..d3c6ccb 100644 --- a/packages/truss/package.json +++ b/packages/truss/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/truss", - "version": "1.130.0", + "version": "1.131.0", "main": "build/index.js", "bin": "cli.js", "scripts": {