Skip to content

Commit

Permalink
chore(release): 1.8.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# 1.8.0-next.2 (2023-11-18)

### Bug Fixes

* **decorator-mui:** fix broken dependencies 32fa29a
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent 32fa29a commit 501503f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.8.0-next.2 (2023-11-18)


### Bug Fixes

* **decorator-mui:** fix broken dependencies 32fa29a

# 1.8.0-next.1 (2023-11-17)


Expand Down
4 changes: 2 additions & 2 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forml/example",
"version": "1.0.4",
"version": "1.8.0-next.2",
"description": "",
"main": "lib/index.js",
"private": true,
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",
"example"
],
"version": "1.8.0-next.1"
"version": "1.8.0-next.2"
}
8 changes: 4 additions & 4 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.8.0-next.1",
"version": "1.8.0-next.2",
"description": "Small, fast, and powerful JSON-schema form generator for React.",
"keywords": [
"forml",
Expand Down
11 changes: 9 additions & 2 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.8.0-develop.1",
"version": "1.8.0-next.2",
"description": "A forml decorator using MaterialUI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,7 +14,14 @@
"type": "git",
"url": "git+https://github.com/forml-js/forml.git"
},
"keywords": ["forml", "decorator", "react", "json", "schema", "form"],
"keywords": [
"forml",
"decorator",
"react",
"json",
"schema",
"form"
],
"author": "Zachary Hueras",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 501503f

Please sign in to comment.