Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @forml/context@1.0.6
 - @forml/core@1.5.9
 - @forml/decorator-barebones@1.0.7
 - @forml/decorator-mui@1.0.8
 - @forml/decorator-pdf@1.0.6
 - @forml/hooks@1.0.8
  • Loading branch information
soup-in-boots committed Nov 28, 2020
1 parent 73b5852 commit 29eb993
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
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.0.5",
"version": "1.0.6",
"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.5.8",
"version": "1.5.9",
"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": "^16.8.5"
},
"dependencies": {
"@forml/context": "^1.0.5",
"@forml/hooks": "^1.0.7",
"@forml/context": "^1.0.6",
"@forml/hooks": "^1.0.8",
"ajv": "^6.12.6",
"deepmerge": "^4.2.2",
"objectpath": "^2.0.0",
Expand All @@ -49,7 +49,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@forml/decorator-barebones": "^1.0.6"
"@forml/decorator-barebones": "^1.0.7"
},
"gitHead": "070e7bf9829f1b21c2d7100f935fdc624d43fdef"
}
4 changes: 2 additions & 2 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.0.6",
"version": "1.0.7",
"description": "A barebones decorator for forml; intended for testing, not production",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@forml/hooks": "^1.0.7"
"@forml/hooks": "^1.0.8"
},
"dependencies": {
"clsx": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 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.0.7",
"version": "1.0.8",
"description": "A forml decorator using MaterialUI",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@date-io/moment": "^1.3.13",
"@forml/core": "^1.5.8",
"@forml/hooks": "^1.0.7",
"@forml/core": "^1.5.9",
"@forml/hooks": "^1.0.8",
"@material-ui/core": "^4.11.0",
"@material-ui/pickers": "^3.2.10",
"@testing-library/jest-dom": "^5.11.6",
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.0.5",
"version": "1.0.6",
"description": "A forml decorator designed to produce PDF forms!",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@forml/context": "^1.0.5",
"@forml/hooks": "^1.0.7"
"@forml/context": "^1.0.6",
"@forml/hooks": "^1.0.8"
},
"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.0.7",
"version": "1.0.8",
"description": "Hooks for use with @forml/core",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"jest": "^26.6.3"
},
"dependencies": {
"@forml/context": "^1.0.5"
"@forml/context": "^1.0.6"
},
"peerDependencies": {
"react": "^16.8.5"
Expand Down

0 comments on commit 29eb993

Please sign in to comment.