diff --git a/lerna.json b/lerna.json index 621517a2f..20854f4c7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "10.4.3", + "version": "10.5.0", "npmClient": "yarn", "useWorkspaces": true, "ignoreChanges": [ diff --git a/packages/polaris-viz-core/package.json b/packages/polaris-viz-core/package.json index 4066db278..917da5988 100644 --- a/packages/polaris-viz-core/package.json +++ b/packages/polaris-viz-core/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-viz-core", - "version": "10.4.3", + "version": "10.5.0", "description": "Core logic for Polaris Viz that is not platform specific", "homepage": "https://github.com/Shopify/polaris-viz#readme", "license": "SEE LICENSE IN LICENSE.md", diff --git a/packages/polaris-viz-native/package.json b/packages/polaris-viz-native/package.json index e0a82ef5c..b82f7cb02 100644 --- a/packages/polaris-viz-native/package.json +++ b/packages/polaris-viz-native/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-viz-native", - "version": "10.4.3", + "version": "10.5.0", "main": "build/cjs/index.js", "types": "build/ts/index.d.ts", "description": "Polaris Viz for React Native", @@ -17,7 +17,7 @@ }, "dependencies": { "@react-spring/native": "^9.4.5", - "@shopify/polaris-viz-core": "^10.4.3", + "@shopify/polaris-viz-core": "^10.5.0", "d3-scale": "^4.0.2", "d3-shape": "^3.1.0", "react-native-svg": "12.1.1" diff --git a/packages/polaris-viz/package.json b/packages/polaris-viz/package.json index 19cba9f06..9e2204b41 100644 --- a/packages/polaris-viz/package.json +++ b/packages/polaris-viz/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris-viz", "description": "Shopify’s viz component library", - "version": "10.4.3", + "version": "10.5.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -31,7 +31,7 @@ "dependencies": { "@juggle/resize-observer": "^3.3.1", "@react-spring/web": "^9.4.5", - "@shopify/polaris-viz-core": "^10.4.3", + "@shopify/polaris-viz-core": "^10.5.0", "d3-array": "^3.2.0", "d3-color": "^3.1.0", "d3-path": "^3.0.1", diff --git a/sandbox/package.json b/sandbox/package.json index e0f182615..8981fffac 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "sandbox", - "version": "10.4.3", + "version": "10.5.0", "private": true, "main": "index.js", "dependencies": {