ac-file-extensions 2.0.6 → 2.0.7
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 +10 -0
- package/package.json +1 -1
- package/sources/i.json +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
<a name="2.0.7"></a>
|
|
2
|
+
|
|
3
|
+
## [2.0.7](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.6..v2.0.7) (2023-11-16 13:19:46)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** add idml format | VD | [08b724ea02473019cd86e54a8fe8365db6f1d7e3](https://github.com/admiralcloud/ac-file-extensions/commit/08b724ea02473019cd86e54a8fe8365db6f1d7e3)
|
|
9
|
+
add idml format
|
|
10
|
+
Related issues: [browse/AC-5096#AC-5096](https://admiralcloud.atlassian.net/browse/AC-5096)
|
|
1
11
|
<a name="2.0.6"></a>
|
|
2
12
|
|
|
3
13
|
## [2.0.6](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.5..v2.0.6) (2023-11-15 11:57:44)
|
package/package.json
CHANGED
package/sources/i.json
CHANGED
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"name": "InDesign Document",
|
|
15
15
|
"mimetype": "application/x-indesign"
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"ext": "idml",
|
|
19
|
+
"name": "InDesign Document",
|
|
20
|
+
"mimetype": "application/vnd.adobe.indesign-idml-package"
|
|
21
|
+
},
|
|
17
22
|
{
|
|
18
23
|
"ext": "ipa",
|
|
19
24
|
"name": "iPhone Application",
|