Skip to content

Commit eda1da6

Browse files
author
Benoit Hudson
committed
UT-2751 update changelog and package.json ; simplify .npmignore
(We don't need a build step to create it, we can just add it to the checked-in directory.)
1 parent 313851d commit eda1da6

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changes in Fbx Exporter
22

33

4+
## [2.0.3-preview.1] - 2019-08-27
5+
6+
FIXES
7+
* Integrations were missing in 2.0.2 and 2.0.1 due to a packaging bug that automatically removed .zip files. They are back now.
48

59
## [2.0.2-preview.1] - 2019-06-20
610

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install(
6161
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx/Editor/Integrations~"
6262
)
6363
install(
64-
FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md" "${CMAKE_SOURCE_DIR}/.npmignore"
64+
FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md"
6565
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx"
6666
)
6767

File renamed without changes.

com.unity.formats.fbx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "2.0.2-preview.1",
4+
"version": "2.0.3-preview.1",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
77
"com.autodesk.fbx": "2.0.1-preview.1"

0 commit comments

Comments
 (0)