@vixoniccom/news-internal 0.4.9-dev.0 → 0.4.9-dev.2

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,20 @@
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-dev.2](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.1...v0.4.9-dev.2) (2022-03-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **release:** overflow property was removed from textContainer ([5386e64](https://gitlab.com/mandomedio/vixonic/news-internal/commit/5386e6479da21e7f68f9b106947030b1c034ba3d))
11
+
12
+ ### [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)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **release:** textAlign property was added to ql-editor tag ([86ec99d](https://gitlab.com/mandomedio/vixonic/news-internal/commit/86ec99d4fd5ea4d754b35899435698657017a6ce))
18
+
5
19
  ### [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)
6
20
 
7
21
 
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-dev.0",
10
+ "version": "0.4.9-dev.2",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",