Skip to content

Commit

Permalink
Update packages to 3.0.1 (#26)
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 10, 2021
1 parent 8c97ca6 commit 61e957d
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 155 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

## v3.0.0 (November 9, 2021)
## v3.0.1 (November 10, 2021)

### environment

Expand Down
264 changes: 132 additions & 132 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/documentation",
"version": "3.0.0",
"version": "3.0.1",
"description": "Cofi documentation",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"pre-push": "lint-staged"
},
"devDependencies": {
"@cofi/react-kit": "^3.0.0",
"@cofi/react-kit": "^3.0.1",
"filepath": "^1.1.0",
"front-matter": "^2.3.0",
"glob-promise": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofi/form",
"version": "3.0.0",
"version": "3.0.1",
"description": "JavaScript Form Class",
"license": "MIT",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dateformat": "^3.0.3"
},
"devDependencies": {
"@cofi/js-kit": "^3.0.0"
"@cofi/js-kit": "^3.0.1"
},
"keywords": [
"cofi",
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.0",
"version": "3.0.1",
"description": "Utils for developing JavaScript package. Should be installed in devDependencies",
"license": "MIT",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions 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.0",
"version": "3.0.1",
"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 Expand Up @@ -46,9 +46,9 @@
"react-select": "^3.0.8"
},
"devDependencies": {
"@cofi/form": "^3.0.0",
"@cofi/react-form": "^3.0.0",
"@cofi/react-kit": "^3.0.0",
"@cofi/form": "^3.0.1",
"@cofi/react-form": "^3.0.1",
"@cofi/react-kit": "^3.0.1",
"react-styleguidist": "^11.1.7"
},
"keywords": [
Expand Down
12 changes: 6 additions & 6 deletions 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.0",
"version": "3.0.1",
"description": "Create cofi form and layouts using a simple editor",
"license": "MIT",
"main": "src/website/app.js",
Expand Down Expand Up @@ -36,17 +36,17 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"@cofi/form": "^3.0.0",
"@cofi/react-components": "^3.0.0",
"@cofi/react-form": "^3.0.0",
"@cofi/react-layout": "^3.0.0",
"@cofi/form": "^3.0.1",
"@cofi/react-components": "^3.0.1",
"@cofi/react-form": "^3.0.1",
"@cofi/react-layout": "^3.0.1",
"styled-components": "^5.3.3",
"ace-builds": "^1.4.12",
"jszip": "^3.2.2",
"react-ace": "^9.1.3"
},
"devDependencies": {
"@cofi/react-kit": "^3.0.0",
"@cofi/react-kit": "^3.0.1",
"react-router-dom": "^5.1.2"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions 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.0",
"version": "3.0.1",
"description": "React Form and Field Components, based on @cofi/form",
"license": "MIT",
"main": "src/website/app.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"@cofi/form": "^3.0.0",
"@cofi/form": "^3.0.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@cofi/react-components": "^3.0.0",
"@cofi/react-kit": "^3.0.0",
"@cofi/react-components": "^3.0.1",
"@cofi/react-kit": "^3.0.1",
"jszip": "^3.2.2",
"prismjs": "^1.15.0",
"raw-loader": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "3.0.1",
"description": "React development environment utilities such as scripts and config files",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"publish-package": "npm publish dist --access public || echo publish failed"
},
"dependencies": {
"@cofi/js-kit": "^3.0.0",
"@cofi/js-kit": "^3.0.1",
"babel-plugin-styled-components": "^1.13.3",
"@testing-library/react": "^12.1.2",
"enzyme": "^3.6.0",
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.0",
"version": "3.0.1",
"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 61e957d

Please sign in to comment.