@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -5,3 +5,36 @@ { | ||
{ | ||
"date": "Thu, 06 Jan 2022 09:53:22 GMT", | ||
"date": "Fri, 14 Jan 2022 10:11:56 GMT", | ||
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.3", | ||
"version": "0.7.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "mnovikov@microsoft.com", | ||
"package": "@graphitation/apollo-react-relay-duct-tape", | ||
"commit": "31a3867a32c3001ded73331c7a546057eb480a62", | ||
"comment": "Add side-effects false to all production packages for webpack opt" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@graphitation/apollo-react-relay-duct-tape", | ||
"comment": "Bump @graphitation/apollo-mock-client to v0.10.1", | ||
"commit": "31a3867a32c3001ded73331c7a546057eb480a62" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@graphitation/apollo-react-relay-duct-tape", | ||
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.1", | ||
"commit": "31a3867a32c3001ded73331c7a546057eb480a62" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@graphitation/apollo-react-relay-duct-tape", | ||
"comment": "Bump @graphitation/graphql-js-tag to v0.8.1", | ||
"commit": "31a3867a32c3001ded73331c7a546057eb480a62" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 06 Jan 2022 09:53:33 GMT", | ||
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.2", | ||
@@ -8,0 +41,0 @@ "version": "0.7.2", |
# Change Log - @graphitation/apollo-react-relay-duct-tape | ||
This log was last generated on Thu, 06 Jan 2022 09:53:22 GMT and should not be manually modified. | ||
This log was last generated on Fri, 14 Jan 2022 10:11:56 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.7.3 | ||
Fri, 14 Jan 2022 10:11:56 GMT | ||
### Patches | ||
- Add side-effects false to all production packages for webpack opt (mnovikov@microsoft.com) | ||
- Bump @graphitation/apollo-mock-client to v0.10.1 | ||
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.1 | ||
- Bump @graphitation/graphql-js-tag to v0.8.1 | ||
## 0.7.2 | ||
Thu, 06 Jan 2022 09:53:22 GMT | ||
Thu, 06 Jan 2022 09:53:33 GMT | ||
@@ -11,0 +22,0 @@ ### Patches |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"repository": { | ||
@@ -23,5 +23,5 @@ "type": "git", | ||
"@apollo/client": "^3.3.15", | ||
"@graphitation/apollo-mock-client": "^0.10.0", | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.8.0", | ||
"@graphitation/graphql-js-tag": "^0.8.0", | ||
"@graphitation/apollo-mock-client": "^0.10.1", | ||
"@graphitation/graphql-js-operation-payload-generator": "^0.8.1", | ||
"@graphitation/graphql-js-tag": "^0.8.1", | ||
"@types/jest": "^26.0.22", | ||
@@ -44,3 +44,4 @@ "@types/react": "^17.0.3", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"sideEffects": false | ||
}, | ||
@@ -47,0 +48,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
44418
848