Skip to content

Commit 187aac8

Browse files
[ci skip] chore: publish
- @pie-element/categorize@12.2.0-next.5 - @pie-element/categorize-configure@10.2.0-next.4 - @pie-element/explicit-constructed-response@10.2.0-next.5 - @pie-element/explicit-constructed-response-configure@9.2.0-next.4 - @pie-element/math-inline@11.2.0-next.6 - @pie-element/math-inline-configure@10.2.0-next.3
1 parent 8e15f5f commit 187aac8

12 files changed

Lines changed: 43 additions & 6 deletions

File tree

packages/categorize/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+
# [12.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@12.2.0-next.4...@pie-element/categorize@12.2.0-next.5) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- **categorize:** restore scroll position after drag and drop operation PIE-17 ([87d8433](https://github.com/pie-framework/pie-elements/commit/87d84330c4bbf322b98edc6a1a5175590d4b2401))
11+
612
# [12.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@12.2.0-next.3...@pie-element/categorize@12.2.0-next.4) (2026-04-03)
713

814
**Note:** Version bump only for package @pie-element/categorize

packages/categorize/configure/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.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@10.2.0-next.3...@pie-element/categorize-configure@10.2.0-next.4) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- **categorize:** restore scroll position after drag and drop operation PIE-17 ([87d8433](https://github.com/pie-framework/pie-elements/commit/87d84330c4bbf322b98edc6a1a5175590d4b2401))
11+
612
# [10.2.0-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@10.2.0-next.2...@pie-element/categorize-configure@10.2.0-next.3) (2026-04-03)
713

814
**Note:** Version bump only for package @pie-element/categorize-configure

packages/categorize/configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"main": "lib/index.js",
55
"module": "src/index.js",
6-
"version": "10.2.0-next.3",
6+
"version": "10.2.0-next.4",
77
"description": "",
88
"scripts": {},
99
"author": "pie framework developers",

packages/categorize/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": "12.2.0-next.4",
7+
"version": "12.2.0-next.5",
88
"description": "",
99
"author": "pie framework developers",
1010
"license": "ISC",

packages/explicit-constructed-response/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.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@10.2.0-next.4...@pie-element/explicit-constructed-response@10.2.0-next.5) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- add type check in onDone method to prevent error when deleting resp area from markup ([48d553d](https://github.com/pie-framework/pie-elements/commit/48d553da086dbd229ebbb0d0f72e216bc9d4bcc2))
11+
612
# [10.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@10.2.0-next.3...@pie-element/explicit-constructed-response@10.2.0-next.4) (2026-04-03)
713

814
**Note:** Version bump only for package @pie-element/explicit-constructed-response

packages/explicit-constructed-response/configure/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.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@9.2.0-next.3...@pie-element/explicit-constructed-response-configure@9.2.0-next.4) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- add type check in onDone method to prevent error when deleting resp area from markup ([48d553d](https://github.com/pie-framework/pie-elements/commit/48d553da086dbd229ebbb0d0f72e216bc9d4bcc2))
11+
612
# [9.2.0-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@9.2.0-next.2...@pie-element/explicit-constructed-response-configure@9.2.0-next.3) (2026-04-03)
713

814
**Note:** Version bump only for package @pie-element/explicit-constructed-response-configure

packages/explicit-constructed-response/configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-element/explicit-constructed-response-configure",
3-
"version": "9.2.0-next.3",
3+
"version": "9.2.0-next.4",
44
"private": true,
55
"main": "lib/index.js",
66
"modue": "src/index.js",

packages/explicit-constructed-response/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.2.0-next.4",
7+
"version": "10.2.0-next.5",
88
"description": "",
99
"scripts": {
1010
"postpublish": "../../scripts/postpublish"

packages/math-inline/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [11.2.0-next.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline@11.2.0-next.5...@pie-element/math-inline@11.2.0-next.6) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- **math inline:** avoid scroll position to be changed suring typing PIE-15 ([1ffca6b](https://github.com/pie-framework/pie-elements/commit/1ffca6bb9f93604914fa9361f8140dbc86d25b9e))
11+
- **math-input:** bump @pie-framework/mathquill to 1.2.1-beta.1 with jQuery shim fixes PIE-16 PIE-20 ([3ca8fd1](https://github.com/pie-framework/pie-elements/commit/3ca8fd120876c759eef86913bb813954eabbc31f))
12+
613
# [11.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline@11.2.0-next.4...@pie-element/math-inline@11.2.0-next.5) (2026-04-03)
714

815
**Note:** Version bump only for package @pie-element/math-inline

packages/math-inline/configure/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.2.0-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@10.2.0-next.2...@pie-element/math-inline-configure@10.2.0-next.3) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- **math-input:** bump @pie-framework/mathquill to 1.2.1-beta.1 with jQuery shim fixes PIE-16 PIE-20 ([3ca8fd1](https://github.com/pie-framework/pie-elements/commit/3ca8fd120876c759eef86913bb813954eabbc31f))
11+
612
# [10.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@10.2.0-next.1...@pie-element/math-inline-configure@10.2.0-next.2) (2026-04-03)
713

814
**Note:** Version bump only for package @pie-element/math-inline-configure

0 commit comments

Comments
 (0)