@vixoniccom/news-internal 0.4.9 → 0.4.11-beta.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
@@ -2,6 +2,44 @@
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.11-beta.0](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.10...v0.4.11-beta.0) (2022-05-20)
6
+
7
+ ### [0.4.10](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.4...v0.4.10) (2022-04-20)
8
+
9
+ ### [0.4.9-beta.4](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9...v0.4.9-beta.4) (2022-04-01)
10
+
11
+
12
+ ### Features
13
+
14
+ * **release:** bitlyInput component was added to configuration ([c140ced](https://gitlab.com/mandomedio/vixonic/news-internal/commit/c140cede5b5fe32fe75cd37da71e0047443992cc))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **release:** configuration.json was corrected ([ac0ec8e](https://gitlab.com/mandomedio/vixonic/news-internal/commit/ac0ec8eb52eb0dcf830ebe6fc3ba835917be147c))
20
+ * **release:** vixonicCom packages were updated and bitlyUrl was changed by bitlyLink ([7a86f7d](https://gitlab.com/mandomedio/vixonic/news-internal/commit/7a86f7dbbd563b19d78bfbb102a0f06003b2be71))
21
+
22
+ ### [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)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **release:** configuration.json was corrected ([6950c23](https://gitlab.com/mandomedio/vixonic/news-internal/commit/6950c2319214f90a23ba18ece2b951769f04f5ff))
28
+
29
+ ### [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)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **release:** vixonicCom packages were updated and bitlyUrl was changed by bitlyLink ([b819989](https://gitlab.com/mandomedio/vixonic/news-internal/commit/b819989326df5c89ff99285a6fcc9228ecb2dc2f))
35
+
36
+ ### [0.4.9-beta.1](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.0...v0.4.9-beta.1) (2022-03-01)
37
+
38
+
39
+ ### Features
40
+
41
+ * **release:** bitlyInput component was added to configuration ([dc40656](https://gitlab.com/mandomedio/vixonic/news-internal/commit/dc406560b1952a3b3770a42cb9da0509d927b73d))
42
+
5
43
  ### [0.4.9](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.2...v0.4.9) (2022-03-25)
6
44
 
7
45
  ### [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)
@@ -20,7 +58,6 @@ All notable changes to this project will be documented in this file. See [standa
20
58
 
21
59
  ### [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)
22
60
 
23
-
24
61
  ### Bug Fixes
25
62
 
26
63
  * **release:** overflow hidden was added to ql-editor div tag ([02e4020](https://gitlab.com/mandomedio/vixonic/news-internal/commit/02e4020b537445108080fa218fbf3493a67b207e))
package/build.zip CHANGED
Binary file
@@ -1,4 +1,4 @@
1
- import { Configuration, List, TextInput, SelectAssetKna, TextArea, NumberRangeValue } from '@vixoniccom/modules'
1
+ import { Configuration, List, TextInput, SelectAssetKna, TextArea, NumberRangeValue, BitlyInput } from '@vixoniccom/modules'
2
2
  import { appereanceGroup } from './appearanceGroup'
3
3
  import { ShowValidations } from './utils'
4
4
 
@@ -78,7 +78,7 @@ const newsList = new List({
78
78
  extensions: ['jpg', 'jpeg', 'png', 'svg'], show: (ShowValidations.imageForceEnabled)
79
79
  }),
80
80
 
81
- new TextInput({
81
+ new BitlyInput({
82
82
  id: 'qrCodeUrl',
83
83
  label: 'URL código QR',
84
84
  required: true,
@@ -92,7 +92,7 @@
92
92
  "id": "qrCodeUrl",
93
93
  "label": "URL código QR",
94
94
  "show": "{{qrCodeEnabled}} === true",
95
- "type": "text-input",
95
+ "type": "bitly-input",
96
96
  "required": true
97
97
  },
98
98
  {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.9",
10
+ "version": "0.4.11-beta.0",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",
@@ -32,8 +32,8 @@
32
32
  "@types/react-dom": "^16.9.14",
33
33
  "@types/react-transition-group": "^4.4.3",
34
34
  "@types/uuid": "^8.3.1",
35
- "@vixoniccom/module-packager": "^2.5.1",
36
- "@vixoniccom/modules": "^2.12.1",
35
+ "@vixoniccom/module-packager": "^2.6.0-rc.0",
36
+ "@vixoniccom/modules": "^2.13.0-rc.0",
37
37
  "standard-version": "^9.3.1"
38
38
  }
39
39
  }