diff --git a/lerna.json b/lerna.json index 870b103a4..4777bf644 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "15.3.5", + "version": "15.4.0", "npmClient": "yarn", "useWorkspaces": true, "ignoreChanges": [ diff --git a/packages/polaris-viz-core/CHANGELOG.md b/packages/polaris-viz-core/CHANGELOG.md index 61978e2f3..efeea980a 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.4.0] - 2024-12-10 + +- No updates. Transitive dependency bump. + ## [15.3.5] - 2024-12-05 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-core/package.json b/packages/polaris-viz-core/package.json index 96f11438c..ef73da3df 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.5", + "version": "15.4.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/CHANGELOG.md b/packages/polaris-viz-native/CHANGELOG.md index 2cc5371e8..e6d785fa5 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.4.0] - 2024-12-10 + +- No updates. Transitive dependency bump. + ## [15.3.5] - 2024-12-05 - No updates. Transitive dependency bump. diff --git a/packages/polaris-viz-native/package.json b/packages/polaris-viz-native/package.json index 1865867d3..e6dfc299d 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.5", + "version": "15.4.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": "^15.3.5", + "@shopify/polaris-viz-core": "^15.4.0", "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 edfd98550..b6d60aa12 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.4.0] - 2024-12-10 ### Changed diff --git a/packages/polaris-viz/package.json b/packages/polaris-viz/package.json index d3b96a3cb..0a2038bed 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.5", + "version": "15.4.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": "^15.3.5", + "@shopify/polaris-viz-core": "^15.4.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 bfc744fcd..890bdf405 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "sandbox", - "version": "15.3.5", + "version": "15.4.0", "private": true, "main": "index.js", "dependencies": {