@pie-element/number-line 11.0.5-esm.1 → 11.2.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,25 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@11.0.0...@pie-element/number-line@11.2.0) (2025-10-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
12
+
13
+
14
+
15
+
16
+
17
+ # [11.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@10.0.0...@pie-element/number-line@11.1.0) (2025-10-07)
18
+
19
+ **Note:** Version bump only for package @pie-element/number-line
20
+
21
+
22
+
23
+
24
+
6
25
  # [11.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@9.7.10...@pie-element/number-line@11.0.0) (2025-10-02)
7
26
 
8
27
 
@@ -3,6 +3,25 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@9.0.1...@pie-element/number-line-configure@9.2.0) (2025-10-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
12
+
13
+
14
+
15
+
16
+
17
+ # [9.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@9.0.0...@pie-element/number-line-configure@9.1.0) (2025-10-07)
18
+
19
+ **Note:** Version bump only for package @pie-element/number-line-configure
20
+
21
+
22
+
23
+
24
+
6
25
  ## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@8.7.0...@pie-element/number-line-configure@9.0.1) (2025-10-02)
7
26
 
8
27
  **Note:** Version bump only for package @pie-element/number-line-configure
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "11.0.5-esm.1",
4
+ "version": "9.2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "dependencies": {
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@pie-framework/pie-configure-events": "^1.3.0",
10
- "@pie-lib/config-ui": "^11.26.3",
11
- "@pie-lib/editable-html": "^11.18.3",
12
- "@pie-lib/render-ui": "^4.32.3",
10
+ "@pie-lib/config-ui": "^11.25.1",
11
+ "@pie-lib/editable-html": "^11.17.1",
12
+ "@pie-lib/render-ui": "^4.31.1",
13
13
  "lodash": "^4.17.15",
14
14
  "react": "^16.8.1",
15
15
  "react-dom": "^16.8.1"
@@ -3,6 +3,25 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@7.0.1...@pie-element/number-line-controller@7.2.0) (2025-10-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
12
+
13
+
14
+
15
+
16
+
17
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@7.0.0...@pie-element/number-line-controller@7.1.0) (2025-10-07)
18
+
19
+ **Note:** Version bump only for package @pie-element/number-line-controller
20
+
21
+
22
+
23
+
24
+
6
25
  ## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@6.4.0...@pie-element/number-line-controller@7.0.1) (2025-10-02)
7
26
 
8
27
  **Note:** Version bump only for package @pie-element/number-line-controller
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-controller",
3
3
  "private": true,
4
- "version": "11.0.5-esm.1",
4
+ "version": "7.2.0",
5
5
  "description": "Controller logic for @pie-ui/number-line",
6
6
  "keywords": [
7
7
  "pie",
@@ -14,8 +14,8 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "@pie-lib/controller-utils": "^0.19.2",
18
- "@pie-lib/feedback": "^0.21.2",
17
+ "@pie-lib/controller-utils": "^0.19.4",
18
+ "@pie-lib/feedback": "^0.21.4",
19
19
  "lodash": "^4.17.15",
20
20
  "mathjs": "^7.5.1"
21
21
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/number-line",
3
- "version": "11.0.5-esm.1",
3
+ "version": "11.2.0",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -8,11 +8,11 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-lib/correct-answer-toggle": "^2.22.3",
12
- "@pie-lib/icons": "^2.21.2",
13
- "@pie-lib/math-rendering": "^3.19.2",
14
- "@pie-lib/render-ui": "^4.32.3",
15
- "@pie-lib/translator": "^2.20.2",
11
+ "@pie-lib/correct-answer-toggle": "^2.21.1",
12
+ "@pie-lib/icons": "^2.21.4",
13
+ "@pie-lib/math-rendering": "^3.19.4",
14
+ "@pie-lib/render-ui": "^4.31.1",
15
+ "@pie-lib/translator": "^2.20.4",
16
16
  "classnames": "^2.2.5",
17
17
  "d3-scale": "^3.2.1",
18
18
  "d3-selection": "^1.4.1",
@@ -27,27 +27,10 @@
27
27
  },
28
28
  "author": "pie framework developers",
29
29
  "license": "ISC",
30
- "gitHead": "a2a70ca496469571771f6b28bc73f618758bbfec",
30
+ "gitHead": "edd2d8fc80a70863b9a71dab5fc2caed85175533",
31
31
  "scripts": {
32
32
  "postpublish": "../../scripts/postpublish"
33
33
  },
34
34
  "main": "lib/index.js",
35
- "module": "src/index.js",
36
- "exports": {
37
- ".": {
38
- "import": "./esm/element.js",
39
- "require": "./lib/index.js",
40
- "default": "./esm/element.js"
41
- },
42
- "./configure": {
43
- "import": "./esm/configure.js",
44
- "require": "./configure/lib/index.js",
45
- "default": "./esm/configure.js"
46
- },
47
- "./controller": {
48
- "import": "./esm/controller.js",
49
- "require": "./controller/lib/index.js",
50
- "default": "./esm/controller.js"
51
- }
52
- }
35
+ "module": "src/index.js"
53
36
  }