This repository was archived by the owner on Jun 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +18
-8
lines changed
Expand file tree Collapse file tree 8 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 15.7 .0" ,
2+ "version" : " 15.8 .0" ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "ignoreChanges" : [
Original file line number Diff line number Diff 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.8.0] - 2025-01-16
11+
12+ - No updates. Transitive dependency bump.
13+
1014## [ 15.7.0] - 2025-01-08
1115
1216- No updates. Transitive dependency bump.
Original file line number Diff line number Diff line change 11{
22 "name" : " @shopify/polaris-viz-core" ,
3- "version" : " 15.7 .0" ,
3+ "version" : " 15.8 .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" ,
Original file line number Diff line number Diff 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.8.0] - 2025-01-16
11+
12+ - No updates. Transitive dependency bump.
13+
1014## [ 15.7.0] - 2025-01-08
1115
1216- No updates. Transitive dependency bump.
Original file line number Diff line number Diff line change 11{
22 "name" : " @shopify/polaris-viz-native" ,
3- "version" : " 15.7 .0" ,
3+ "version" : " 15.8 .0" ,
44 "main" : " build/cjs/index.js" ,
55 "types" : " build/ts/index.d.ts" ,
66 "description" : " Polaris Viz for React Native" ,
1717 },
1818 "dependencies" : {
1919 "@react-spring/native" : " ^9.4.5" ,
20- "@shopify/polaris-viz-core" : " ^15.7 .0" ,
20+ "@shopify/polaris-viz-core" : " ^15.8 .0" ,
2121 "d3-scale" : " ^4.0.2" ,
2222 "d3-shape" : " ^3.1.0" ,
2323 "react-native-svg" : " 12.1.1"
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ <!-- ## Unreleased -->
9+
10+ ## [ 15.8.0] - 2025-01-16
911
1012### Fixed
1113
Original file line number Diff line number Diff line change 11{
22 "name" : " @shopify/polaris-viz" ,
33 "description" : " Shopify’s viz component library" ,
4- "version" : " 15.7 .0" ,
4+ "version" : " 15.8 .0" ,
55 "private" : false ,
66 "license" : " SEE LICENSE IN LICENSE.md" ,
77 "author" : " Shopify <dev@shopify.com>" ,
3131 "dependencies" : {
3232 "@juggle/resize-observer" : " ^3.3.1" ,
3333 "@react-spring/web" : " ^9.4.5" ,
34- "@shopify/polaris-viz-core" : " ^15.7 .0" ,
34+ "@shopify/polaris-viz-core" : " ^15.8 .0" ,
3535 "d3-array" : " ^3.2.0" ,
3636 "d3-color" : " ^3.1.0" ,
3737 "d3-path" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sandbox" ,
3- "version" : " 15.7 .0" ,
3+ "version" : " 15.8 .0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments