Skip to content

Commit 53f1a22

Browse files
[ci skip] chore: publish
- @pie-element/categorize@12.2.0-next.2 - @pie-element/categorize-configure@10.2.0-next.1 - @pie-element/explicit-constructed-response@10.2.0-next.2 - @pie-element/explicit-constructed-response-configure@9.2.0-next.1 - @pie-element/inline-dropdown@9.2.0-next.4 - @pie-element/inline-dropdown-configure@8.2.0-next.2 - @pie-element/passage@6.2.0-next.1
1 parent 2eeb5f9 commit 53f1a22

14 files changed

Lines changed: 55 additions & 7 deletions

File tree

packages/categorize/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@12.2.0-next.1...@pie-element/categorize@12.2.0-next.2) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- **categorize:** unset margin for p in case of editor two lines PD-5669 ([4c774c5](https://github.com/pie-framework/pie-elements/commit/4c774c597288dea51118c6c16bc0951b0f744584))
11+
- **categorize:** add tests for new onDrag extension, handle invalid target student PD-5514 ([6b6d151](https://github.com/pie-framework/pie-elements/commit/6b6d151a73d93199e57a08690ff4dfefe0189bc2))
12+
- **categorize:** handle drag targets correctly PD-5514 ([34a4c98](https://github.com/pie-framework/pie-elements/commit/34a4c982b26f534eee21d800387761138aa0be8d))
13+
- **categorize:** set back needed props PD-5669 ([9e2fe48](https://github.com/pie-framework/pie-elements/commit/9e2fe488118c04a2c0afd1360e7220a82e5ed7a9))
14+
- **categorize:** set back old model from docs PD-5514 ([d08c28f](https://github.com/pie-framework/pie-elements/commit/d08c28fdc1aead7a4ed58a79309177467f1cacd0))
15+
616
# [12.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@12.2.0-next.0...@pie-element/categorize@12.2.0-next.1) (2026-03-19)
717

818
### Features

packages/categorize/configure/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+
# [10.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@10.2.0-next.0...@pie-element/categorize-configure@10.2.0-next.1) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- **categorize:** add tests for new onDrag extension, handle invalid target student PD-5514 ([6b6d151](https://github.com/pie-framework/pie-elements/commit/6b6d151a73d93199e57a08690ff4dfefe0189bc2))
11+
- **categorize:** handle drag targets correctly PD-5514 ([34a4c98](https://github.com/pie-framework/pie-elements/commit/34a4c982b26f534eee21d800387761138aa0be8d))
12+
613
# [10.2.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@10.1.1-next.4...@pie-element/categorize-configure@10.2.0-next.0) (2026-03-19)
714

815
### Features

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.0",
6+
"version": "10.2.0-next.1",
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.1",
7+
"version": "12.2.0-next.2",
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.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@10.2.0-next.1...@pie-element/explicit-constructed-response@10.2.0-next.2) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- made sure ecr fields are properly saved, adapted the response area toolbar callback for inline-dropdown [PD-5787] ([f27b87d](https://github.com/pie-framework/pie-elements/commit/f27b87dd3dbee51e034bfbf9f16c82bc75f9cc7b))
11+
612
# [10.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@10.2.0-next.0...@pie-element/explicit-constructed-response@10.2.0-next.1) (2026-03-19)
713

814
### Features

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.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@9.2.0-next.0...@pie-element/explicit-constructed-response-configure@9.2.0-next.1) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- made sure ecr fields are properly saved, adapted the response area toolbar callback for inline-dropdown [PD-5787] ([f27b87d](https://github.com/pie-framework/pie-elements/commit/f27b87dd3dbee51e034bfbf9f16c82bc75f9cc7b))
11+
612
# [9.2.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@9.1.1-next.4...@pie-element/explicit-constructed-response-configure@9.2.0-next.0) (2026-03-19)
713

814
### Features

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.0",
3+
"version": "9.2.0-next.1",
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.1",
7+
"version": "10.2.0-next.2",
88
"description": "",
99
"scripts": {
1010
"postpublish": "../../scripts/postpublish"

packages/inline-dropdown/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/inline-dropdown@9.2.0-next.3...@pie-element/inline-dropdown@9.2.0-next.4) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- made sure ecr fields are properly saved, adapted the response area toolbar callback for inline-dropdown [PD-5787] ([f27b87d](https://github.com/pie-framework/pie-elements/commit/f27b87dd3dbee51e034bfbf9f16c82bc75f9cc7b))
11+
612
# [9.2.0-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@9.2.0-next.2...@pie-element/inline-dropdown@9.2.0-next.3) (2026-03-19)
713

814
### Bug Fixes

packages/inline-dropdown/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+
# [8.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@8.2.0-next.1...@pie-element/inline-dropdown-configure@8.2.0-next.2) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- made sure ecr fields are properly saved, adapted the response area toolbar callback for inline-dropdown [PD-5787] ([f27b87d](https://github.com/pie-framework/pie-elements/commit/f27b87dd3dbee51e034bfbf9f16c82bc75f9cc7b))
11+
612
# [8.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@8.2.0-next.0...@pie-element/inline-dropdown-configure@8.2.0-next.1) (2026-03-19)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)