Skip to content

Commit

Permalink
v0.8.0 (apache#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
soboko authored Jan 9, 2019
1 parent e386612 commit b40189c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.7.2"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion packages/generator-superset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/generator-superset",
"version": "0.7.0",
"version": "0.8.0",
"description": "Scaffolder for Superset",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/superset-ui-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/chart",
"version": "0.7.0",
"version": "0.8.0",
"description": "SuperChart and related modules",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,15 +26,15 @@
"access": "public"
},
"dependencies": {
"@superset-ui/core": "^0.7.0",
"@superset-ui/core": "^0.8.0",
"@types/react": "^16.7.17",
"@types/react-loadable": "^5.4.2",
"prop-types": "^15.6.2",
"react-loadable": "^5.5.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@superset-ui/connection": "^0.7.0",
"@superset-ui/connection": "^0.8.0",
"@types/fetch-mock": "^6.0.4",
"fetch-mock": "^7.2.5",
"node-fetch": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/superset-ui-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/color",
"version": "0.7.0",
"version": "0.8.0",
"description": "Superset UI color",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@superset-ui/core": "^0.7.0",
"@superset-ui/core": "^0.8.0",
"@types/d3-scale": "^2.0.2",
"d3-scale": "^2.1.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/superset-ui-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/connection",
"version": "0.7.2",
"version": "0.8.0",
"description": "Superset UI connection",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"whatwg-fetch": "^2.0.4",
"json-bigint": "^0.3.0"
"json-bigint": "^0.3.0",
"whatwg-fetch": "^2.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/superset-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/core",
"version": "0.7.0",
"version": "0.8.0",
"description": "Superset UI core",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/superset-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/demo",
"version": "0.7.0",
"version": "0.8.0",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@storybook/addon-knobs": "^4.0.2",
"@storybook/addon-options": "^4.0.3",
"@storybook/react": "^4.0.2",
"@superset-ui/color": "^0.7.0",
"@superset-ui/color": "^0.8.0",
"babel-loader": "^8.0.4",
"git-directory-deploy": "^1.5.1",
"react": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/superset-ui-number-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/number-format",
"version": "0.7.2",
"version": "0.8.0",
"description": "Superset UI number format",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@superset-ui/core": "^0.7.0",
"@superset-ui/core": "^0.8.0",
"d3-format": "^1.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/superset-ui-time-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/time-format",
"version": "0.7.2",
"version": "0.8.0",
"description": "Superset UI time-format",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@superset-ui/core": "^0.7.0",
"@superset-ui/core": "^0.8.0",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/superset-ui-translation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/translation",
"version": "0.7.0",
"version": "0.8.0",
"description": "Superset UI translation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit b40189c

Please sign in to comment.