Skip to content

Commit

Permalink
🔖 v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Jan 14, 2019
1 parent a95adee commit 75f424f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/drivers/*",
"packages/k-ramel"
],
"version": "1.2.0",
"version": "1.3.0",
"command": {
"init": {
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/drivers/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k-ramel/driver-form",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"author": "Guillaume CRESPEL <guillaume.crespel@gmail.com>",
Expand All @@ -9,7 +9,7 @@
"repository": "https://github.com/alakarteio/k-ramel/tree/master/packages/drivers/form",
"devDependencies": {
"cross-env": "5.2.0",
"k-ramel": "^1.2.0"
"k-ramel": "^1.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/drivers/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k-ramel/driver-http",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"author": "Fabien JUIF <fabien.juif@gmail.com>",
Expand All @@ -9,7 +9,7 @@
"repository": "https://github.com/alakarteio/k-ramel/tree/master/packages/drivers/http",
"devDependencies": {
"cross-env": "^5.2.0",
"k-ramel": "^1.2.0"
"k-ramel": "^1.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/k-ramel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k-ramel",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"author": "Fabien JUIF <fabien.juif@gmail.com>",
Expand All @@ -18,7 +18,7 @@
"reactions"
],
"dependencies": {
"@k-ramel/driver-http": "^1.2.0",
"@k-ramel/driver-http": "^1.3.0",
"k-redux-factory": "6.0.2",
"redux": "4.0.1"
},
Expand Down

0 comments on commit 75f424f

Please sign in to comment.