@vixoniccom/news-internal 0.4.9-beta.2 → 0.4.9-beta.4

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
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.9-beta.4](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9...v0.4.9-beta.4) (2022-04-01)
6
+
7
+
8
+ ### Features
9
+
10
+ * **release:** bitlyInput component was added to configuration ([c140ced](https://gitlab.com/mandomedio/vixonic/news-internal/commit/c140cede5b5fe32fe75cd37da71e0047443992cc))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **release:** configuration.json was corrected ([ac0ec8e](https://gitlab.com/mandomedio/vixonic/news-internal/commit/ac0ec8eb52eb0dcf830ebe6fc3ba835917be147c))
16
+ * **release:** vixonicCom packages were updated and bitlyUrl was changed by bitlyLink ([7a86f7d](https://gitlab.com/mandomedio/vixonic/news-internal/commit/7a86f7dbbd563b19d78bfbb102a0f06003b2be71))
17
+
18
+ ### [0.4.9-beta.3](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.2...v0.4.9-beta.3) (2022-03-10)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **release:** configuration.json was corrected ([6950c23](https://gitlab.com/mandomedio/vixonic/news-internal/commit/6950c2319214f90a23ba18ece2b951769f04f5ff))
24
+
5
25
  ### [0.4.9-beta.2](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.1...v0.4.9-beta.2) (2022-03-10)
6
26
 
7
27
 
@@ -16,6 +36,28 @@ All notable changes to this project will be documented in this file. See [standa
16
36
 
17
37
  * **release:** bitlyInput component was added to configuration ([dc40656](https://gitlab.com/mandomedio/vixonic/news-internal/commit/dc406560b1952a3b3770a42cb9da0509d927b73d))
18
38
 
39
+ ### [0.4.9](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.2...v0.4.9) (2022-03-25)
40
+
41
+ ### [0.4.9-dev.2](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.1...v0.4.9-dev.2) (2022-03-15)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **release:** overflow property was removed from textContainer ([5386e64](https://gitlab.com/mandomedio/vixonic/news-internal/commit/5386e6479da21e7f68f9b106947030b1c034ba3d))
47
+
48
+ ### [0.4.9-dev.1](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.0...v0.4.9-dev.1) (2022-03-07)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * **release:** textAlign property was added to ql-editor tag ([86ec99d](https://gitlab.com/mandomedio/vixonic/news-internal/commit/86ec99d4fd5ea4d754b35899435698657017a6ce))
54
+
55
+ ### [0.4.9-dev.0](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.0...v0.4.9-dev.0) (2022-03-07)
56
+
57
+ ### Bug Fixes
58
+
59
+ * **release:** overflow hidden was added to ql-editor div tag ([02e4020](https://gitlab.com/mandomedio/vixonic/news-internal/commit/02e4020b537445108080fa218fbf3493a67b207e))
60
+
19
61
  ### [0.4.9-beta.0](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.8...v0.4.9-beta.0) (2022-02-28)
20
62
 
21
63
 
package/build.zip CHANGED
Binary file
@@ -12,7 +12,7 @@
12
12
  "show": "{{titleEnabled}} === true && ({{newsSizeSelect}} === 'short')",
13
13
  "type": "text-input",
14
14
  "required": true,
15
- "range": "[1:25:]"
15
+ "range": "[1:25]"
16
16
  },
17
17
  {
18
18
  "id": "title",
@@ -20,7 +20,7 @@
20
20
  "show": "{{titleEnabled}} === true && ({{newsSizeSelect}} === 'medium')",
21
21
  "type": "text-input",
22
22
  "required": true,
23
- "range": "[1:40:]"
23
+ "range": "[1:40]"
24
24
  },
25
25
  {
26
26
  "id": "title",
@@ -28,7 +28,7 @@
28
28
  "show": "{{titleEnabled}} === true && ({{newsSizeSelect}} === 'large')",
29
29
  "type": "text-input",
30
30
  "required": true,
31
- "range": "[1:50:]"
31
+ "range": "[1:50]"
32
32
  },
33
33
  {
34
34
  "id": "title",
@@ -36,7 +36,7 @@
36
36
  "show": "{{titleEnabled}} === true && ({{newsSizeSelect}} === 'extra-large')",
37
37
  "type": "text-input",
38
38
  "required": true,
39
- "range": "[1:70:]"
39
+ "range": "[1:70]"
40
40
  },
41
41
  {
42
42
  "id": "description",
@@ -44,7 +44,7 @@
44
44
  "show": "{{descriptionEnabled}} === true && ({{newsSizeSelect}} === 'short')",
45
45
  "type": "text-area",
46
46
  "required": true,
47
- "range": "[1:80:]",
47
+ "range": "[1:80]",
48
48
  "html": true
49
49
  },
50
50
  {
@@ -53,7 +53,7 @@
53
53
  "show": "{{descriptionEnabled}} === true && ({{newsSizeSelect}} === 'medium')",
54
54
  "type": "text-area",
55
55
  "required": true,
56
- "range": "[1:180:]",
56
+ "range": "[1:180]",
57
57
  "html": true
58
58
  },
59
59
  {
@@ -62,7 +62,7 @@
62
62
  "show": "{{descriptionEnabled}} === true && ({{newsSizeSelect}} === 'large')",
63
63
  "type": "text-area",
64
64
  "required": true,
65
- "range": "[1:350:]",
65
+ "range": "[1:350]",
66
66
  "html": true
67
67
  },
68
68
  {
@@ -71,7 +71,7 @@
71
71
  "show": "{{descriptionEnabled}} === true && ({{newsSizeSelect}} === 'extra-large')",
72
72
  "type": "text-area",
73
73
  "required": true,
74
- "range": "[1:500:]",
74
+ "range": "[1:500]",
75
75
  "html": true
76
76
  },
77
77
  {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.9-beta.2",
10
+ "version": "0.4.9-beta.4",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",
@@ -15,7 +15,8 @@
15
15
  "configuration": "vixonic-module-packager --mode generate-configuration",
16
16
  "configuration:validate": "vixonic-module-packager --mode validate-configuration",
17
17
  "release": "standard-version",
18
- "prerelease-beta": "standard-version --prerelease beta"
18
+ "prerelease-beta": "standard-version --prerelease beta",
19
+ "prerelease-dev": "standard-version --prerelease dev"
19
20
  },
20
21
  "dependencies": {
21
22
  "react": "^16.14.0",