Skip to content

Commit 7c2482e

Browse files
committed
v14.3.0
1 parent 361e735 commit 7c2482e

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.2.0",
2+
"version": "14.3.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"ignoreChanges": [

Diff for: packages/polaris-viz-core/CHANGELOG.md

+3-1
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+
## [14.3.0] - 2024-07-19
911

1012
### Changed
1113

Diff for: packages/polaris-viz-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-viz-core",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
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",

Diff for: packages/polaris-viz-native/CHANGELOG.md

+4
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+
## [14.3.0] - 2024-07-19
11+
12+
- No updates. Transitive dependency bump.
13+
1014
## [14.2.0] - 2024-07-12
1115

1216
- No updates. Transitive dependency bump.

Diff for: packages/polaris-viz-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-viz-native",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
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": "^14.2.0",
20+
"@shopify/polaris-viz-core": "^14.3.0",
2121
"d3-scale": "^4.0.2",
2222
"d3-shape": "^3.1.0",
2323
"react-native-svg": "12.1.1"

Diff for: packages/polaris-viz/CHANGELOG.md

+3-1
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+
## [14.3.0] - 2024-07-19
911

1012
### Fixed
1113

Diff for: packages/polaris-viz/package.json

+2-2
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": "14.2.0",
4+
"version": "14.3.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -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": "^14.2.0",
34+
"@shopify/polaris-viz-core": "^14.3.0",
3535
"d3-array": "^3.2.0",
3636
"d3-color": "^3.1.0",
3737
"d3-path": "^3.0.1",

Diff for: sandbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandbox",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
44
"private": true,
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)