@pie-element/number-line 6.12.1-next.62 → 6.13.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,26 @@
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.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.12.0...@pie-element/number-line@6.13.0) (2023-06-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update docs ([bc716ee](https://github.com/pie-framework/pie-elements/commit/bc716ee68f0673b391375df9d68904af4110c37a))
12
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
13
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
14
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
15
+
16
+
17
+ ### Features
18
+
19
+ * **number-line:** add translator PD-2795 ([23e78a9](https://github.com/pie-framework/pie-elements/commit/23e78a970805c88d7bad097bebaf170fe69003cc))
20
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
21
+
22
+
23
+
24
+
25
+
6
26
  # [6.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.11.3...@pie-element/number-line@6.12.0) (2023-05-23)
7
27
 
8
28
 
@@ -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
+ # [5.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.9.0...@pie-element/number-line-configure@5.10.0) (2023-06-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
12
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
13
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
14
+
15
+
16
+ ### Features
17
+
18
+ * **number-line:** add translator PD-2795 ([23e78a9](https://github.com/pie-framework/pie-elements/commit/23e78a970805c88d7bad097bebaf170fe69003cc))
19
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
20
+
21
+
22
+
23
+
24
+
6
25
  # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.8.3...@pie-element/number-line-configure@5.9.0) (2023-05-23)
7
26
 
8
27
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "5.9.0",
4
+ "version": "5.10.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "dependencies": {
@@ -3,6 +3,17 @@
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.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@4.5.2...@pie-element/number-line-controller@4.6.0) (2023-06-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * **number-line:** add translator PD-2795 ([23e78a9](https://github.com/pie-framework/pie-elements/commit/23e78a970805c88d7bad097bebaf170fe69003cc))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-controller@4.5.1...@pie-element/number-line-controller@4.5.2) (2023-04-25)
7
18
 
8
19
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-controller",
3
3
  "private": true,
4
- "version": "4.5.2",
4
+ "version": "4.6.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": "6.12.1-next.62+339ca667a",
3
+ "version": "6.13.0",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "author": "pie framework developers",
30
30
  "license": "ISC",
31
- "gitHead": "339ca667a18a4667ec4dbbe3206b381dde933fe9",
31
+ "gitHead": "731f663c04dc7c43e67fe03c2fb18404fa387e04",
32
32
  "scripts": {
33
33
  "postpublish": "../../scripts/postpublish"
34
34
  },