Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit c3dd0c0

Browse files
committed
v16.15.3
1 parent 19403fe commit c3dd0c0

File tree

9 files changed

+26
-16
lines changed

9 files changed

+26
-16
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "16.15.2",
2+
"version": "16.15.3",
33
"npmClient": "npm",
44
"useWorkspaces": true,
55
"ignoreChanges": [

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/polaris-viz-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- ## Unreleased -->
99

10+
## [16.15.3] - 2025-05-07
11+
12+
- No updates. Transitive dependency bump.
13+
1014
## [16.15.2] - 2025-05-02
1115

1216
- No updates. Transitive dependency bump.

packages/polaris-viz-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-viz-core",
3-
"version": "16.15.2",
3+
"version": "16.15.3",
44
"description": "Core logic for Polaris Viz that is not platform specific",
55
"homepage": "https://github.com/Shopify/polaris-viz#readme",
66
"license": "SEE LICENSE IN LICENSE.md",

packages/polaris-viz-native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- ## Unreleased -->
99

10+
## [16.15.3] - 2025-05-07
11+
12+
- No updates. Transitive dependency bump.
13+
1014
## [16.15.2] - 2025-05-02
1115

1216
- No updates. Transitive dependency bump.

packages/polaris-viz-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-viz-native",
3-
"version": "16.15.2",
3+
"version": "16.15.3",
44
"main": "build/cjs/index.js",
55
"types": "build/ts/index.d.ts",
66
"description": "Polaris Viz for React Native",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@react-spring/native": "^9.4.5",
25-
"@shopify/polaris-viz-core": "^16.15.2",
25+
"@shopify/polaris-viz-core": "^16.15.3",
2626
"d3-scale": "^4.0.2",
2727
"d3-shape": "^3.1.0",
2828
"react-native-svg": "12.1.1"

packages/polaris-viz/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [16.15.3] - 2025-05-07
911

1012
### Changed
1113

packages/polaris-viz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris-viz",
33
"description": "Shopify's viz component library",
4-
"version": "16.15.2",
4+
"version": "16.15.3",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@juggle/resize-observer": "^3.3.1",
3737
"@react-spring/web": "^9.4.5",
38-
"@shopify/polaris-viz-core": "^16.15.2",
38+
"@shopify/polaris-viz-core": "^16.15.3",
3939
"d3-array": "^3.2.0",
4040
"d3-color": "^3.1.0",
4141
"d3-path": "^3.0.1",

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandbox",
3-
"version": "16.15.2",
3+
"version": "16.15.3",
44
"private": true,
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)