Skip to content

Commit

Permalink
v0.0.183
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 4, 2019
1 parent 5029e2e commit 8224b46
Show file tree
Hide file tree
Showing 26 changed files with 484 additions and 251 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.182",
"version": "0.0.183",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
30 changes: 20 additions & 10 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
{
"name": "@vx/annotation",
"version": "0.0.182",
"version": "0.0.183",
"description": "vx annotation",
"sideEffects": false,
"main": "dist/vx-annotation.umd.js",
"module": "dist/vx-annotation.es.js",
"files": ["dist", "build"],
"files": [
"dist",
"build"
],
"scripts": {
"build": "npm run build:babel && npm run build:dist",
"build:dist": "rm -rf dist && mkdir dist && rollup -c",
"build:babel":
"rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"prepublish": "npm run build",
"test": "jest",
"docs":
"cd ./docs && ../../../node_modules/.bin/react-docgen ../src/annotations/ | ../../../scripts/buildDocs.sh"
"docs": "cd ./docs && ../../../node_modules/.bin/react-docgen ../src/annotations/ | ../../../scripts/buildDocs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@hshoff",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -70,16 +77,19 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.182",
"@vx/group": "0.0.183",
"@vx/point": "0.0.182",
"@vx/shape": "0.0.182",
"@vx/shape": "0.0.183",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
"publishConfig": {
"access": "public"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
}
}
32 changes: 21 additions & 11 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,44 @@
{
"name": "@vx/axis",
"version": "0.0.182",
"version": "0.0.183",
"description": "vx axis",
"sideEffects": false,
"main": "dist/vx-axis.umd.js",
"module": "dist/vx-axis.es.js",
"scripts": {
"build": "npm run build:babel && npm run build:dist",
"build:dist": "rm -rf dist && mkdir dist && rollup -c",
"build:babel":
"rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"prepublish": "npm run build",
"test": "jest",
"docs":
"cd ./docs && ../../../node_modules/.bin/react-docgen ../src/axis/ | ../../../scripts/buildDocs.sh"
"docs": "cd ./docs && ../../../node_modules/.bin/react-docgen ../src/axis/ | ../../../scripts/buildDocs.sh"
},
"files": ["dist", "build"],
"files": [
"dist",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@hshoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshoff/vx/issues"
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.182",
"@vx/group": "0.0.183",
"@vx/point": "0.0.182",
"@vx/shape": "0.0.182",
"@vx/text": "0.0.182",
"@vx/shape": "0.0.183",
"@vx/text": "0.0.183",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down Expand Up @@ -81,6 +88,9 @@
"access": "public"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
}
}
28 changes: 19 additions & 9 deletions packages/vx-boxplot/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,41 @@
{
"name": "@vx/boxplot",
"version": "0.0.182",
"version": "0.0.183",
"description": "vx box plot",
"sideEffects": false,
"main": "dist/vx-boxplot.umd.js",
"module": "dist/vx-boxplot.es.js",
"files": ["dist", "build"],
"files": [
"dist",
"build"
],
"scripts": {
"build": "npm run build:babel && npm run build:dist",
"build:dist": "rm -rf dist && mkdir dist && rollup -c",
"build:babel":
"rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"prepublish": "npm run build",
"test": "jest",
"docs":
"cd ./docs && ../../../node_modules/.bin/react-docgen ../src/boxplots | ../../../scripts/buildDocs.sh"
"docs": "cd ./docs && ../../../node_modules/.bin/react-docgen ../src/boxplots | ../../../scripts/buildDocs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@conglei",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshoff/vx/issues"
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.182",
"@vx/group": "0.0.183",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down Expand Up @@ -78,6 +85,9 @@
"access": "public"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
}
}
27 changes: 19 additions & 8 deletions packages/vx-chord/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
{
"name": "@vx/chord",
"version": "0.0.182",
"version": "0.0.183",
"description": "vx group",
"sideEffects": false,
"main": "dist/vx-chord.umd.js",
"module": "dist/vx-chord.es.js",
"scripts": {
"build": "npm run build:babel && npm run build:dist",
"build:dist": "rm -rf dist && mkdir dist && rollup -c",
"build:babel":
"rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"prepublish": "npm run build",
"test": "jest",
"docs":
"cd ./docs && ../../../node_modules/.bin/react-docgen --exclude index.js ../src/ | ../../../scripts/buildDocs.sh"
"docs": "cd ./docs && ../../../node_modules/.bin/react-docgen --exclude index.js ../src/ | ../../../scripts/buildDocs.sh"
},
"files": ["dist", "build"],
"files": [
"dist",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts", "svg"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts",
"svg"
],
"author": "@hshoff",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -78,6 +86,9 @@
"access": "public"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
}
}
27 changes: 19 additions & 8 deletions packages/vx-clip-path/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
{
"name": "@vx/clip-path",
"version": "0.0.182",
"version": "0.0.183",
"description": "vx clip-path",
"sideEffects": false,
"main": "dist/vx-clip-path.umd.js",
"module": "dist/vx-clip-path.es.js",
"scripts": {
"build": "npm run build:babel && npm run build:dist",
"build:dist": "rm -rf dist && mkdir dist && rollup -c",
"build:babel":
"rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"prepublish": "npm run build",
"test": "jest",
"docs":
"cd ./docs && ../../../node_modules/.bin/react-docgen ../src/clip-paths | ../../../scripts/buildDocs.sh"
"docs": "cd ./docs && ../../../node_modules/.bin/react-docgen ../src/clip-paths | ../../../scripts/buildDocs.sh"
},
"files": ["dist", "build"],
"files": [
"dist",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts", "svg"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts",
"svg"
],
"author": "Chris Williams @williaster",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -77,6 +85,9 @@
"access": "public"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
}
}
48 changes: 24 additions & 24 deletions packages/vx-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/demo",
"version": "0.0.182",
"version": "0.0.183",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -17,36 +17,36 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.182",
"@vx/axis": "0.0.182",
"@vx/boxplot": "0.0.182",
"@vx/annotation": "0.0.183",
"@vx/axis": "0.0.183",
"@vx/boxplot": "0.0.183",
"@vx/brush": "0.0.182",
"@vx/chord": "0.0.182",
"@vx/clip-path": "0.0.182",
"@vx/chord": "0.0.183",
"@vx/clip-path": "0.0.183",
"@vx/curve": "0.0.182",
"@vx/drag": "0.0.182",
"@vx/drag": "0.0.183",
"@vx/event": "0.0.182",
"@vx/geo": "0.0.182",
"@vx/glyph": "0.0.182",
"@vx/gradient": "0.0.182",
"@vx/grid": "0.0.182",
"@vx/group": "0.0.182",
"@vx/heatmap": "0.0.182",
"@vx/hierarchy": "0.0.182",
"@vx/legend": "0.0.182",
"@vx/marker": "0.0.182",
"@vx/geo": "0.0.183",
"@vx/glyph": "0.0.183",
"@vx/gradient": "0.0.183",
"@vx/grid": "0.0.183",
"@vx/group": "0.0.183",
"@vx/heatmap": "0.0.183",
"@vx/hierarchy": "0.0.183",
"@vx/legend": "0.0.183",
"@vx/marker": "0.0.183",
"@vx/mock-data": "0.0.182",
"@vx/network": "0.0.182",
"@vx/pattern": "0.0.182",
"@vx/network": "0.0.183",
"@vx/pattern": "0.0.183",
"@vx/point": "0.0.182",
"@vx/responsive": "0.0.182",
"@vx/responsive": "0.0.183",
"@vx/scale": "0.0.182",
"@vx/shape": "0.0.182",
"@vx/stats": "0.0.182",
"@vx/text": "0.0.182",
"@vx/threshold": "0.0.182",
"@vx/shape": "0.0.183",
"@vx/stats": "0.0.183",
"@vx/text": "0.0.183",
"@vx/threshold": "0.0.183",
"@vx/tooltip": "0.0.182",
"@vx/voronoi": "0.0.182",
"@vx/voronoi": "0.0.183",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
"d3-collection": "^1.0.4",
Expand Down
Loading

0 comments on commit 8224b46

Please sign in to comment.