Skip to content

Commit

Permalink
jafar-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Havivi committed Jul 8, 2020
1 parent 49f466d commit d3c26ee
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Changes that have landed in master but are not yet released

## v1.0.7 (July 8, 2020)

### React Layout

* Add - wizard demo. [Issue 46](https://github.com/yahoo/jafar/issues/46)
Expand Down
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": "@jafar/documentation",
"version": "1.0.6",
"version": "1.0.7",
"description": "Jafar documentation",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"pre-push": "lint-staged"
},
"devDependencies": {
"@jafar/react-kit": "^1.0.6",
"@jafar/react-kit": "^1.0.7",
"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": "@jafar/form",
"version": "1.0.6",
"version": "1.0.7",
"description": "Javascript Form Class",
"license": "MIT",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dateformat": "^3.0.3"
},
"devDependencies": {
"@jafar/js-kit": "^1.0.6"
"@jafar/js-kit": "^1.0.7"
},
"keywords": [
"jafar",
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": "@jafar/js-kit",
"version": "1.0.6",
"version": "1.0.7",
"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": "@jafar/react-components",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"description": "React common components with unified api to be used in a Jafar form (using material components as an underline layer)",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@date-io/date-fns": "^1.3.12",
"@jafar/react-layout": "^1.0.6",
"@jafar/react-layout": "^1.0.7",
"@material-ui/core": "^4.1.2",
"@material-ui/icons": "^4.0.2",
"@material-ui/pickers": "^3.1.2",
Expand All @@ -46,8 +46,8 @@
"styled-components": "^4.1.3"
},
"devDependencies": {
"@jafar/react-form": "^1.0.6",
"@jafar/react-kit": "^1.0.6",
"@jafar/react-form": "^1.0.7",
"@jafar/react-kit": "^1.0.7",
"react-styleguidist": "^9.0.5"
},
"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": "@jafar/react-editor",
"version": "1.0.6",
"version": "1.0.7",
"description": "Create jafar form model using a simple UI",
"license": "MIT",
"main": "src/website/app.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@jafar/form": "^1.0.6",
"@jafar/react-components": "^1.0.6",
"@jafar/react-form": "^1.0.6",
"@jafar/react-layout": "^1.0.6",
"@jafar/form": "^1.0.7",
"@jafar/react-components": "^1.0.7",
"@jafar/react-form": "^1.0.7",
"@jafar/react-layout": "^1.0.7",
"jszip": "^3.2.2"
},
"devDependencies": {
"@jafar/react-kit": "^1.0.6",
"@jafar/react-kit": "^1.0.7",
"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": "@jafar/react-form",
"version": "1.0.6",
"version": "1.0.7",
"description": "React Form and Field Components, based on @jafar/form",
"license": "MIT",
"main": "src/website/app.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@jafar/form": "^1.0.6",
"@jafar/form": "^1.0.7",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@jafar/react-components": "^1.0.6",
"@jafar/react-kit": "^1.0.6",
"@jafar/react-components": "^1.0.7",
"@jafar/react-kit": "^1.0.7",
"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": "@jafar/react-kit",
"version": "1.0.6",
"version": "1.0.7",
"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": {
"@jafar/js-kit": "^1.0.6",
"@jafar/js-kit": "^1.0.7",
"babel-plugin-styled-components": "^1.10.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jafar/react-layout",
"version": "1.0.6",
"version": "1.0.7",
"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 Expand Up @@ -41,9 +41,9 @@
"styled-components": "^4.1.3"
},
"devDependencies": {
"@jafar/react-components": "^1.0.6",
"@jafar/react-form": "^1.0.6",
"@jafar/react-kit": "^1.0.6",
"@jafar/react-components": "^1.0.7",
"@jafar/react-form": "^1.0.7",
"@jafar/react-kit": "^1.0.7",
"jszip": "^3.2.2",
"prismjs": "^1.15.0",
"raw-loader": "4.0.0",
Expand Down

0 comments on commit d3c26ee

Please sign in to comment.