Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Nov 19, 2019
1 parent c5abbba commit ecdd41c
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.2"
"version": "0.1.3"
}
8 changes: 4 additions & 4 deletions packages/client/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/builder",
"description": "Visualization components for specifying scenes",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,11 +12,11 @@
"start": "tsc -w --preserveWatchOutput"
},
"devDependencies": {
"@chart-parts/scales": "^0.1.1"
"@chart-parts/scales": "^0.1.3"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/scenegraph": "^0.1.1",
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/scenegraph": "^0.1.3",
"@types/d3-format": "^1.3.1",
"@types/d3-time-format": "^2.1.0",
"d3-format": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/interfaces",
"description": "Common interfaces for the visualization system, including marks, mark specifications, scenegraphs, and virtual dom definitions",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/client/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/react",
"description": "React components for specifying data visualizations",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,10 +16,10 @@
"react": "^16.9.0"
},
"dependencies": {
"@chart-parts/builder": "^0.1.1",
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/orchestrator": "^0.1.1",
"@chart-parts/scales": "^0.1.1",
"@chart-parts/builder": "^0.1.3",
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/orchestrator": "^0.1.3",
"@chart-parts/scales": "^0.1.3",
"lodash": "^4.17.15",
"shallowequal": "^1.1.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/docs/docsite/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@chart-parts/docsite",
"description": "Docs website for chart-parts",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@babel/core": "^7.6.0",
"@chart-parts/examples": "^0.1.2",
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/orchestrator": "^0.1.1",
"@chart-parts/react": "^0.1.2",
"@chart-parts/react-svg-renderer": "^0.1.1",
"@chart-parts/scales": "^0.1.1",
"@chart-parts/testdata": "^0.1.1",
"@chart-parts/transform": "^0.1.1",
"@chart-parts/examples": "^0.1.3",
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/orchestrator": "^0.1.3",
"@chart-parts/react": "^0.1.3",
"@chart-parts/react-svg-renderer": "^0.1.3",
"@chart-parts/scales": "^0.1.3",
"@chart-parts/testdata": "^0.1.3",
"@chart-parts/transform": "^0.1.3",
"@types/d3-scale": "^2.1.1",
"@types/debug": "^4.1.4",
"@types/gsap": "^1.20.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chart-parts/examples",
"private": true,
"description": "Example Chart Implementations",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -13,12 +13,12 @@
"start": "../../../scripts/watch_package.sh"
},
"dependencies": {
"@chart-parts/builder": "^0.1.3",
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/react": "^0.1.3",
"@chart-parts/transform": "^0.1.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@chart-parts/builder": "^0.1.1",
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/react": "^0.1.2",
"@chart-parts/transform": "^0.1.1",
"vega-datasets": "^1.25.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/docs/examplesweb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/examples-web",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"//serve": "webpack-dev-server --mode development --open --host 0.0.0.0",
"storybook": "start-storybook -p 6006",
Expand All @@ -10,13 +10,13 @@
},
"dependencies": {
"@babel/core": "^7.6.0",
"@chart-parts/examples": "^0.1.2",
"@chart-parts/orchestrator": "^0.1.1",
"@chart-parts/react": "^0.1.2",
"@chart-parts/react-svg-renderer": "^0.1.1",
"@chart-parts/scales": "^0.1.1",
"@chart-parts/testdata": "^0.1.1",
"@chart-parts/transform": "^0.1.1",
"@chart-parts/examples": "^0.1.3",
"@chart-parts/orchestrator": "^0.1.3",
"@chart-parts/react": "^0.1.3",
"@chart-parts/react-svg-renderer": "^0.1.3",
"@chart-parts/scales": "^0.1.3",
"@chart-parts/testdata": "^0.1.3",
"@chart-parts/transform": "^0.1.3",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addons": "^5.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/testdata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/testdata",
"description": "Test data for charts",
"version": "0.1.1",
"version": "0.1.3",
"main": "lib/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"start": "../../../scripts/watch_package.sh"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/scenegraph": "^0.1.1"
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/scenegraph": "^0.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/processing/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/orchestrator",
"description": "chart-parts rendering orchestration",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,10 +12,10 @@
"start": "../../../scripts/watch_package.sh"
},
"dependencies": {
"@chart-parts/builder": "^0.1.1",
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/scenegraph": "^0.1.1",
"@chart-parts/vsvg": "^0.1.1"
"@chart-parts/builder": "^0.1.3",
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/scenegraph": "^0.1.3",
"@chart-parts/vsvg": "^0.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/processing/scenegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/scenegraph",
"description": "A library that parses Vega scenegraphs into an object model",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"start": "../../../scripts/watch_package.sh"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1"
"@chart-parts/interfaces": "^0.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/processing/vsvg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/vsvg",
"description": "Implementation of the visual prerendering phase, which translates scenegraphs to an intermediate, svg-based, form",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,11 +12,11 @@
"start": "../../../scripts/watch_package.sh"
},
"devDependencies": {
"@chart-parts/scenegraph": "^0.1.1"
"@chart-parts/scenegraph": "^0.1.3"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/shapes": "^0.1.1",
"@chart-parts/interfaces": "^0.1.3",
"@chart-parts/shapes": "^0.1.3",
"@types/d3-path": "^1.0.8",
"@types/d3-shape": "^1.2.7",
"d3-path": "^1.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/renderers/react-native-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/react-native-svg-renderer",
"description": "A virtual dom renderer that emits react-native-svg elements",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"react": "^16.9.0"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/interfaces": "^0.1.3",
"lodash": "^4.17.15",
"react-native-svg": "^9.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/renderers/react-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/react-svg-renderer",
"description": "A virtual dom renderer that emits React-DOM Svg",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"@types/react": "^16.9.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/interfaces": "^0.1.3",
"lodash": "^4.17.15"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/util/scales/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/scales",
"description": "Scaling utilities for chart-parts",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"start": "../../../scripts/watch_package.sh"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/interfaces": "^0.1.3",
"@types/d3-array": "^2.0.0",
"@types/d3-interpolate": "^1.2.0",
"@types/d3-scale": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/util/shapes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/shapes",
"description": "Shape-drawing utilities",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"start": "../../../scripts/watch_package.sh"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/interfaces": "^0.1.3",
"@types/d3-path": "^1.0.8",
"@types/d3-shape": "^1.2.4",
"d3-path": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chart-parts/transform",
"description": "Data transformation utilities",
"version": "0.1.1",
"version": "0.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ecdd41c

Please sign in to comment.