@goldfishjs/composition-api
Advanced tools
Comparing version 1.6.1 to 1.7.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.7.0](https://github.com/alipay/goldfish/compare/v1.6.1...v1.7.0) (2021-09-27) | ||
**Note:** Version bump only for package @goldfishjs/composition-api | ||
## [1.6.1](https://github.com/alipay/goldfish/compare/v1.6.0...v1.6.1) (2021-09-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@goldfishjs/composition-api", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "goldfish-composition-api", | ||
@@ -17,8 +17,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/core": "^1.6.1", | ||
"@goldfishjs/module-usage": "^1.6.1", | ||
"@goldfishjs/plugins": "^1.6.1", | ||
"@goldfishjs/reactive": "^1.6.1", | ||
"@goldfishjs/reactive-connect": "^1.6.1", | ||
"@goldfishjs/utils": "^1.6.1", | ||
"@goldfishjs/core": "^1.7.0", | ||
"@goldfishjs/module-usage": "^1.7.0", | ||
"@goldfishjs/plugins": "^1.7.0", | ||
"@goldfishjs/reactive": "^1.7.0", | ||
"@goldfishjs/reactive-connect": "^1.7.0", | ||
"@goldfishjs/utils": "^1.7.0", | ||
"mini-types": "^0.1.3" | ||
@@ -25,0 +25,0 @@ }, |
61737
Updated@goldfishjs/core@^1.7.0
Updated@goldfishjs/plugins@^1.7.0
Updated@goldfishjs/reactive@^1.7.0
Updated@goldfishjs/utils@^1.7.0