From 1a91360bc223743e9183838a1f07b9307b79f5ed Mon Sep 17 00:00:00 2001 From: Matt Vickers Date: Thu, 20 Jun 2024 13:33:40 -0500 Subject: [PATCH] v13.4.1 --- 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 ca5517b41..ec10025a0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "13.4.0", + "version": "13.4.1", "npmClient": "yarn", "useWorkspaces": true, "ignoreChanges": [ diff --git a/packages/polaris-viz-core/CHANGELOG.md b/packages/polaris-viz-core/CHANGELOG.md index 56b434bd3..14b5aa11c 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). +## [13.4.1] - 2024-06-20 + +- No updates. Transitive dependency bump. + ## [13.4.0] - 2024-06-19 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-core/package.json b/packages/polaris-viz-core/package.json index 15862d901..aba5049c7 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": "13.4.0", + "version": "13.4.1", "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 d0b72ce10..a9a0213be 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). +## [13.4.1] - 2024-06-20 + +- No updates. Transitive dependency bump. + ## [13.4.0] - 2024-06-19 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-native/package.json b/packages/polaris-viz-native/package.json index fbbade9c0..9247c4fd7 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": "13.4.0", + "version": "13.4.1", "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": "^13.4.0", + "@shopify/polaris-viz-core": "^13.4.1", "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 b672fd84a..96b6821dc 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 + + +## [13.4.1] - 2024-06-20 ### Changed diff --git a/packages/polaris-viz/package.json b/packages/polaris-viz/package.json index d203f13b1..41b38bcc8 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": "13.4.0", + "version": "13.4.1", "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": "^13.4.0", + "@shopify/polaris-viz-core": "^13.4.1", "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 861ad1266..76dfba0ef 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "sandbox", - "version": "13.4.0", + "version": "13.4.1", "private": true, "main": "index.js", "dependencies": {