Skip to content

Commit 94c9624

Browse files
author
github-actions
committed
v3.10.0
1 parent c4eb661 commit 94c9624

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "3.9.0",
5+
"version": "3.10.0",
66
"command": {
77
"publish": {
88
"allowBranch": "master"

packages/visx-demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/demo",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "visx demo",
55
"repository": "https://github.com/airbnb/visx",
66
"scripts": {
@@ -57,18 +57,18 @@
5757
"@visx/pattern": "3.3.0",
5858
"@visx/point": "3.3.0",
5959
"@visx/react-spring": "3.9.0",
60-
"@visx/responsive": "3.3.0",
60+
"@visx/responsive": "3.10.0",
6161
"@visx/scale": "3.5.0",
6262
"@visx/shape": "3.5.0",
6363
"@visx/stats": "3.5.0",
6464
"@visx/text": "3.3.0",
6565
"@visx/threshold": "3.5.0",
6666
"@visx/tooltip": "3.3.0",
6767
"@visx/vendor": "3.5.0",
68-
"@visx/visx": "3.9.0",
68+
"@visx/visx": "3.10.0",
6969
"@visx/voronoi": "3.3.0",
7070
"@visx/wordcloud": "3.3.0",
71-
"@visx/xychart": "3.9.0",
71+
"@visx/xychart": "3.10.0",
7272
"@visx/zoom": "3.3.0",
7373
"@zeit/next-css": "^1.0.1",
7474
"babel-loader": "^8.2.2",

packages/visx-responsive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/responsive",
3-
"version": "3.3.0",
3+
"version": "3.10.0",
44
"description": "visx responsive svg",
55
"sideEffects": false,
66
"main": "lib/index.js",

packages/visx-visx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/visx",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "One stop install for all visx packages",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -55,15 +55,15 @@
5555
"@visx/network": "3.3.0",
5656
"@visx/pattern": "3.3.0",
5757
"@visx/point": "3.3.0",
58-
"@visx/responsive": "3.3.0",
58+
"@visx/responsive": "3.10.0",
5959
"@visx/scale": "3.5.0",
6060
"@visx/shape": "3.5.0",
6161
"@visx/text": "3.3.0",
6262
"@visx/threshold": "3.5.0",
6363
"@visx/tooltip": "3.3.0",
6464
"@visx/voronoi": "3.3.0",
6565
"@visx/wordcloud": "3.3.0",
66-
"@visx/xychart": "3.9.0",
66+
"@visx/xychart": "3.10.0",
6767
"@visx/zoom": "3.3.0"
6868
}
6969
}

packages/visx-xychart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/xychart",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Composable cartesian coordinate chart built with visx primitives",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -48,7 +48,7 @@
4848
"@visx/glyph": "3.3.0",
4949
"@visx/grid": "3.5.0",
5050
"@visx/react-spring": "3.9.0",
51-
"@visx/responsive": "3.3.0",
51+
"@visx/responsive": "3.10.0",
5252
"@visx/scale": "3.5.0",
5353
"@visx/shape": "3.5.0",
5454
"@visx/text": "3.3.0",

0 commit comments

Comments
 (0)