Skip to content

Commit a6ea413

Browse files
authored
Merge pull request #2666 from pie-framework/master
Merge pull request #2665 from pie-framework/develop
2 parents 8f37441 + d90c0a1 commit a6ea413

14 files changed

Lines changed: 91 additions & 9 deletions

File tree

packages/drag-in-the-blank/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [6.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@6.11.2...@pie-element/drag-in-the-blank@6.11.3) (2025-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **drag-in-the-blank:** add missing spaces PD-5025 ([1817673](https://github.com/pie-framework/pie-elements/commit/1817673c7761c216286aeb7dc6c0644d942158ff))
12+
* **image-cloze-association:** get rid of correctResponse from model in view mode and instructor PD-5025 ([74555ee](https://github.com/pie-framework/pie-elements/commit/74555ee4b4d1f248cba191c1949c28f6f183d63d))
13+
14+
15+
16+
17+
618
## [6.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@6.11.1...@pie-element/drag-in-the-blank@6.11.2) (2025-06-27)
719

820

packages/drag-in-the-blank/controller/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [6.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@6.2.2...@pie-element/drag-in-the-blank-controller@6.2.3) (2025-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **drag-in-the-blank:** add missing spaces PD-5025 ([1817673](https://github.com/pie-framework/pie-elements/commit/1817673c7761c216286aeb7dc6c0644d942158ff))
12+
* **image-cloze-association:** get rid of correctResponse from model in view mode and instructor PD-5025 ([74555ee](https://github.com/pie-framework/pie-elements/commit/74555ee4b4d1f248cba191c1949c28f6f183d63d))
13+
14+
15+
16+
17+
618
## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@6.2.1...@pie-element/drag-in-the-blank-controller@6.2.2) (2025-06-27)
719

820

packages/drag-in-the-blank/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/drag-in-the-blank-controller",
33
"private": true,
4-
"version": "6.2.2",
4+
"version": "6.2.3",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

packages/drag-in-the-blank/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"repository": "pie-framework/pie-elements",
7-
"version": "6.11.2",
7+
"version": "6.11.3",
88
"description": "",
99
"scripts": {
1010
"postpublish": "../../scripts/postpublish"

packages/ebsr/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@10.5.10...@pie-element/ebsr@10.5.11) (2025-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* use checkbox choiceMode in ebsr for accessibility testing purpose PD-4562 ([30093a3](https://github.com/pie-framework/pie-elements/commit/30093a34a72f2cecf43197a09cb4778e430142f9))
12+
13+
14+
15+
16+
617
## [10.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@10.5.9...@pie-element/ebsr@10.5.10) (2025-06-27)
718

819

packages/ebsr/configure/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+
## [10.4.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@10.4.10...@pie-element/ebsr-configure@10.4.11) (2025-07-03)
7+
8+
**Note:** Version bump only for package @pie-element/ebsr-configure
9+
10+
11+
12+
13+
614
## [10.4.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@10.4.9...@pie-element/ebsr-configure@10.4.10) (2025-06-27)
715

816

packages/ebsr/configure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pie-element/ebsr-configure",
33
"private": true,
4-
"version": "10.4.10",
4+
"version": "10.4.11",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",
88
"author": "",
99
"dependencies": {
1010
"@material-ui/core": "^3.9.2",
11-
"@pie-element/multiple-choice": "^9.16.4",
11+
"@pie-element/multiple-choice": "^9.17.0",
1212
"@pie-framework/pie-configure-events": "^1.2.0",
1313
"@pie-lib/pie-toolbox": "2.19.0",
1414
"lodash": "^4.17.15",

packages/ebsr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pie-element/ebsr",
3-
"version": "10.5.10",
3+
"version": "10.5.11",
44
"description": "",
55
"repository": "pie-framework/pie-elements",
66
"publishConfig": {
77
"access": "public"
88
},
99
"dependencies": {
10-
"@pie-element/multiple-choice": "^9.16.4",
10+
"@pie-element/multiple-choice": "^9.17.0",
1111
"@pie-framework/pie-player-events": "^0.1.0",
1212
"@pie-lib/pie-toolbox": "2.19.0",
1313
"classnames": "^2.2.5",

packages/image-cloze-association/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [6.11.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@6.11.10...@pie-element/image-cloze-association@6.11.11) (2025-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **image-cloze-association:** get rid of correctResponse from model in view mode and instructor PD-5025 ([74555ee](https://github.com/pie-framework/pie-elements/commit/74555ee4b4d1f248cba191c1949c28f6f183d63d))
12+
13+
14+
15+
16+
617
## [6.11.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@6.11.9...@pie-element/image-cloze-association@6.11.10) (2025-06-27)
718

819

packages/image-cloze-association/controller/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [5.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@5.1.10...@pie-element/image-cloze-association-controller@5.1.11) (2025-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **image-cloze-association:** get rid of correctResponse from model in view mode and instructor PD-5025 ([74555ee](https://github.com/pie-framework/pie-elements/commit/74555ee4b4d1f248cba191c1949c28f6f183d63d))
12+
13+
14+
15+
16+
617
## [5.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@5.1.9...@pie-element/image-cloze-association-controller@5.1.10) (2025-06-27)
718

819

0 commit comments

Comments
 (0)