@vixoniccom/news-internal 0.4.13-beta.7 → 0.4.13-beta.9
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 +4 -0
- package/build.zip +0 -0
- package/configuration.json +2 -2
- package/package.json +2 -2
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.9](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.8...v0.4.13-beta.9) (2023-05-15)
|
|
6
|
+
|
|
7
|
+
### [0.4.13-beta.8](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.7...v0.4.13-beta.8) (2023-05-15)
|
|
8
|
+
|
|
5
9
|
### [0.4.13-beta.7](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.6...v0.4.13-beta.7) (2023-05-15)
|
|
6
10
|
|
|
7
11
|
### [0.4.13-beta.6](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.5...v0.4.13-beta.6) (2023-05-11)
|
package/build.zip
CHANGED
|
Binary file
|
package/configuration.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"required": false
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"id": "
|
|
113
|
+
"id": "expirationDate",
|
|
114
114
|
"label": "Fecha de expiración Noticia",
|
|
115
115
|
"type": "date-input",
|
|
116
116
|
"required": false
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"itemDisplayAttributes": {
|
|
123
123
|
"title": "title",
|
|
124
124
|
"subtitle": "description",
|
|
125
|
-
"
|
|
125
|
+
"expirationDate": "expirationDate"
|
|
126
126
|
},
|
|
127
127
|
"sortable": true
|
|
128
128
|
},
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"author": {
|
|
8
8
|
"name": ""
|
|
9
9
|
},
|
|
10
|
-
"version": "0.4.13-beta.
|
|
10
|
+
"version": "0.4.13-beta.9",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"prepublishOnly": "vixonic-module-packager --mode=build",
|
|
13
13
|
"watch": "vixonic-module-packager --mode=watch",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/react-transition-group": "^4.4.3",
|
|
36
36
|
"@types/uuid": "^8.3.1",
|
|
37
37
|
"@vixoniccom/module-packager": "^2.6.0-rc.0",
|
|
38
|
-
"@vixoniccom/modules": "^2.
|
|
38
|
+
"@vixoniccom/modules": "^2.16.1-dev.0",
|
|
39
39
|
"standard-version": "^9.3.1"
|
|
40
40
|
}
|
|
41
41
|
}
|