@vixoniccom/news-internal 0.4.9-beta.3 → 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,19 @@
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
+
5
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)
6
19
 
7
20
 
@@ -23,6 +36,28 @@ All notable changes to this project will be documented in this file. See [standa
23
36
 
24
37
  * **release:** bitlyInput component was added to configuration ([dc40656](https://gitlab.com/mandomedio/vixonic/news-internal/commit/dc406560b1952a3b3770a42cb9da0509d927b73d))
25
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
+
26
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)
27
62
 
28
63
 
package/build.zip CHANGED
Binary file
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.9-beta.3",
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",