@pie-lib/scoring-config 4.2.0-next.0 → 4.2.0-next.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -23
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -3,50 +3,35 @@
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
- # [4.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@4.1.0-next.1...@pie-lib/scoring-config@4.1.0-next.3) (2026-01-27)
6
+ # [4.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@4.2.0-next.1...@pie-lib/scoring-config@4.2.0-next.3) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/scoring-config
9
9
 
10
+ # [4.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@4.1.0-next.1...@pie-lib/scoring-config@4.1.0-next.3) (2026-01-27)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @pie-lib/scoring-config
13
13
 
14
14
  # [4.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@3.26.2...@pie-lib/scoring-config@4.1.0-next.1) (2026-01-26)
15
15
 
16
-
17
16
  ### Bug Fixes
18
17
 
19
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
20
-
18
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
21
19
 
22
20
  ### Features
23
21
 
24
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
25
- * packages/scoring-config mui update PD-5268 ([7ca6f32](https://github.com/pie-framework/pie-lib/commit/7ca6f32cf8bbd7b5d79479d80b8d2edfe86f2fb3))
26
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
27
-
28
-
29
-
30
-
22
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
23
+ - packages/scoring-config mui update PD-5268 ([7ca6f32](https://github.com/pie-framework/pie-lib/commit/7ca6f32cf8bbd7b5d79479d80b8d2edfe86f2fb3))
24
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
31
25
 
32
26
  # [4.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@3.26.3-next.0...@pie-lib/scoring-config@4.0.0-next.0) (2026-01-19)
33
27
 
34
28
  **Note:** Version bump only for package @pie-lib/scoring-config
35
29
 
36
-
37
-
38
-
39
-
40
30
  ## [3.26.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@3.40.0-mui-update.0...@pie-lib/scoring-config@3.26.3-next.0) (2026-01-19)
41
31
 
42
-
43
32
  ### Bug Fixes
44
33
 
45
- * bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
46
-
47
-
48
-
49
-
34
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
50
35
 
51
36
  ## [3.26.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/scoring-config@3.26.1...@pie-lib/scoring-config@3.26.2) (2025-11-27)
52
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/scoring-config",
3
- "version": "4.2.0-next.0+c7578ca",
3
+ "version": "4.2.0-next.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.jsx",
@@ -10,10 +10,7 @@
10
10
  "scripts": {},
11
11
  "author": "",
12
12
  "license": "ISC",
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/pie-framework/pie-lib"
16
- },
13
+ "repository": "pie-framework/pie-lib",
17
14
  "dependencies": {
18
15
  "@emotion/react": "^11.14.0",
19
16
  "@emotion/style": "^0.8.0",
@@ -30,5 +27,5 @@
30
27
  "react": "^18.2.0",
31
28
  "react-dom": "^18.2.0"
32
29
  },
33
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d"
30
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751"
34
31
  }