Skip to content

Commit

Permalink
chore(release): 1.0.0-preview.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-preview.1 (2019-11-21)

### Bug Fixes

* An error occurs during initialization ([2a83d97](2a83d97))
* Change Markdig dll file name to avoid to conflict ([#64](#64)) ([67031a6](67031a6))
* Fix bridge dll import settings ([349b777](349b777))
* Fix commands path ([15d3059](15d3059))
* Fix error for Unity 2018 ([5fe299c](5fe299c))
* Fix executor ([72d505d](72d505d))
* fix Expose ([a345c2f](a345c2f))
* Fix for private repo ([e921c23](e921c23))
* Fix get-refs on Windows ([d9b432a](d9b432a))
* Fix git button border ([d03dc8e](d03dc8e))
* Fix git button uss for 2019.2 or later ([d857154](d857154))
* Fix git script path ([7e021dc](7e021dc))
* Fix install problem ([d8ae742](d8ae742))
* Fix reload bug ([57dda05](57dda05))
* Fix reload bug on update package ([2f09d8f](2f09d8f))
* get-refs script path error on windows ([3c8ccc7](3c8ccc7))
* Omit generics feature in expose for .net 3.5 ([7147856](7147856))
* Overwrite manifest.json on install package via install window ([9b7a76c](9b7a76c))
* Remove uss property ([b491102](b491102))
* Replace version in package.json on release ([#56](#56)) ([9d3f5a4](9d3f5a4))
* Support recomended version on Unity 2019.3 ([d0ced06](d0ced06))
* Support Unity 2019.1 or later ([#54](#54)) ([03d5a32](03d5a32))
* Suppress debug log ([b068f14](b068f14))
* Update compiler version ([1abeaf8](1abeaf8))

### Features

* **Compiler:** Add deterministic mode ([6682c20](6682c20))
* **Compiler:** Optimize compiler ([340a94c](340a94c))
* Add internal accessible compiler ([def28f8](def28f8))
* Add InternalAccessableCompiler ([3dd1f9f](3dd1f9f))
* Internal bridging ([f79134f](f79134f))
* Remove document actions class ([718c361](718c361))
* Simply install window ([6b4a650](6b4a650))
* Support 2019.3 ([#50](#50)) ([1d08f50](1d08f50))
* Support git dependency in the package [#35](#35) ([12d0dcc](12d0dcc))
* Tag filtering [#45](#45) ([221e04b](221e04b))
* Use dll to internal bridging ([e1af7ba](e1af7ba))
* Use internal access bridging instead of reflection ([#58](#58)) ([#60](#60)) ([bfc59d1](bfc59d1))

### Reverts

* Disable tag filter ([7a3fce2](7a3fce2))
  • Loading branch information
semantic-release-bot committed Nov 21, 2019
1 parent 08b933a commit dc2095f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions Packages/com.coffee.upm-git-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
# 1.0.0-preview.1 (2019-11-21)


### Bug Fixes

* An error occurs during initialization ([2a83d97](https://github.com/mob-sakai/UpmGitExtension/commit/2a83d9738a0f91ee9c0bb65ffbc70aa0e62db589))
* Change Markdig dll file name to avoid to conflict ([#64](https://github.com/mob-sakai/UpmGitExtension/issues/64)) ([67031a6](https://github.com/mob-sakai/UpmGitExtension/commit/67031a6a8a303c6fc002b41950d116669294aa75))
* Fix bridge dll import settings ([349b777](https://github.com/mob-sakai/UpmGitExtension/commit/349b7772954a991f7d649a3837bbf06d0a110d4a))
* Fix commands path ([15d3059](https://github.com/mob-sakai/UpmGitExtension/commit/15d305946e46f5014703d10a0b6637b43a2e8601))
* Fix error for Unity 2018 ([5fe299c](https://github.com/mob-sakai/UpmGitExtension/commit/5fe299c681387503395975f13672438d227e3175))
* Fix executor ([72d505d](https://github.com/mob-sakai/UpmGitExtension/commit/72d505dd7501620d787e67c4c18225653165bb7e))
* fix Expose ([a345c2f](https://github.com/mob-sakai/UpmGitExtension/commit/a345c2fe9ca55ff0943f7fe014e6c321ab310b48))
* Fix for private repo ([e921c23](https://github.com/mob-sakai/UpmGitExtension/commit/e921c233857947c472f9bd074ad7204c2e7ccb72))
* Fix get-refs on Windows ([d9b432a](https://github.com/mob-sakai/UpmGitExtension/commit/d9b432ad42ccda1b96496011c3e56422f82bfa02))
* Fix git button border ([d03dc8e](https://github.com/mob-sakai/UpmGitExtension/commit/d03dc8ec0aef09dab5a5a30849274129758e467a))
* Fix git button uss for 2019.2 or later ([d857154](https://github.com/mob-sakai/UpmGitExtension/commit/d857154d514af6305c76047cbcbccbc01fe135ef))
* Fix git script path ([7e021dc](https://github.com/mob-sakai/UpmGitExtension/commit/7e021dca3e2f7b540ca04db0ceca92a0ec9e9fe2))
* Fix install problem ([d8ae742](https://github.com/mob-sakai/UpmGitExtension/commit/d8ae7421b54e522b1b6019ed907c342a04d4d1f2))
* Fix reload bug ([57dda05](https://github.com/mob-sakai/UpmGitExtension/commit/57dda0595ef646b3381259802410e8d6840de6a9))
* Fix reload bug on update package ([2f09d8f](https://github.com/mob-sakai/UpmGitExtension/commit/2f09d8fecf3af89a61c43ce70722715467c44081))
* get-refs script path error on windows ([3c8ccc7](https://github.com/mob-sakai/UpmGitExtension/commit/3c8ccc7787cad2b387f4849b8f92d3c27d5d44e5))
* Omit generics feature in expose for .net 3.5 ([7147856](https://github.com/mob-sakai/UpmGitExtension/commit/71478568895f9ce1ef8bb083945c73796f9e87b9))
* Overwrite manifest.json on install package via install window ([9b7a76c](https://github.com/mob-sakai/UpmGitExtension/commit/9b7a76ca17f5f95e1f81a8afcb1a19fb1ccc73d1))
* Remove uss property ([b491102](https://github.com/mob-sakai/UpmGitExtension/commit/b491102f76e607dd888d21253695a6d69decec18))
* Replace version in package.json on release ([#56](https://github.com/mob-sakai/UpmGitExtension/issues/56)) ([9d3f5a4](https://github.com/mob-sakai/UpmGitExtension/commit/9d3f5a463da4b9692366da486d599b135867f65d))
* Support recomended version on Unity 2019.3 ([d0ced06](https://github.com/mob-sakai/UpmGitExtension/commit/d0ced06cfd17e826a257b42b4fc25824987e7129))
* Support Unity 2019.1 or later ([#54](https://github.com/mob-sakai/UpmGitExtension/issues/54)) ([03d5a32](https://github.com/mob-sakai/UpmGitExtension/commit/03d5a325a8ae4492c1a4afdffc88af7b3b2a79aa))
* Suppress debug log ([b068f14](https://github.com/mob-sakai/UpmGitExtension/commit/b068f140d5c4b937439aca547b03afa63011bc61))
* Update compiler version ([1abeaf8](https://github.com/mob-sakai/UpmGitExtension/commit/1abeaf8b57b61de25bbc2f70f65fd9b15c1ab146))


### Features

* **Compiler:** Add deterministic mode ([6682c20](https://github.com/mob-sakai/UpmGitExtension/commit/6682c20e1a06fb4b260097825b00f5f462cc43e2))
* **Compiler:** Optimize compiler ([340a94c](https://github.com/mob-sakai/UpmGitExtension/commit/340a94c9617e3a15e2e1956941906cf6a8608f1e))
* Add internal accessible compiler ([def28f8](https://github.com/mob-sakai/UpmGitExtension/commit/def28f8391581d908cd2ef95b8f783148ccedf4c))
* Add InternalAccessableCompiler ([3dd1f9f](https://github.com/mob-sakai/UpmGitExtension/commit/3dd1f9f09deedfef402dedac3883c1e9350f888c))
* Internal bridging ([f79134f](https://github.com/mob-sakai/UpmGitExtension/commit/f79134fa841f126547df340e628564dcd04890cc))
* Remove document actions class ([718c361](https://github.com/mob-sakai/UpmGitExtension/commit/718c36131b380db777bc3d8f6db10c2a366e51b6))
* Simply install window ([6b4a650](https://github.com/mob-sakai/UpmGitExtension/commit/6b4a6505e982b3fb1e83e6abd940eafc3090e413))
* Support 2019.3 ([#50](https://github.com/mob-sakai/UpmGitExtension/issues/50)) ([1d08f50](https://github.com/mob-sakai/UpmGitExtension/commit/1d08f50906ee735436749db357e78e1d48c3fb72))
* Support git dependency in the package [#35](https://github.com/mob-sakai/UpmGitExtension/issues/35) ([12d0dcc](https://github.com/mob-sakai/UpmGitExtension/commit/12d0dcc3b5746dc4bd62cfc2b4a9a17b270a2e69))
* Tag filtering [#45](https://github.com/mob-sakai/UpmGitExtension/issues/45) ([221e04b](https://github.com/mob-sakai/UpmGitExtension/commit/221e04b67bae08f423788de5b8d217337bbc7672))
* Use dll to internal bridging ([e1af7ba](https://github.com/mob-sakai/UpmGitExtension/commit/e1af7bad3d3dfc46c9cbef58b652d894dc9c2d87))
* Use internal access bridging instead of reflection ([#58](https://github.com/mob-sakai/UpmGitExtension/issues/58)) ([#60](https://github.com/mob-sakai/UpmGitExtension/issues/60)) ([bfc59d1](https://github.com/mob-sakai/UpmGitExtension/commit/bfc59d1018535a277f9f0392dead56876bdfde1c))


### Reverts

* Disable tag filter ([7a3fce2](https://github.com/mob-sakai/UpmGitExtension/commit/7a3fce29532083ed653605fc2ae2cd9ac7fad2f2))

## [1.0.2](https://github.com/mob-sakai/UpmGitExtension/compare/v1.0.1...v1.0.2) (2019-10-29)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.coffee.upm-git-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.upm-git-extension",
"displayName": "UPM Git Extension",
"description": "This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.\n\n - Support GitHub, GitLab, Bitbucket, etc.\n - Link to the repogitory and offline documents\n - Install the package from git repository with UI\n - Update the package with a specific tag/branch\n - Remove the package",
"version": "1.0.2",
"version": "1.0.0-preview.1",
"unity": "2018.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit dc2095f

Please sign in to comment.