@pie-element/number-line 9.8.0-next.4 → 10.0.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,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
+ # [10.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@9.7.10...@pie-element/number-line@10.0.0) (2025-10-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish majors to adopt pie-toolbox split without breaking legacy bundles PD-5242 ([50ede62](https://github.com/pie-framework/pie-elements/commit/50ede624eff05e2bc52fa80e453d561c505ab38d))
12
+
13
+
14
+ ### Performance Improvements
15
+
16
+ * **multiple-choice:** adopt pie-toolbox split ([b4b8f45](https://github.com/pie-framework/pie-elements/commit/b4b8f45b68b71622b314c3d80fdc180832a640e1))
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ * **multiple-choice:** publish majors to carry the pie-toolbox split without breaking legacy bundles
22
+
23
+
24
+
25
+
26
+
27
+ ## [9.7.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@9.8.0-beta.0...@pie-element/number-line@9.7.10) (2025-09-26)
28
+
29
+ **Note:** Version bump only for package @pie-element/number-line
30
+
31
+
32
+
33
+
34
+
6
35
  # [9.8.0-beta.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@9.7.9...@pie-element/number-line@9.8.0-beta.0) (2025-09-25)
7
36
 
8
37
 
@@ -3,6 +3,14 @@
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.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@8.7.0...@pie-element/number-line-configure@9.0.0) (2025-10-01)
7
+
8
+ **Note:** Version bump only for package @pie-element/number-line-configure
9
+
10
+
11
+
12
+
13
+
6
14
  # [8.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@8.6.9...@pie-element/number-line-configure@8.7.0) (2025-09-25)
7
15
 
8
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "8.7.0",
4
+ "version": "9.0.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "dependencies": {
@@ -3,6 +3,14 @@
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.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@6.4.0...@pie-element/number-line-controller@7.0.0) (2025-10-01)
7
+
8
+ **Note:** Version bump only for package @pie-element/number-line-controller
9
+
10
+
11
+
12
+
13
+
6
14
  # [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@6.3.9...@pie-element/number-line-controller@6.4.0) (2025-09-25)
7
15
 
8
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-controller",
3
3
  "private": true,
4
- "version": "6.4.0",
4
+ "version": "7.0.0",
5
5
  "description": "Controller logic for @pie-ui/number-line",
6
6
  "keywords": [
7
7
  "pie",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/number-line",
3
- "version": "9.8.0-next.4+90a124505",
3
+ "version": "10.0.0",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "author": "pie framework developers",
29
29
  "license": "ISC",
30
- "gitHead": "90a12450547c9154d2dbd6a53b322657c18cf786",
30
+ "gitHead": "201d3e58bcb6f114d109fa8715996f50eb0dbc77",
31
31
  "scripts": {
32
32
  "postpublish": "../../scripts/postpublish"
33
33
  },