Skip to content

Commit

Permalink
v0.0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed May 3, 2017
1 parent 7ac3ffb commit bc1445a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.102"
"version": "0.0.103"
}
4 changes: 2 additions & 2 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.100",
"version": "0.0.103",
"description": "vx annotation",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@vx/group": "0.0.100",
"@vx/shape": "0.0.100",
"@vx/shape": "0.0.103",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.100",
"version": "0.0.103",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@vx/group": "0.0.100",
"@vx/point": "0.0.100",
"@vx/shape": "0.0.100",
"@vx/shape": "0.0.103",
"classnames": "^2.2.5",
"react": "^15.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.102",
"version": "0.0.103",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
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.100",
"version": "0.0.103",
"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.100",
"@vx/shape": "0.0.103",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.100",
"version": "0.0.103",
"description": "vx marker",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@vx/group": "0.0.100",
"@vx/shape": "0.0.100",
"@vx/shape": "0.0.103",
"classnames": "^2.2.5"
},
"publishConfig": {
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.100",
"version": "0.0.103",
"description": "vx responsive svg",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.100",
"version": "0.0.103",
"description": "vx shape",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand Down

0 comments on commit bc1445a

Please sign in to comment.