Skip to content

Commit

Permalink
🔖 v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Feb 11, 2019
1 parent 1931986 commit 0743657
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.1",
"version": "1.4.0",
"command": {
"init": {
"exact": true
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.3.0",
"version": "1.4.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.3.0"
"k-ramel": "^1.4.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.3.0",
"version": "1.4.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.3.0",
"@k-ramel/driver-http": "^1.4.0",
"k-redux-factory": "6.0.2",
"redux": "4.0.1"
},
Expand Down

0 comments on commit 0743657

Please sign in to comment.