File tree 8 files changed +17
-9
lines changed
8 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 14.2 .0" ,
2
+ "version" : " 14.3 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"ignoreChanges" : [
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ <!-- ## Unreleased -->
9
+
10
+ ## [ 14.3.0] - 2024-07-19
9
11
10
12
### Changed
11
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopify/polaris-viz-core" ,
3
- "version" : " 14.2 .0" ,
3
+ "version" : " 14.3 .0" ,
4
4
"description" : " Core logic for Polaris Viz that is not platform specific" ,
5
5
"homepage" : " https://github.com/Shopify/polaris-viz#readme" ,
6
6
"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).
7
7
8
8
<!-- ## Unreleased -->
9
9
10
+ ## [ 14.3.0] - 2024-07-19
11
+
12
+ - No updates. Transitive dependency bump.
13
+
10
14
## [ 14.2.0] - 2024-07-12
11
15
12
16
- No updates. Transitive dependency bump.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopify/polaris-viz-native" ,
3
- "version" : " 14.2 .0" ,
3
+ "version" : " 14.3 .0" ,
4
4
"main" : " build/cjs/index.js" ,
5
5
"types" : " build/ts/index.d.ts" ,
6
6
"description" : " Polaris Viz for React Native" ,
17
17
},
18
18
"dependencies" : {
19
19
"@react-spring/native" : " ^9.4.5" ,
20
- "@shopify/polaris-viz-core" : " ^14.2 .0" ,
20
+ "@shopify/polaris-viz-core" : " ^14.3 .0" ,
21
21
"d3-scale" : " ^4.0.2" ,
22
22
"d3-shape" : " ^3.1.0" ,
23
23
"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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ <!-- ## Unreleased -->
9
+
10
+ ## [ 14.3.0] - 2024-07-19
9
11
10
12
### Fixed
11
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopify/polaris-viz" ,
3
3
"description" : " Shopify’s viz component library" ,
4
- "version" : " 14.2 .0" ,
4
+ "version" : " 14.3 .0" ,
5
5
"private" : false ,
6
6
"license" : " SEE LICENSE IN LICENSE.md" ,
7
7
"author" :
" Shopify <[email protected] >" ,
31
31
"dependencies" : {
32
32
"@juggle/resize-observer" : " ^3.3.1" ,
33
33
"@react-spring/web" : " ^9.4.5" ,
34
- "@shopify/polaris-viz-core" : " ^14.2 .0" ,
34
+ "@shopify/polaris-viz-core" : " ^14.3 .0" ,
35
35
"d3-array" : " ^3.2.0" ,
36
36
"d3-color" : " ^3.1.0" ,
37
37
"d3-path" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sandbox" ,
3
- "version" : " 14.2 .0" ,
3
+ "version" : " 14.3 .0" ,
4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments