@pie-element/graphing 5.2.7-next.6 → 5.3.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,23 @@
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.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@5.2.6...@pie-element/graphing@5.3.0) (2024-02-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * store model copy and reset model after configuration gets set PD-3370 ([be8b8d9](https://github.com/pie-framework/pie-elements/commit/be8b8d9ee24a0073a72ee98b9a4fea10bd6223ec))
12
+ * update model before making the language checks ([d305e91](https://github.com/pie-framework/pie-elements/commit/d305e916023bdd1f3b0d9aebc33b9ed8f9040fb9))
13
+
14
+
15
+ ### Features
16
+
17
+ * use model copy in PLAYER environments to reset model after set configuration PD-3370 ([8a7ef36](https://github.com/pie-framework/pie-elements/commit/8a7ef3663d39ec444f91705b632ea25785d0e66f))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@5.2.5...@pie-element/graphing@5.2.6) (2024-01-30)
7
24
 
8
25
 
@@ -3,6 +3,23 @@
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.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@5.2.5...@pie-element/graphing-configure@5.3.0) (2024-02-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * store model copy and reset model after configuration gets set PD-3370 ([be8b8d9](https://github.com/pie-framework/pie-elements/commit/be8b8d9ee24a0073a72ee98b9a4fea10bd6223ec))
12
+ * update model before making the language checks ([d305e91](https://github.com/pie-framework/pie-elements/commit/d305e916023bdd1f3b0d9aebc33b9ed8f9040fb9))
13
+
14
+
15
+ ### Features
16
+
17
+ * use model copy in PLAYER environments to reset model after set configuration PD-3370 ([8a7ef36](https://github.com/pie-framework/pie-elements/commit/8a7ef3663d39ec444f91705b632ea25785d0e66f))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@5.2.4...@pie-element/graphing-configure@5.2.5) (2024-01-30)
7
24
 
8
25
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/graphing-configure",
3
3
  "private": true,
4
- "version": "5.2.5",
4
+ "version": "5.3.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "5.2.7-next.6+eabe903d2",
7
+ "version": "5.3.0",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "",
23
23
  "license": "ISC",
24
- "gitHead": "eabe903d28484d90d783bffb82743ca77a303276",
24
+ "gitHead": "fe6e2bced73f3f75bdda97eefa0c3241849425f7",
25
25
  "main": "lib/index.js",
26
26
  "module": "src/index.js"
27
27
  }