Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.6.1 (2022-11-05)

### Bug Fixes

* **decorator-mui:** corrected addText calculation 9cd45ee
* **decorator-mui:** customize addText 421e388
  • Loading branch information
semantic-release-bot committed Nov 5, 2022
1 parent 9cd45ee commit c813212
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.1 (2022-11-05)


### Bug Fixes

* **decorator-mui:** corrected addText calculation 9cd45ee
* **decorator-mui:** customize addText 421e388

# 1.6.0 (2022-11-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages/decorator-pdf"
],
"useWorkspaces": true,
"version": "1.6.0"
"version": "1.6.1"
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forml",
"version": "1.6.0",
"version": "1.6.1",
"description": "Small, fast, and powerful JSON-schema form generator for React.",
"keywords": [
"forml",
Expand Down
2 changes: 1 addition & 1 deletion packages/decorator-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/decorator-mui",
"version": "1.6.0",
"version": "1.6.1",
"description": "A forml decorator using MaterialUI",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c813212

Please sign in to comment.