@pie-element/number-line 6.13.3-next.49 → 6.14.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
+ # [6.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.13.2...@pie-element/number-line@6.14.0) (2023-08-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
12
+ * updated pie-lib to fix PD-2802 ([eab79f7](https://github.com/pie-framework/pie-elements/commit/eab79f70ad4488207a5b9b401679eb096feba247))
13
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
14
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
15
+
16
+
17
+ ### Features
18
+
19
+ * **number-line:** use language from model if it's defined PD-2795 ([ca62a4a](https://github.com/pie-framework/pie-elements/commit/ca62a4a65199413a7fc933df63af3892978e3473))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [6.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.13.1...@pie-element/number-line@6.13.2) (2023-07-24)
7
26
 
8
27
 
@@ -3,6 +3,24 @@
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.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.10.2...@pie-element/number-line-configure@5.11.0) (2023-08-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
12
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
13
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
14
+
15
+
16
+ ### Features
17
+
18
+ * **number-line:** use language from model if it's defined PD-2795 ([ca62a4a](https://github.com/pie-framework/pie-elements/commit/ca62a4a65199413a7fc933df63af3892978e3473))
19
+
20
+
21
+
22
+
23
+
6
24
  ## [5.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.10.1...@pie-element/number-line-configure@5.10.2) (2023-07-24)
7
25
 
8
26
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "5.10.2",
4
+ "version": "5.11.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/number-line",
3
- "version": "6.13.3-next.49+c7af53fbd",
3
+ "version": "6.14.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": "c7af53fbd5754a0d6a1c83d620453cd4d1251df9",
31
+ "gitHead": "14de4db4499935eaf177fd2958d00f72117e7232",
32
32
  "scripts": {
33
33
  "postpublish": "../../scripts/postpublish"
34
34
  },