Skip to content

Commit

Permalink
v15.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susiekims committed Nov 5, 2024
1 parent d4378ba commit 034d902
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "15.2.0",
"version": "15.2.1",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
Expand Down
4 changes: 4 additions & 0 deletions packages/polaris-viz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## [15.2.1] - 2024-11-05

- No updates. Transitive dependency bump.

## [15.2.0] - 2024-11-04

- No updates. Transitive dependency bump.
Expand Down
2 changes: 1 addition & 1 deletion packages/polaris-viz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-viz-core",
"version": "15.2.0",
"version": "15.2.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/polaris-viz-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## [15.2.1] - 2024-11-05

- No updates. Transitive dependency bump.

## [15.2.0] - 2024-11-04

- No updates. Transitive dependency bump.
Expand Down
4 changes: 2 additions & 2 deletions packages/polaris-viz-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-viz-native",
"version": "15.2.0",
"version": "15.2.1",
"main": "build/cjs/index.js",
"types": "build/ts/index.d.ts",
"description": "Polaris Viz for React Native",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@react-spring/native": "^9.4.5",
"@shopify/polaris-viz-core": "^15.2.0",
"@shopify/polaris-viz-core": "^15.2.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"react-native-svg": "12.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/polaris-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## [15.2.1] - 2024-11-05

- No updates. Transitive dependency bump.

## [15.2.0] - 2024-11-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/polaris-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris-viz",
"description": "Shopify’s viz component library",
"version": "15.2.0",
"version": "15.2.1",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@juggle/resize-observer": "^3.3.1",
"@react-spring/web": "^9.4.5",
"@shopify/polaris-viz-core": "^15.2.0",
"@shopify/polaris-viz-core": "^15.2.1",
"d3-array": "^3.2.0",
"d3-color": "^3.1.0",
"d3-path": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandbox",
"version": "15.2.0",
"version": "15.2.1",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 034d902

Please sign in to comment.