Skip to content

Commit 83827e0

Browse files
author
Horia Iacos
committed
Merge branch 'master' of github.com:pie-framework/pie-lib into develop
2 parents 1ad15f2 + a05f89e commit 83827e0

58 files changed

Lines changed: 338 additions & 106 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/categorize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/categorize@2.0.2-next.1...@pie-lib/categorize@2.0.2) (2026-05-07)
7+
8+
**Note:** Version bump only for package @pie-lib/categorize
9+
10+
## [2.0.2-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/categorize@2.0.2-next.0...@pie-lib/categorize@2.0.2-next.1) (2026-05-07)
11+
12+
**Note:** Version bump only for package @pie-lib/categorize
13+
614
## [2.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/categorize@1.2.0-next.3...@pie-lib/categorize@2.0.2-next.0) (2026-05-06)
715

816
**Note:** Version bump only for package @pie-lib/categorize

packages/categorize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-lib/categorize",
3-
"version": "2.0.2-next.0",
3+
"version": "2.0.2",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "src/index.js",

packages/charting/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.3...@pie-lib/charting@7.0.2) (2026-05-07)
7+
8+
**Note:** Version bump only for package @pie-lib/charting
9+
10+
## [7.0.2-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.2...@pie-lib/charting@7.0.2-next.3) (2026-05-07)
11+
12+
**Note:** Version bump only for package @pie-lib/charting
13+
614
## [7.0.2-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.2-next.1...@pie-lib/charting@7.0.2-next.2) (2026-05-06)
715

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

packages/charting/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.2-next.2",
6+
"version": "7.0.2",
77
"description": "charting",
88
"keywords": [
99
"react",
@@ -22,10 +22,10 @@
2222
"@mapbox/point-geometry": "^1.1.0",
2323
"@mui/icons-material": "^7.3.4",
2424
"@mui/material": "^7.3.4",
25-
"@pie-lib/math-rendering": "^5.0.2-next.0",
26-
"@pie-lib/plot": "^4.0.2-next.2",
27-
"@pie-lib/render-ui": "^6.1.0-next.1",
28-
"@pie-lib/translator": "^4.0.2-next.0",
25+
"@pie-lib/math-rendering": "^5.0.2",
26+
"@pie-lib/plot": "^4.0.2",
27+
"@pie-lib/render-ui": "^6.1.0",
28+
"@pie-lib/translator": "^4.0.2",
2929
"@visx/axis": "^3.0.0",
3030
"@visx/event": "^3.0.0",
3131
"@visx/grid": "^3.0.0",
@@ -47,7 +47,7 @@
4747
"react": "^18.2.0"
4848
},
4949
"devDependencies": {
50-
"@pie-lib/test-utils": "^2.0.2-next.0"
50+
"@pie-lib/test-utils": "^2.0.2"
5151
},
5252
"gitHead": "433bcb776c2975739e7417f133d31cd996164116"
5353
}

packages/config-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.2-next.3...@pie-lib/config-ui@13.0.2) (2026-05-07)
7+
8+
**Note:** Version bump only for package @pie-lib/config-ui
9+
10+
## [13.0.2-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.2-next.2...@pie-lib/config-ui@13.0.2-next.3) (2026-05-07)
11+
12+
**Note:** Version bump only for package @pie-lib/config-ui
13+
614
## [13.0.2-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.2-next.1...@pie-lib/config-ui@13.0.2-next.2) (2026-05-06)
715

816
### Bug Fixes

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.2-next.2",
3+
"version": "13.0.2",
44
"main": "lib/index.js",
55
"module": "src/index.js",
66
"publishConfig": {
@@ -13,9 +13,9 @@
1313
"@emotion/style": "^0.8.0",
1414
"@mui/icons-material": "^7.3.4",
1515
"@mui/material": "^7.3.4",
16-
"@pie-lib/editable-html-tip-tap": "^2.1.0-next.2",
17-
"@pie-lib/icons": "^4.0.2-next.0",
18-
"@pie-lib/render-ui": "^6.1.0-next.1",
16+
"@pie-lib/editable-html-tip-tap": "^2.1.0",
17+
"@pie-lib/icons": "^4.0.2",
18+
"@pie-lib/render-ui": "^6.1.0",
1919
"assert": "^1.4.1",
2020
"debug": "^4.1.1",
2121
"lodash-es": "^4.17.23",

packages/controller-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/controller-utils@2.0.2-next.1...@pie-lib/controller-utils@2.0.2) (2026-05-07)
7+
8+
**Note:** Version bump only for package @pie-lib/controller-utils
9+
10+
## [2.0.2-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/controller-utils@2.0.2-next.0...@pie-lib/controller-utils@2.0.2-next.1) (2026-05-07)
11+
12+
**Note:** Version bump only for package @pie-lib/controller-utils
13+
614
## [2.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/controller-utils@1.2.0-next.3...@pie-lib/controller-utils@2.0.2-next.0) (2026-05-06)
715

816
**Note:** Version bump only for package @pie-lib/controller-utils

packages/controller-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-lib/controller-utils",
3-
"version": "2.0.2-next.0",
3+
"version": "2.0.2",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "src/index.js",

packages/correct-answer-toggle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/correct-answer-toggle@4.0.2-next.2...@pie-lib/correct-answer-toggle@4.0.2) (2026-05-07)
7+
8+
**Note:** Version bump only for package @pie-lib/correct-answer-toggle
9+
10+
## [4.0.2-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/correct-answer-toggle@4.0.2-next.1...@pie-lib/correct-answer-toggle@4.0.2-next.2) (2026-05-07)
11+
12+
**Note:** Version bump only for package @pie-lib/correct-answer-toggle
13+
614
## [4.0.2-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/correct-answer-toggle@4.0.2-next.0...@pie-lib/correct-answer-toggle@4.0.2-next.1) (2026-05-06)
715

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

packages/correct-answer-toggle/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"publishConfig": {
1212
"access": "public"
1313
},
14-
"version": "4.0.2-next.1",
14+
"version": "4.0.2",
1515
"main": "lib/index.js",
1616
"module": "src/index.jsx",
1717
"repository": "pie-framework/pie-lib",
@@ -21,9 +21,9 @@
2121
"@emotion/style": "^0.8.0",
2222
"@mui/icons-material": "^7.3.4",
2323
"@mui/material": "^7.3.4",
24-
"@pie-lib/icons": "^4.0.2-next.0",
25-
"@pie-lib/render-ui": "^6.1.0-next.1",
26-
"@pie-lib/translator": "^4.0.2-next.0",
24+
"@pie-lib/icons": "^4.0.2",
25+
"@pie-lib/render-ui": "^6.1.0",
26+
"@pie-lib/translator": "^4.0.2",
2727
"lodash-es": "^4.17.23",
2828
"prop-types": "^15.6.2",
2929
"react-transition-group": "^4.4.5"

0 commit comments

Comments
 (0)