Skip to content

Commit c00fd82

Browse files
[ci skip] chore: publish
- @pie-element/graphing@10.1.0-next.2 - @pie-element/graphing-controller@9.1.0-next.2
1 parent 3adecae commit c00fd82

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/graphing/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@10.1.0-next.1...@pie-element/graphing@10.1.0-next.2) (2026-05-07)
7+
8+
### Bug Fixes
9+
10+
- **graphing:** point labels scoring PIE-523 ([06e65e3](https://github.com/pie-framework/pie-elements/commit/06e65e3250d58bebc9632cf5903cd7b2281fd905))
11+
612
# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@10.1.0-next.0...@pie-element/graphing@10.1.0-next.1) (2026-05-06)
713

814
### Bug Fixes

packages/graphing/controller/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@9.1.0-next.1...@pie-element/graphing-controller@9.1.0-next.2) (2026-05-07)
7+
8+
### Bug Fixes
9+
10+
- **graphing:** point labels scoring PIE-523 ([06e65e3](https://github.com/pie-framework/pie-elements/commit/06e65e3250d58bebc9632cf5903cd7b2281fd905))
11+
612
# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@9.1.0-next.0...@pie-element/graphing-controller@9.1.0-next.1) (2026-05-06)
713

814
### Bug Fixes

packages/graphing/controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pie-element/graphing-controller",
33
"private": true,
4-
"version": "9.1.0-next.1",
4+
"version": "9.1.0-next.2",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

packages/graphing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "10.1.0-next.1",
7+
"version": "10.1.0-next.2",
88
"description": "",
99
"scripts": {
1010
"postpublish": "../../scripts/postpublish"

0 commit comments

Comments
 (0)