Skip to content

Commit 5518916

Browse files
committed
Publish
- @dashbling/build-support@0.2.1 - @dashbling/client@0.2.1 - @dashbling/core@0.2.1 - dashbling-widget-weather@1.1.8
1 parent 63f12e1 commit 5518916

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/build-support/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashbling/build-support",
3-
"version": "0.1.4",
3+
"version": "0.2.1",
44
"author": "Pascal Widdershoven",
55
"description": "Hackable React based dashboards for developers",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
2323
"@babel/preset-env": "^7.0.0",
2424
"@babel/preset-react": "^7.0.0",
25-
"@dashbling/core": "^0.1.4",
25+
"@dashbling/core": "^0.2.1",
2626
"autoprefixer": "^7.1.6",
2727
"babel-loader": "^8.0.0",
2828
"clean-webpack-plugin": "^0.1.17",

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashbling/client",
3-
"version": "0.1.4",
3+
"version": "0.2.1",
44
"author": "Pascal Widdershoven",
55
"description": "Hackable React based dashboards for developers",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"node": ">= 8.9.0"
3131
},
3232
"devDependencies": {
33-
"@dashbling/build-support": "^0.1.4",
33+
"@dashbling/build-support": "^0.2.1",
3434
"babel-core": "^7.0.0-0",
3535
"babel-jest": "^21.2.0",
3636
"enzyme": "^3.3.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashbling/core",
3-
"version": "0.1.4",
3+
"version": "0.2.1",
44
"author": "Pascal Widdershoven",
55
"description": "Hackable React based dashboards for developers",
66
"license": "MIT",

packages/dashbling-widget-weather/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "dashbling-widget-weather",
3-
"version": "1.1.5",
3+
"version": "1.1.8",
44
"main": "WeatherWidget.js",
55
"author": "Pascal Widdershoven",
66
"license": "MIT",
77
"devDependencies": {
8-
"@dashbling/client": "^0.1.4"
8+
"@dashbling/client": "^0.2.1"
99
},
1010
"dependencies": {
1111
"node-fetch": "^1.7.3"

0 commit comments

Comments
 (0)