From a826ebab03d48b8bc7bfddba4671e142cd523be8 Mon Sep 17 00:00:00 2001 From: Matt Vickers Date: Wed, 20 Nov 2024 11:11:20 -0600 Subject: [PATCH] v15.3.2 --- 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, 18 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index c1dd8c967..4124fc9e8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "15.3.1", + "version": "15.3.2", "npmClient": "yarn", "useWorkspaces": true, "ignoreChanges": [ diff --git a/packages/polaris-viz-core/CHANGELOG.md b/packages/polaris-viz-core/CHANGELOG.md index 5f6e64074..5fca530df 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). +## [15.3.2] - 2024-11-20 + +- No updates. Transitive dependency bump. + ## [15.3.1] - 2024-11-18 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-core/package.json b/packages/polaris-viz-core/package.json index c9af575af..90ed1ba34 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": "15.3.1", + "version": "15.3.2", "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 ee8ffad77..7e45f29d5 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). +## [15.3.2] - 2024-11-20 + +- No updates. Transitive dependency bump. + ## [15.3.1] - 2024-11-18 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-native/package.json b/packages/polaris-viz-native/package.json index 2fcdd2a34..c9a7c49f1 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": "15.3.1", + "version": "15.3.2", "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": "^15.3.1", + "@shopify/polaris-viz-core": "^15.3.2", "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 cd412fb60..4b315c6c5 100644 --- a/packages/polaris-viz/CHANGELOG.md +++ b/packages/polaris-viz/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased + + +## [15.3.2] - 2024-11-20 ### Fixed diff --git a/packages/polaris-viz/package.json b/packages/polaris-viz/package.json index 774466f50..d00fa6fe5 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": "15.3.1", + "version": "15.3.2", "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": "^15.3.1", + "@shopify/polaris-viz-core": "^15.3.2", "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 e6fec70c2..cf5f8c318 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "sandbox", - "version": "15.3.1", + "version": "15.3.2", "private": true, "main": "index.js", "dependencies": {