@aws-amplify/graphql-index-transformer 0.8.0-apiext2.0 → 0.8.0-apiext3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,12 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.8.0-apiext2.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.2...@aws-amplify/graphql-index-transformer@0.8.0-apiext2.0) (2021-11-19)
6
+ # [0.8.0-apiext3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.3...@aws-amplify/graphql-index-transformer@0.8.0-apiext3.0) (2021-11-20)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * extensibility for Amplify API ([#8954](https://github.com/aws-amplify/amplify-cli/issues/8954)) ([d662316](https://github.com/aws-amplify/amplify-cli/commit/d66231697abc7db86e4e6a7c66e78e88a332dd22))
11
+ * extensibility for Amplify API ([#8954](https://github.com/aws-amplify/amplify-cli/issues/8954)) ([4a6b11a](https://github.com/aws-amplify/amplify-cli/commit/4a6b11aa60aa7a78200c71b92a0636d4c395737c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.7.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.2...@aws-amplify/graphql-index-transformer@0.7.3) (2021-11-19)
18
+
19
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
12
20
 
13
21
 
14
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.8.0-apiext2.0",
3
+ "version": "0.8.0-apiext3.0",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,8 +27,8 @@
27
27
  "test": "jest"
28
28
  },
29
29
  "dependencies": {
30
- "@aws-amplify/graphql-model-transformer": "0.10.0-apiext2.0",
31
- "@aws-amplify/graphql-transformer-core": "0.14.0-apiext2.0",
30
+ "@aws-amplify/graphql-model-transformer": "0.10.0-apiext3.0",
31
+ "@aws-amplify/graphql-transformer-core": "0.14.0-apiext3.0",
32
32
  "@aws-amplify/graphql-transformer-interfaces": "1.12.2",
33
33
  "@aws-cdk/aws-appsync": "~1.124.0",
34
34
  "@aws-cdk/aws-dynamodb": "~1.124.0",
@@ -55,5 +55,5 @@
55
55
  ],
56
56
  "collectCoverage": true
57
57
  },
58
- "gitHead": "273fdfda0ac3ddd7135991dcecd95e4b62ea889c"
58
+ "gitHead": "49f684c53f6d52ae0c46ade3bc9c63790e76b266"
59
59
  }