Skip to content

Commit

Permalink
Version 3.0.2 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Gal Havivi <gal.havivi@oath.com>
  • Loading branch information
galhavivi and Gal Havivi authored Nov 21, 2021
1 parent b8f39a5 commit d8edc02
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Changes that have landed in master but are not yet released.

## v3.0.2 (November 21, 2021)

### react-components

* Update @material-ui to @mui. [Issue 29](https://github.com/galhavivi/cofi/issues/29)
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/documentation",
"version": "3.0.1",
"version": "3.0.2",
"description": "Cofi documentation",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/form",
"version": "3.0.1",
"version": "3.0.2",
"description": "JavaScript Form Class",
"license": "MIT",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/js-kit",
"version": "3.0.1",
"version": "3.0.2",
"description": "Utils for developing JavaScript package. Should be installed in devDependencies",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/react-components",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"description": "React common components with unified api to be used in a Cofi form (using material components as an underline layer)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/react-editor",
"version": "3.0.1",
"version": "3.0.2",
"description": "Create cofi form and layouts using a simple editor",
"license": "MIT",
"main": "src/website/app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/react-form",
"version": "3.0.1",
"version": "3.0.2",
"description": "React Form and Field Components, based on @cofi/form",
"license": "MIT",
"main": "src/website/app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/react-kit",
"version": "3.0.1",
"version": "3.0.2",
"description": "React development environment utilities such as scripts and config files",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/react-layout",
"version": "3.0.1",
"version": "3.0.2",
"description": "React Item, List and more Components, to create full entities pages such as create / edit/ details / list with the same UI/UX experience",
"license": "MIT",
"main": "src/website/app.js",
Expand Down

0 comments on commit d8edc02

Please sign in to comment.