@pie-element/match-list 7.1.5 → 7.2.0-beta.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,31 +3,15 @@
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
- ## [7.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.4...@pie-element/match-list@7.1.5) (2026-06-22)
7
-
8
- ### Bug Fixes
9
-
10
- - handle webcomponent lifecycle on every element that misses it PIE-703 ([9d5923f](https://github.com/pie-framework/pie-elements/commit/9d5923f973f0471e1e8f69ad4309cfc63d980d93))
11
-
12
- ## [7.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.3...@pie-element/match-list@7.1.4) (2026-06-17)
6
+ # [7.2.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.0...@pie-element/match-list@7.2.0-beta.0) (2026-08-07)
13
7
 
14
8
  ### Bug Fixes
15
9
 
16
10
  - bump shared modules and libs PIE-661 PIE-664 PIE-683 PIE-666 PIE-656 PIE-657 PIE-658 PIE-659 PIE-670 ([ebd6be4](https://github.com/pie-framework/pie-elements/commit/ebd6be4fd48fca41ad4c4908f606b25334731aed))
17
-
18
- ## [7.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.2...@pie-element/match-list@7.1.3) (2026-06-12)
19
-
20
- ### Bug Fixes
21
-
11
+ - bump shared modules and libs PIE-695, PIE-697, PIE-699, PIE-680, PIE-714, PIE-665, PIE-656 ([4b76ae7](https://github.com/pie-framework/pie-elements/commit/4b76ae75d1c5ea6d55f7c6fb53f299dfcbda2b1f))
22
12
  - bump shared modules and libsPIE-603, PIE-604, PIE-663, PIE-662, PIE-678 ([e61c7a7](https://github.com/pie-framework/pie-elements/commit/e61c7a7d23744586337dfbb17a18ebfc656c202f))
23
-
24
- ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.1...@pie-element/match-list@7.1.2) (2026-06-04)
25
-
26
- **Note:** Version bump only for package @pie-element/match-list
27
-
28
- ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.0...@pie-element/match-list@7.1.1) (2026-05-21)
29
-
30
- **Note:** Version bump only for package @pie-element/match-list
13
+ - handle webcomponent lifecycle on every element that misses it PIE-703 ([9d5923f](https://github.com/pie-framework/pie-elements/commit/9d5923f973f0471e1e8f69ad4309cfc63d980d93))
14
+ - sync libs versions ([48b5be9](https://github.com/pie-framework/pie-elements/commit/48b5be9559eb5b5235ca05f51c5f0161032a7041))
31
15
 
32
16
  # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.0-next.1...@pie-element/match-list@7.1.0) (2026-05-21)
33
17
 
@@ -3,9 +3,11 @@
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
- ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list-controller@6.1.0...@pie-element/match-list-controller@6.1.1) (2026-05-21)
6
+ # [6.2.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list-controller@6.1.0...@pie-element/match-list-controller@6.2.0-beta.0) (2026-08-07)
7
7
 
8
- **Note:** Version bump only for package @pie-element/match-list-controller
8
+ ### Bug Fixes
9
+
10
+ - bump shared modules and libs PIE-695, PIE-697, PIE-699, PIE-680, PIE-714, PIE-665, PIE-656 ([4b76ae7](https://github.com/pie-framework/pie-elements/commit/4b76ae75d1c5ea6d55f7c6fb53f299dfcbda2b1f))
9
11
 
10
12
  # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list-controller@6.1.0-next.1...@pie-element/match-list-controller@6.1.0) (2026-05-21)
11
13
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/match-list-controller",
3
3
  "private": true,
4
- "version": "6.1.1",
4
+ "version": "6.2.0-beta.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -9,7 +9,7 @@
9
9
  "test": "./node_modules/.bin/jest"
10
10
  },
11
11
  "dependencies": {
12
- "@pie-lib/controller-utils": "2.0.2",
12
+ "@pie-lib/controller-utils": "2.0.3",
13
13
  "@pie-lib/feedback": "2.0.2",
14
14
  "debug": "^4.1.1",
15
15
  "lodash-es": "^4.17.23"
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "7.1.5",
7
+ "version": "7.2.0-beta.0",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -18,10 +18,10 @@
18
18
  "@mui/icons-material": "^7.3.4",
19
19
  "@mui/material": "^7.3.4",
20
20
  "@pie-framework/pie-player-events": "^0.1.0",
21
- "@pie-lib/correct-answer-toggle": "4.0.4",
22
- "@pie-lib/drag": "4.0.5",
23
- "@pie-lib/math-rendering": "5.0.2",
24
- "@pie-lib/render-ui": "6.1.2",
21
+ "@pie-lib/correct-answer-toggle": "4.0.5",
22
+ "@pie-lib/drag": "4.0.6",
23
+ "@pie-lib/math-rendering": "5.1.0",
24
+ "@pie-lib/render-ui": "6.1.3",
25
25
  "debug": "^4.1.1",
26
26
  "lodash-es": "^4.17.23",
27
27
  "prop-types": "^15.8.1",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "author": "",
32
32
  "license": "ISC",
33
- "gitHead": "f898c2bf045f66d34e66e8bb201950bfd00b2f0f",
33
+ "gitHead": "fe47b94dd1957aaae2617f391d9e29142fb11b82",
34
34
  "main": "lib/index.js",
35
35
  "module": "src/index.js"
36
36
  }