From 20a158210b8272f080bed7b91b6581791fa24a46 Mon Sep 17 00:00:00 2001 From: Matt Vickers Date: Thu, 24 Aug 2023 09:09:21 -0500 Subject: [PATCH] v9.10.6 --- lerna.json | 2 +- packages/polaris-viz-core/CHANGELOG.md | 4 ++++ packages/polaris-viz-core/package.json | 2 +- packages/polaris-viz-native/CHANGELOG.md | 4 ++++ packages/polaris-viz-native/package.json | 4 ++-- packages/polaris-viz/CHANGELOG.md | 4 ++++ packages/polaris-viz/package.json | 4 ++-- sandbox/package.json | 2 +- 8 files changed, 19 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index 61531f64c..f7034af88 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.10.5", + "version": "9.10.6", "npmClient": "yarn", "useWorkspaces": true, "ignoreChanges": [ diff --git a/packages/polaris-viz-core/CHANGELOG.md b/packages/polaris-viz-core/CHANGELOG.md index a1cfc9120..2aa25ea99 100644 --- a/packages/polaris-viz-core/CHANGELOG.md +++ b/packages/polaris-viz-core/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [9.10.6] - 2023-08-24 + +- No updates. Transitive dependency bump. + ## [9.10.5] - 2023-08-23 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-core/package.json b/packages/polaris-viz-core/package.json index 0dede170b..8c06b145d 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": "9.10.5", + "version": "9.10.6", "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/CHANGELOG.md b/packages/polaris-viz-native/CHANGELOG.md index 911b382a1..aa3bfe3c6 100644 --- a/packages/polaris-viz-native/CHANGELOG.md +++ b/packages/polaris-viz-native/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [9.10.6] - 2023-08-24 + +- No updates. Transitive dependency bump. + ## [9.10.5] - 2023-08-23 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-native/package.json b/packages/polaris-viz-native/package.json index adf2cd833..d6305b88b 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": "9.10.5", + "version": "9.10.6", "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": "^9.10.5", + "@shopify/polaris-viz-core": "^9.10.6", "d3-scale": "^4.0.2", "d3-shape": "^3.1.0", "react-native-svg": "12.1.1" diff --git a/packages/polaris-viz/CHANGELOG.md b/packages/polaris-viz/CHANGELOG.md index 5fe897332..4ec7ab3e0 100644 --- a/packages/polaris-viz/CHANGELOG.md +++ b/packages/polaris-viz/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [9.10.6] - 2023-08-24 + +- No updates. Transitive dependency bump. + ## [9.10.5] - 2023-08-23 ### Changed diff --git a/packages/polaris-viz/package.json b/packages/polaris-viz/package.json index 72c129755..e83de505f 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": "9.10.5", + "version": "9.10.6", "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": "^9.10.5", + "@shopify/polaris-viz-core": "^9.10.6", "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 4d622e248..e14d88135 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "sandbox", - "version": "9.10.5", + "version": "9.10.6", "private": true, "main": "index.js", "dependencies": {