@pie-element/number-line 6.1.11-next.173 → 6.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,21 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.10...@pie-element/number-line@6.2.0) (2022-10-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
12
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
13
+ * **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
14
+ * **number-line:** add pie-api config PD-23 ([3c15653](https://github.com/pie-framework/pie-elements/commit/3c15653d208fcf7336388b84bb457293f0a03c35))
15
+ * **number-line:** add uploadSoundSupport property PD-23-updated ([97a4f02](https://github.com/pie-framework/pie-elements/commit/97a4f02541b6f769e9329830233ef88437f0218b))
16
+
17
+
18
+
19
+
20
+
6
21
  ## [6.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.9...@pie-element/number-line@6.1.10) (2022-09-29)
7
22
 
8
23
  **Note:** Version bump only for package @pie-element/number-line
@@ -3,6 +3,20 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.10...@pie-element/number-line-configure@5.2.0) (2022-10-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
12
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
13
+ * **number-line:** add pie-api config PD-23 ([3c15653](https://github.com/pie-framework/pie-elements/commit/3c15653d208fcf7336388b84bb457293f0a03c35))
14
+ * **number-line:** add uploadSoundSupport property PD-23-updated ([97a4f02](https://github.com/pie-framework/pie-elements/commit/97a4f02541b6f769e9329830233ef88437f0218b))
15
+
16
+
17
+
18
+
19
+
6
20
  ## [5.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.9...@pie-element/number-line-configure@5.1.10) (2022-09-29)
7
21
 
8
22
  **Note:** Version bump only for package @pie-element/number-line-configure
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "5.1.10",
4
+ "version": "5.2.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.1.11-next.173+d434ce108",
3
+ "version": "6.2.0",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "author": "pie framework developers",
29
29
  "license": "ISC",
30
- "gitHead": "d434ce108dd12cb05f72f676a79bbfba67944cb3",
30
+ "gitHead": "2d74cf6e1f9ad7921efc46779c0e5028d787b9d3",
31
31
  "scripts": {
32
32
  "postpublish": "../../scripts/postpublish"
33
33
  },