@pie-element/ebsr 10.7.3-next.9 → 12.0.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [12.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@10.7.2...@pie-element/ebsr@12.0.0) (2025-10-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish majors to adopt pie-toolbox split without breaking legacy bundles PD-5242 ([eca489a](https://github.com/pie-framework/pie-elements/commit/eca489a3c8927798e0f855a3123cb7b851487c0f))
12
+ * publish majors to adopt pie-toolbox split without breaking legacy bundles PD-5242 ([50ede62](https://github.com/pie-framework/pie-elements/commit/50ede624eff05e2bc52fa80e453d561c505ab38d))
13
+
14
+
15
+ ### Performance Improvements
16
+
17
+ * **multiple-choice:** adopt pie-toolbox split ([b4b8f45](https://github.com/pie-framework/pie-elements/commit/b4b8f45b68b71622b314c3d80fdc180832a640e1))
18
+
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ * **multiple-choice:** publish majors to carry the pie-toolbox split without breaking legacy bundles
23
+
24
+
25
+
26
+
27
+
28
+ # [11.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@10.7.2...@pie-element/ebsr@11.0.0) (2025-10-01)
29
+
30
+
31
+ ### Features
32
+
33
+ * publish majors to adopt pie-toolbox split without breaking legacy bundles PD-5242 ([eca489a](https://github.com/pie-framework/pie-elements/commit/eca489a3c8927798e0f855a3123cb7b851487c0f))
34
+ * publish majors to adopt pie-toolbox split without breaking legacy bundles PD-5242 ([50ede62](https://github.com/pie-framework/pie-elements/commit/50ede624eff05e2bc52fa80e453d561c505ab38d))
35
+
36
+
37
+ ### Performance Improvements
38
+
39
+ * **multiple-choice:** adopt pie-toolbox split ([b4b8f45](https://github.com/pie-framework/pie-elements/commit/b4b8f45b68b71622b314c3d80fdc180832a640e1))
40
+
41
+
42
+ ### BREAKING CHANGES
43
+
44
+ * **multiple-choice:** publish majors to carry the pie-toolbox split without breaking legacy bundles
45
+
46
+
47
+
48
+
49
+
6
50
  ## [10.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@10.7.1...@pie-element/ebsr@10.7.2) (2025-09-30)
7
51
 
8
52
  **Note:** Version bump only for package @pie-element/ebsr
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@10.6.2...@pie-element/ebsr-configure@11.0.1) (2025-10-02)
7
+
8
+ **Note:** Version bump only for package @pie-element/ebsr-configure
9
+
10
+
11
+
12
+
13
+
14
+ # [11.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@10.6.2...@pie-element/ebsr-configure@11.0.0) (2025-10-01)
15
+
16
+ **Note:** Version bump only for package @pie-element/ebsr-configure
17
+
18
+
19
+
20
+
21
+
6
22
  ## [10.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@10.6.1...@pie-element/ebsr-configure@10.6.2) (2025-09-30)
7
23
 
8
24
  **Note:** Version bump only for package @pie-element/ebsr-configure
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr-configure",
3
3
  "private": true,
4
- "version": "10.6.2",
4
+ "version": "11.0.1",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-element/multiple-choice": "^9.20.2",
11
+ "@pie-element/multiple-choice": "^11.0.0",
12
12
  "@pie-framework/pie-configure-events": "^1.2.0",
13
13
  "@pie-lib/config-ui": "^11.25.0",
14
14
  "lodash": "^4.17.15",
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@8.3.10...@pie-element/ebsr-controller@9.0.1) (2025-10-02)
7
+
8
+ **Note:** Version bump only for package @pie-element/ebsr-controller
9
+
10
+
11
+
12
+
13
+
14
+ # [9.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@8.3.10...@pie-element/ebsr-controller@9.0.0) (2025-10-01)
15
+
16
+ **Note:** Version bump only for package @pie-element/ebsr-controller
17
+
18
+
19
+
20
+
21
+
6
22
  ## [8.3.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@8.3.9...@pie-element/ebsr-controller@8.3.10) (2025-09-25)
7
23
 
8
24
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr-controller",
3
3
  "private": true,
4
- "version": "8.3.10",
4
+ "version": "9.0.1",
5
5
  "description": "",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/module/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/ebsr@10.7.2</title>
5
+ <title>@pie-element/ebsr@12.0.0</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.7.2",
3
+ "version": "12.0.0",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/shared-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/ebsr@10.7.2</title>
5
+ <title>@pie-element/ebsr@12.0.0</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.7.3-next.9+727ec1521",
3
+ "version": "12.0.1-next.0+17e3b6c8d",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^9.20.3-next.9+727ec1521",
10
+ "@pie-element/multiple-choice": "^11.0.1-next.0+17e3b6c8d",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/translator": "^2.19.0",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "727ec1521478994bdb366108fe537712900cbde9",
19
+ "gitHead": "17e3b6c8d7cd3ad6a2698703e595dc03d51b9df9",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },