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

Commit 5a84e48

Browse files
committed
v15.6.1
1 parent 437831e commit 5a84e48

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
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": "15.6.0",
2+
"version": "15.6.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"ignoreChanges": [

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+
## [15.6.1] - 2024-12-18
11+
12+
- No updates. Transitive dependency bump.
13+
1014
## [15.6.0] - 2024-12-18
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": "15.6.0",
3+
"version": "15.6.1",
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+
## [15.6.1] - 2024-12-18
11+
12+
- No updates. Transitive dependency bump.
13+
1014
## [15.6.0] - 2024-12-18
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": "15.6.0",
3+
"version": "15.6.1",
44
"main": "build/cjs/index.js",
55
"types": "build/ts/index.d.ts",
66
"description": "Polaris Viz for React Native",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@react-spring/native": "^9.4.5",
20-
"@shopify/polaris-viz-core": "^15.6.0",
20+
"@shopify/polaris-viz-core": "^15.6.1",
2121
"d3-scale": "^4.0.2",
2222
"d3-shape": "^3.1.0",
2323
"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+
## [15.6.1] - 2024-12-18
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": "15.6.0",
4+
"version": "15.6.1",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@juggle/resize-observer": "^3.3.1",
3333
"@react-spring/web": "^9.4.5",
34-
"@shopify/polaris-viz-core": "^15.6.0",
34+
"@shopify/polaris-viz-core": "^15.6.1",
3535
"d3-array": "^3.2.0",
3636
"d3-color": "^3.1.0",
3737
"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": "15.6.0",
3+
"version": "15.6.1",
44
"private": true,
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)