@graphitation/apollo-react-relay-duct-tape-compiler 1.0.0-alpha.1 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,26 @@
1
- # Change Log - relay-compiler-language-graphitation
1
+ # Change Log - @graphitation/apollo-react-relay-duct-tape-compiler
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 13:40:52 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Jun 2023 12:50:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0
8
+
9
+ Mon, 12 Jun 2023 12:50:42 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @graphitation/supermassive to v2.4.8
14
+
15
+ ## 1.0.0-alpha.2
16
+
17
+ Mon, 22 May 2023 13:58:50 GMT
18
+
19
+ ### Changes
20
+
21
+ - Testing release (eloy.de.enige@gmail.com)
22
+ - Bump @graphitation/supermassive to v2.4.4
23
+
7
24
  ## 0.8.2
8
25
 
9
26
  Mon, 24 Jan 2022 13:40:52 GMT
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphitation/apollo-react-relay-duct-tape-compiler",
3
3
  "description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
4
4
  "license": "MIT",
5
- "version": "1.0.0-alpha.1",
5
+ "version": "1.0.0",
6
6
  "main": "./lib/index.js",
7
7
  "bin": {
8
8
  "duct-tape-compiler": "./lib/cli.js"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "peerDependencies": {
42
42
  "graphql": "^15.0.0",
43
- "@graphitation/supermassive": "^2.0.0"
43
+ "@graphitation/supermassive": "^2.4.8"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"