Skip to content

Commit

Permalink
v0.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Apr 23, 2017
1 parent d88f9ab commit fb9195d
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 43 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.0.99"
"version": "0.0.100"
}
6 changes: 3 additions & 3 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/annotation",
"version": "0.0.89",
"version": "0.0.100",
"description": "vx annotation",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -32,8 +32,8 @@
"react-tools": "^0.10.0"
},
"dependencies": {
"@vx/group": "0.0.84",
"@vx/shape": "0.0.89",
"@vx/group": "0.0.100",
"@vx/shape": "0.0.100",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/axis",
"version": "0.0.89",
"version": "0.0.100",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.84",
"@vx/point": "0.0.84",
"@vx/shape": "0.0.89",
"@vx/group": "0.0.100",
"@vx/point": "0.0.100",
"@vx/shape": "0.0.100",
"classnames": "^2.2.5",
"react": "^15.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/brush",
"version": "0.0.98",
"version": "0.0.100",
"description": "vx brush",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-curve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/curve",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx curve",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand Down
20 changes: 10 additions & 10 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.99",
"version": "0.0.100",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -17,20 +17,20 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "^0.0.60",
"@vx/axis": "0.0.89",
"@vx/brush": "0.0.98",
"@vx/curve": "0.0.84",
"@vx/axis": "0.0.100",
"@vx/brush": "0.0.100",
"@vx/curve": "0.0.100",
"@vx/glyph": "^0.0.49",
"@vx/grid": "^0.0.49",
"@vx/group": "0.0.49",
"@vx/marker": "^0.0.60",
"@vx/mock-data": "0.0.95",
"@vx/pattern": "0.0.84",
"@vx/mock-data": "0.0.100",
"@vx/pattern": "0.0.100",
"@vx/point": "^0.0.49",
"@vx/responsive": "0.0.84",
"@vx/scale": "0.0.92",
"@vx/shape": "0.0.89",
"@vx/text": "0.0.84",
"@vx/responsive": "0.0.100",
"@vx/scale": "0.0.100",
"@vx/shape": "0.0.100",
"@vx/text": "0.0.100",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
"d3-shape": "^1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-glyph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/glyph",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx glyph ",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-tools": "^0.10.0"
},
"dependencies": {
"@vx/group": "0.0.84",
"@vx/group": "0.0.100",
"classnames": "^2.2.5",
"react": "^15.4.2"
}
Expand Down
11 changes: 5 additions & 6 deletions packages/vx-gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "@vx/gradient",
"version": "1.0.0",
"version": "0.0.100",
"description": "vx gradient",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"files": [
"build"
],
"scripts": {
"build": "make build SRC=./src",
"prepublish": "make build SRC=./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": [
"vx",
"react",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/grid",
"version": "0.0.89",
"version": "0.0.100",
"description": "vx grid",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@vx/group": "0.0.15",
"@vx/point": "0.0.10",
"@vx/shape": "0.0.89",
"@vx/shape": "0.0.100",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/group",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx group",
"main": "build/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/marker",
"version": "0.0.89",
"version": "0.0.100",
"description": "vx marker",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -32,8 +32,8 @@
"react-tools": "^0.10.0"
},
"dependencies": {
"@vx/group": "0.0.84",
"@vx/shape": "0.0.89",
"@vx/group": "0.0.100",
"@vx/shape": "0.0.100",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-mock-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/mock-data",
"version": "0.0.95",
"version": "0.0.100",
"description": "vx mock data",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/pattern",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx pattern",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/point",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx point",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-responsive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/responsive",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx responsive svg",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/scale",
"version": "0.0.92",
"version": "0.0.100",
"description": "vx scale",
"main": "build/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/shape",
"version": "0.0.89",
"version": "0.0.100",
"description": "vx shape",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand All @@ -21,8 +21,8 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/curve": "0.0.84",
"@vx/point": "0.0.84",
"@vx/curve": "0.0.100",
"@vx/point": "0.0.100",
"classnames": "^2.2.5",
"d3-shape": "^1.0.6",
"react": "^15.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/text",
"version": "0.0.84",
"version": "0.0.100",
"description": "vx text",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit fb9195d

Please sign in to comment.