@graphitation/apollo-react-relay-duct-tape 0.5.0-store-observation.5 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +23 -0
- package/CHANGELOG.md +9 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Fri, 08 Oct 2021 22:54:51 GMT",
|
|
6
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.5.0",
|
|
7
|
+
"version": "0.5.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Beachball sync",
|
|
12
|
+
"author": "eloy.de.enige@gmail.com",
|
|
13
|
+
"commit": "359e9c535021f12511b80c311cb768222f51d6a8",
|
|
14
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.6.0-store-observation.2",
|
|
20
|
+
"author": "eloy.de.enige@gmail.com",
|
|
21
|
+
"commit": "359e9c535021f12511b80c311cb768222f51d6a8",
|
|
22
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
4
27
|
{
|
|
5
28
|
"date": "Thu, 07 Oct 2021 13:10:18 GMT",
|
|
6
29
|
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.5.0-store-observation.5",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# Change Log - @graphitation/apollo-react-relay-duct-tape
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 08 Oct 2021 22:54:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.0
|
|
8
|
+
|
|
9
|
+
Fri, 08 Oct 2021 22:54:51 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump relay-compiler-language-graphitation to v0.6.0-store-observation.2 (eloy.de.enige@gmail.com)
|
|
14
|
+
|
|
7
15
|
## 0.5.0-store-observation.5
|
|
8
16
|
|
|
9
17
|
Thu, 07 Oct 2021 13:10:18 GMT
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.5.0
|
|
5
|
+
"version": "0.5.0",
|
|
6
6
|
"main": "./lib/index",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "monorepo-scripts build",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"monorepo-scripts": "*",
|
|
23
23
|
"react": "^17.0.2",
|
|
24
24
|
"relay-compiler": "^11.0.2",
|
|
25
|
-
"relay-compiler-language-graphitation": "^0.6.0-store-observation.
|
|
25
|
+
"relay-compiler-language-graphitation": "^0.6.0-store-observation.2",
|
|
26
26
|
"ts-expect": "^1.3.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|