Skip to content

Commit

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

### Bug Fixes

* additional semantic release deps 26be803
* **core:** not all errors have dataPath d234497
* **core:** nullish coalescing operator 9784fb2
* **decorator-mui:** remove misplaced comma 182b225
* **decorator/mui:** hide background tabs 1e5fc36
* **decorators/mui:** nullish coalescing operator cd45170
* only test on lts 8765fc3
* **packaging:** fix broken dependencies 24e8eb3
* **packaging:** need semantic-release-lerna 6e9362a
* **packaging:** resolve root dep vulnerabilities 2973166
* registry in package-lock 9a7c458
* **workflows:** no node 14 support 17b146c
* **workflows:** update setup-node to v2 edbcbe8
  • Loading branch information
semantic-release-bot committed Nov 5, 2022
1 parent 26be803 commit 54cfe96
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 54 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 1.5.3 (2022-11-05)


### Bug Fixes

* additional semantic release deps 26be803
* **core:** not all errors have dataPath d234497
* **core:** nullish coalescing operator 9784fb2
* **decorator-mui:** remove misplaced comma 182b225
* **decorator/mui:** hide background tabs 1e5fc36
* **decorators/mui:** nullish coalescing operator cd45170
* only test on lts 8765fc3
* **packaging:** fix broken dependencies 24e8eb3
* **packaging:** need semantic-release-lerna 6e9362a
* **packaging:** resolve root dep vulnerabilities 2973166
* registry in package-lock 9a7c458
* **workflows:** no node 14 support 17b146c
* **workflows:** update setup-node to v2 edbcbe8
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": "independent"
"version": "1.5.3"
}
66 changes: 33 additions & 33 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 packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/context",
"version": "1.2.2",
"version": "1.5.3",
"description": "React context for @forml",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/core",
"version": "1.7.4",
"version": "1.5.3",
"description": "A JSON Schema-based form generator powered by React",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@forml/context": "^1.2.2",
"@forml/hooks": "^1.2.2",
"@forml/context": "^1.5.3",
"@forml/hooks": "^1.5.3",
"ajv": "^8.11.0",
"deepmerge": "^4.2.2",
"objectpath": "^2.0.0",
Expand All @@ -49,7 +49,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@forml/decorator-barebones": "^1.2.2"
"@forml/decorator-barebones": "^1.5.3"
},
"gitHead": "070e7bf9829f1b21c2d7100f935fdc624d43fdef"
}
6 changes: 3 additions & 3 deletions packages/decorator-barebones/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/decorator-barebones",
"version": "1.2.2",
"version": "1.5.3",
"description": "A barebones decorator for forml; intended for testing, not production",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@forml/context": "^1.2.2",
"@forml/hooks": "^1.2.2"
"@forml/context": "^1.5.3",
"@forml/hooks": "^1.5.3"
},
"dependencies": {
"clsx": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/decorator-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/decorator-bootstrap",
"version": "1.2.2",
"version": "1.5.3",
"description": "Bootstrap V4 forml decorator",
"keywords": [
"react",
Expand Down Expand Up @@ -40,10 +40,10 @@
"react-bootstrap": "^2.5.0"
},
"dependencies": {
"@forml/hooks": "^1.2.2"
"@forml/hooks": "^1.5.3"
},
"devDependencies": {
"@forml/context": "^1.2.2",
"@forml/context": "^1.5.3",
"bootstrap": "^5.2.2",
"react-bootstrap": "^2.5.0"
}
Expand Down
8 changes: 4 additions & 4 deletions 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.2.13",
"version": "1.5.3",
"description": "A forml decorator using MaterialUI",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@date-io/moment": "^2.16.1",
"@forml/context": "^1.2.2",
"@forml/core": "^1.7.4",
"@forml/hooks": "^1.2.2",
"@forml/context": "^1.5.3",
"@forml/core": "^1.5.3",
"@forml/hooks": "^1.5.3",
"@testing-library/react": "^12.1.5",
"@testing-library/jest-dom": "^5.16.5",
"babel-jest": "^29.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/decorator-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/decorator-pdf",
"version": "1.2.2",
"version": "1.5.3",
"description": "A forml decorator designed to produce PDF forms!",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@forml/context": "^1.2.2",
"@forml/hooks": "^1.2.2"
"@forml/context": "^1.5.3",
"@forml/hooks": "^1.5.3"
},
"gitHead": "070e7bf9829f1b21c2d7100f935fdc624d43fdef"
}
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/hooks",
"version": "1.2.2",
"version": "1.5.3",
"description": "Hooks for use with @forml/core",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"jest": "^29.2.2"
},
"dependencies": {
"@forml/context": "^1.2.2"
"@forml/context": "^1.5.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down

0 comments on commit 54cfe96

Please sign in to comment.