@pie-element/number-line 8.19.5-next.3 → 8.19.5

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,18 @@
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
+ ## [8.19.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@8.19.4...@pie-element/number-line@8.19.5) (2024-09-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * revert unwanted changes ([17dc5b0](https://github.com/pie-framework/pie-elements/commit/17dc5b0fdaedc6f23d2a220eca357de76c53e9c7))
12
+ * **number-line:** add sanity check for initialElements map to fix crash PD-4056 ([05bb752](https://github.com/pie-framework/pie-elements/commit/05bb752863b0d507e31c2b29b66242c6e6491030))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [8.19.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@8.19.3...@pie-element/number-line@8.19.4) (2024-09-10)
7
19
 
8
20
 
@@ -3,6 +3,18 @@
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.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@7.18.4...@pie-element/number-line-configure@7.18.5) (2024-09-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * revert unwanted changes ([17dc5b0](https://github.com/pie-framework/pie-elements/commit/17dc5b0fdaedc6f23d2a220eca357de76c53e9c7))
12
+ * **number-line:** add sanity check for initialElements map to fix crash PD-4056 ([05bb752](https://github.com/pie-framework/pie-elements/commit/05bb752863b0d507e31c2b29b66242c6e6491030))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [7.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@7.18.3...@pie-element/number-line-configure@7.18.4) (2024-09-10)
7
19
 
8
20
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "7.18.4",
4
+ "version": "7.18.5",
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": "8.19.5-next.3+abbc2132b",
3
+ "version": "8.19.5",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "author": "pie framework developers",
25
25
  "license": "ISC",
26
- "gitHead": "abbc2132b7c609e663fde3d1843010c51622d538",
26
+ "gitHead": "61fcce14fb0d5ec36c3bb816eccc6e959e3dac05",
27
27
  "scripts": {
28
28
  "postpublish": "../../scripts/postpublish"
29
29
  },