@vixoniccom/news-internal 0.4.13-beta.3 → 0.4.13-beta.5

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,10 @@
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.13-beta.5](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.4...v0.4.13-beta.5) (2023-05-11)
6
+
7
+ ### [0.4.13-beta.4](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.3...v0.4.13-beta.4) (2023-05-10)
8
+
5
9
  ### [0.4.13-beta.3](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.2...v0.4.13-beta.3) (2023-05-10)
6
10
 
7
11
  ### [0.4.13-beta.2](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.1...v0.4.13-beta.2) (2023-05-10)
package/build.zip CHANGED
Binary file
@@ -99,7 +99,7 @@
99
99
  "id": "qrCodeUrlWithoutBitly",
100
100
  "label": "URL código QR",
101
101
  "show": "{{qrCodeEnabled}} === true && ({{bitly}} === false)",
102
- "type": "bitly-input",
102
+ "type": "text-input",
103
103
  "required": true
104
104
  },
105
105
  {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.13-beta.3",
10
+ "version": "0.4.13-beta.5",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",