@aws-amplify/graphql-transformer-interfaces 3.5.0-gen2-release.1 → 3.5.1-gen2-release.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 +3 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,18 +3,15 @@
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
- # [3.5.0-gen2-release.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.5.0-gen2-release.0...@aws-amplify/graphql-transformer-interfaces@3.5.0-gen2-release.1) (2024-03-28)
6
+ ## [3.5.1-gen2-release.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.5.0-gen2-release.1...@aws-amplify/graphql-transformer-interfaces@3.5.1-gen2-release.0) (2024-03-29)
7
7
 
8
- ### Features
9
-
10
- - iam access support for searchable, index and sql directives ([#2398](https://github.com/aws-amplify/amplify-category-api/issues/2398)) ([c2a3d92](https://github.com/aws-amplify/amplify-category-api/commit/c2a3d92e89891e9585aa1c26731f132171e271be))
8
+ **Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces
11
9
 
12
- # [3.5.0-gen2-release.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.4.0...@aws-amplify/graphql-transformer-interfaces@3.5.0-gen2-release.0) (2024-03-27)
10
+ # [3.5.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.4.0...@aws-amplify/graphql-transformer-interfaces@3.5.0) (2024-03-28)
13
11
 
14
12
  ### Features
15
13
 
16
14
  - add secrets manager as credential store for sql lambda ([#2289](https://github.com/aws-amplify/amplify-category-api/issues/2289)) ([affdb98](https://github.com/aws-amplify/amplify-category-api/commit/affdb988b499591c3a96608f772b637ddd8c3a0c))
17
- - generic iam authorization ([#2385](https://github.com/aws-amplify/amplify-category-api/issues/2385)) ([550ee80](https://github.com/aws-amplify/amplify-category-api/commit/550ee803275817d25447ff1400d55eb1ad4cd0c2))
18
15
 
19
16
  # [3.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.3.3...@aws-amplify/graphql-transformer-interfaces@3.4.0) (2024-02-28)
20
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer-interfaces",
3
- "version": "3.5.0-gen2-release.1",
3
+ "version": "3.5.1-gen2-release.0",
4
4
  "description": "Amplify GraphQL transformer interface definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,5 +60,5 @@
60
60
  "/__tests__/"
61
61
  ]
62
62
  },
63
- "gitHead": "8ca8bbf65e77c30c0089ca4c91b8b28f27f22973"
63
+ "gitHead": "a550843921e81b923214a9038b0725ac5e6b2b67"
64
64
  }