@goldfishjs/composition-api
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,2 +6,15 @@ # Change Log | ||
# [2.1.0](https://github.com/alipay/goldfish/compare/v1.9.5...v2.1.0) (2022-02-25) | ||
### Features | ||
* export the APIs by core. ([a826316](https://github.com/alipay/goldfish/commit/a826316272e62ec15ca06520399dcde2acf026c2)) | ||
* update email. ([fea7d4e](https://github.com/alipay/goldfish/commit/fea7d4e434b81333da94b6b4d3811689c6bd0877)) | ||
* upgrade version. ([8c017ba](https://github.com/alipay/goldfish/commit/8c017ba77a4cc6b75e47f3d76d4da538e25ca7c4)) | ||
## [1.9.5](https://github.com/alipay/goldfish/compare/v1.9.4...v1.9.5) (2022-02-18) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@goldfishjs/composition-api", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "goldfish-composition-api", | ||
@@ -17,6 +17,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^2.0.0", | ||
"@goldfishjs/reactive": "^2.0.0", | ||
"@goldfishjs/reactive-connect": "^2.0.0", | ||
"@goldfishjs/utils": "^2.0.0", | ||
"@goldfishjs/module-usage": "^2.1.0", | ||
"@goldfishjs/reactive": "^2.1.0", | ||
"@goldfishjs/reactive-connect": "^2.1.0", | ||
"@goldfishjs/utils": "^2.1.0", | ||
"mini-types": "^0.1.3" | ||
@@ -23,0 +23,0 @@ }, |
82616