Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
envex committed Apr 15, 2024
1 parent 0b0bb71 commit 7d9d0b5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "12.5.0",
"version": "13.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
Expand Down
4 changes: 4 additions & 0 deletions packages/polaris-viz-core/CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## [13.0.0] - 2024-04-15

- No updates. Transitive dependency bump.

## [12.5.0] - 2024-04-04

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

<!-- ## Unreleased -->

## [13.0.0] - 2024-04-15

- No updates. Transitive dependency bump.

## [12.5.0] - 2024-04-04

- No updates. Transitive dependency bump.
Expand Down
4 changes: 2 additions & 2 deletions packages/polaris-viz-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-viz-native",
"version": "12.5.0",
"version": "13.0.0",
"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": "^12.5.0",
"@shopify/polaris-viz-core": "^13.0.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"react-native-svg": "12.1.1"
Expand Down
4 changes: 3 additions & 1 deletion packages/polaris-viz/CHANGELOG.md
Expand Up @@ -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
<!-- ## Unreleased -->

## [13.0.0] - 2024-04-15

### Changed

Expand Down
4 changes: 2 additions & 2 deletions packages/polaris-viz/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris-viz",
"description": "Shopify’s viz component library",
"version": "12.5.0",
"version": "13.0.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
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": "^12.5.0",
"@shopify/polaris-viz-core": "^13.0.0",
"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
@@ -1,6 +1,6 @@
{
"name": "sandbox",
"version": "12.5.0",
"version": "13.0.0",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 7d9d0b5

Please sign in to comment.