Skip to content

Commit 3ab0bf1

Browse files
[ci skip] chore: publish
- @pie-lib/charting@7.0.7 - @pie-lib/config-ui@13.0.7 - @pie-lib/correct-answer-toggle@4.0.4 - @pie-lib/demo@9.0.8 - @pie-lib/drag@4.0.4 - @pie-lib/editable-html@13.0.4 - @pie-lib/editable-html-tip-tap@2.1.5 - @pie-lib/graphing@4.0.8 - @pie-lib/graphing-solution-set@4.0.7 - @pie-lib/icons@4.0.3 - @pie-lib/mask-markup@3.0.7 - @pie-lib/math-input@8.1.1 - @pie-lib/math-toolbar@3.0.4 - @pie-lib/plot@4.0.7 - @pie-lib/render-ui@6.1.2 - @pie-lib/rubric@2.0.7 - @pie-lib/scoring-config@5.0.3 - @pie-lib/text-select@3.0.4 - @pie-lib/tools@2.0.3
1 parent 4b17ad3 commit 3ab0bf1

38 files changed

Lines changed: 185 additions & 70 deletions

packages/charting/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+
## [7.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.6...@pie-lib/charting@7.0.7) (2026-06-12)
7+
8+
### Bug Fixes
9+
10+
- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
11+
612
## [7.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.5...@pie-lib/charting@7.0.6) (2026-06-03)
713

814
**Note:** Version bump only for package @pie-lib/charting

packages/charting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.6",
6+
"version": "7.0.7",
77
"description": "charting",
88
"keywords": [
99
"react",
@@ -23,8 +23,8 @@
2323
"@mui/icons-material": "^7.3.4",
2424
"@mui/material": "^7.3.4",
2525
"@pie-lib/math-rendering": "^5.0.2",
26-
"@pie-lib/plot": "^4.0.6",
27-
"@pie-lib/render-ui": "^6.1.1",
26+
"@pie-lib/plot": "^4.0.7",
27+
"@pie-lib/render-ui": "^6.1.2",
2828
"@pie-lib/translator": "^4.0.2",
2929
"@visx/axis": "^3.0.0",
3030
"@visx/event": "^3.0.0",

packages/config-ui/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+
## [13.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.6...@pie-lib/config-ui@13.0.7) (2026-06-12)
7+
8+
### Bug Fixes
9+
10+
- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
11+
612
## [13.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.5...@pie-lib/config-ui@13.0.6) (2026-06-03)
713

814
**Note:** Version bump only for package @pie-lib/config-ui

packages/config-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-lib/config-ui",
3-
"version": "13.0.6",
3+
"version": "13.0.7",
44
"main": "lib/index.js",
55
"module": "src/index.js",
66
"publishConfig": {
@@ -13,9 +13,9 @@
1313
"@emotion/styled": "^11.14.1",
1414
"@mui/icons-material": "^7.3.4",
1515
"@mui/material": "^7.3.4",
16-
"@pie-lib/editable-html-tip-tap": "^2.1.4",
17-
"@pie-lib/icons": "^4.0.2",
18-
"@pie-lib/render-ui": "^6.1.1",
16+
"@pie-lib/editable-html-tip-tap": "^2.1.5",
17+
"@pie-lib/icons": "^4.0.3",
18+
"@pie-lib/render-ui": "^6.1.2",
1919
"assert": "^1.4.1",
2020
"debug": "^4.1.1",
2121
"lodash-es": "^4.17.23",

packages/correct-answer-toggle/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+
## [4.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/correct-answer-toggle@4.0.3...@pie-lib/correct-answer-toggle@4.0.4) (2026-06-12)
7+
8+
### Bug Fixes
9+
10+
- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
11+
612
## [4.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/correct-answer-toggle@4.0.2...@pie-lib/correct-answer-toggle@4.0.3) (2026-06-01)
713

814
**Note:** Version bump only for package @pie-lib/correct-answer-toggle

packages/correct-answer-toggle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"publishConfig": {
1212
"access": "public"
1313
},
14-
"version": "4.0.3",
14+
"version": "4.0.4",
1515
"main": "lib/index.js",
1616
"module": "src/index.jsx",
1717
"repository": "pie-framework/pie-lib",
@@ -21,8 +21,8 @@
2121
"@emotion/styled": "^11.14.1",
2222
"@mui/icons-material": "^7.3.4",
2323
"@mui/material": "^7.3.4",
24-
"@pie-lib/icons": "^4.0.2",
25-
"@pie-lib/render-ui": "^6.1.1",
24+
"@pie-lib/icons": "^4.0.3",
25+
"@pie-lib/render-ui": "^6.1.2",
2626
"@pie-lib/translator": "^4.0.2",
2727
"lodash-es": "^4.17.23",
2828
"prop-types": "^15.6.2",

packages/demo/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.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/demo@9.0.7...@pie-lib/demo@9.0.8) (2026-06-12)
7+
8+
### Bug Fixes
9+
10+
- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
11+
612
## [9.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/demo@9.0.6...@pie-lib/demo@9.0.7) (2026-06-03)
713

814
**Note:** Version bump only for package @pie-lib/demo

packages/demo/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pie-lib/demo",
33
"private": true,
4-
"version": "9.0.7",
4+
"version": "9.0.8",
55
"repository": "pie-framework/pie-lib",
66
"dependencies": {
77
"@dnd-kit/core": "^6.3.1",
@@ -16,25 +16,25 @@
1616
"@pie-framework/mathml-to-latex": "1.4.4",
1717
"@pie-framework/mathquill": "1.2.1-beta.1",
1818
"@pie-framework/parse-english": "^1.0.0",
19-
"@pie-lib/charting": "^7.0.6",
20-
"@pie-lib/config-ui": "^13.0.6",
21-
"@pie-lib/correct-answer-toggle": "^4.0.3",
22-
"@pie-lib/drag": "^4.0.3",
23-
"@pie-lib/editable-html-tip-tap": "^2.1.4",
24-
"@pie-lib/graphing": "^4.0.7",
25-
"@pie-lib/icons": "^4.0.2",
26-
"@pie-lib/mask-markup": "^3.0.6",
19+
"@pie-lib/charting": "^7.0.7",
20+
"@pie-lib/config-ui": "^13.0.7",
21+
"@pie-lib/correct-answer-toggle": "^4.0.4",
22+
"@pie-lib/drag": "^4.0.4",
23+
"@pie-lib/editable-html-tip-tap": "^2.1.5",
24+
"@pie-lib/graphing": "^4.0.8",
25+
"@pie-lib/icons": "^4.0.3",
26+
"@pie-lib/mask-markup": "^3.0.7",
2727
"@pie-lib/math-evaluator": "^4.0.2",
28-
"@pie-lib/math-input": "^8.1.0",
28+
"@pie-lib/math-input": "^8.1.1",
2929
"@pie-lib/math-rendering": "^5.0.2",
30-
"@pie-lib/math-toolbar": "^3.0.3",
31-
"@pie-lib/plot": "^4.0.6",
32-
"@pie-lib/render-ui": "^6.1.1",
33-
"@pie-lib/rubric": "^2.0.6",
34-
"@pie-lib/scoring-config": "^5.0.2",
30+
"@pie-lib/math-toolbar": "^3.0.4",
31+
"@pie-lib/plot": "^4.0.7",
32+
"@pie-lib/render-ui": "^6.1.2",
33+
"@pie-lib/rubric": "^2.0.7",
34+
"@pie-lib/scoring-config": "^5.0.3",
3535
"@pie-lib/style-utils": "^2.0.2",
36-
"@pie-lib/text-select": "^3.0.3",
37-
"@pie-lib/tools": "^2.0.2",
36+
"@pie-lib/text-select": "^3.0.4",
37+
"@pie-lib/tools": "^2.0.3",
3838
"@pie-lib/translator": "^4.0.2",
3939
"@tiptap/pm": "3.20.0",
4040
"@visx/axis": "^3.0.0",

packages/drag/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+
## [4.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/drag@4.0.3...@pie-lib/drag@4.0.4) (2026-06-12)
7+
8+
### Bug Fixes
9+
10+
- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
11+
612
## [4.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/drag@4.0.2...@pie-lib/drag@4.0.3) (2026-06-01)
713

814
**Note:** Version bump only for package @pie-lib/drag

packages/drag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-lib/drag",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "src/index.js",
@@ -14,7 +14,7 @@
1414
"@mui/icons-material": "^7.3.4",
1515
"@mui/material": "^7.3.4",
1616
"@pie-lib/math-rendering": "^5.0.2",
17-
"@pie-lib/render-ui": "^6.1.1",
17+
"@pie-lib/render-ui": "^6.1.2",
1818
"classnames": "^2.2.6",
1919
"lodash-es": "^4.17.23",
2020
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)