Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump conversation and generation transformers to v1 #3030

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

atierian
Copy link
Member

@atierian atierian commented Nov 18, 2024

Description of changes

  • Bumps @aws-amplify/graphql-conversation-transformer to 1.0.0.
  • Bumps @aws-amplify/graphql-generation-transformer to 1.0.0.

Note

This will result in the next release being 1.1.0 for both packages.
See lerna/lerna#3855.

This isn't ideal, but neither of these packages are directly consumed by customers, so we can live with it.

Running yarn update-versions results in the following:

Changes:
 - @aws-amplify/data-construct: 1.13.3 => 1.13.4
 - amplify-graphql-api-construct-tests: 1.13.1 => 1.13.2 (private)
 - @aws-amplify/graphql-api-construct: 1.17.3 => 1.17.4
 - @aws-amplify/graphql-conversation-transformer: 1.0.0 => 1.1.0
 - @aws-amplify/graphql-generation-transformer: 1.0.0 => 1.1.0
 - @aws-amplify/graphql-transformer: 2.1.8 => 2.1.9

git diff packages/amplify-data-construct/package.json

diff --git a/packages/amplify-data-construct/package.json b/packages/amplify-data-construct/package.json
index 7d0a1828b..c5c835b1f 100644
--- a/packages/amplify-data-construct/package.json
+++ b/packages/amplify-data-construct/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aws-amplify/data-construct",
-  "version": "1.13.3",
+  "version": "1.13.4",
   "description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.",
   "repository": {
     "type": "git",
@@ -160,13 +160,13 @@
     "@aws-amplify/ai-constructs": "^0.8.1",
     "@aws-amplify/backend-output-schemas": "^1.0.0",
     "@aws-amplify/backend-output-storage": "^1.0.0",
-    "@aws-amplify/graphql-api-construct": "1.17.3",
+    "@aws-amplify/graphql-api-construct": "1.17.4",
     "@aws-amplify/graphql-auth-transformer": "4.1.7",
-    "@aws-amplify/graphql-conversation-transformer": "1.0.0",
+    "@aws-amplify/graphql-conversation-transformer": "1.1.0",
     "@aws-amplify/graphql-default-value-transformer": "3.1.4",
     "@aws-amplify/graphql-directives": "2.6.0",
     "@aws-amplify/graphql-function-transformer": "3.1.6",
-    "@aws-amplify/graphql-generation-transformer": "1.0.0",
+    "@aws-amplify/graphql-generation-transformer": "1.1.0",
     "@aws-amplify/graphql-http-transformer": "3.0.9",
     "@aws-amplify/graphql-index-transformer": "3.0.9",
     "@aws-amplify/graphql-maps-to-transformer": "4.0.9",
@@ -175,7 +175,7 @@
     "@aws-amplify/graphql-relational-transformer": "3.1.1",
     "@aws-amplify/graphql-searchable-transformer": "3.0.9",
     "@aws-amplify/graphql-sql-transformer": "0.4.9",
-    "@aws-amplify/graphql-transformer": "2.1.8",
+    "@aws-amplify/graphql-transformer": "2.1.9",
     "@aws-amplify/graphql-transformer-core": "3.3.1",
     "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
     "@aws-amplify/platform-core": "^1.0.0",

git diff packages/amplify-graphql-api-construct/package.json

diff --git a/packages/amplify-graphql-api-construct/package.json b/packages/amplify-graphql-api-construct/package.json
index 3b4800f6c..c7a7143bd 100644
--- a/packages/amplify-graphql-api-construct/package.json
+++ b/packages/amplify-graphql-api-construct/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aws-amplify/graphql-api-construct",
-  "version": "1.17.3",
+  "version": "1.17.4",
   "description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer.",
   "repository": {
     "type": "git",
@@ -162,11 +162,11 @@
     "@aws-amplify/backend-output-schemas": "^1.0.0",
     "@aws-amplify/backend-output-storage": "^1.0.0",
     "@aws-amplify/graphql-auth-transformer": "4.1.7",
-    "@aws-amplify/graphql-conversation-transformer": "1.0.0",
+    "@aws-amplify/graphql-conversation-transformer": "1.1.0",
     "@aws-amplify/graphql-default-value-transformer": "3.1.4",
     "@aws-amplify/graphql-directives": "2.6.0",
     "@aws-amplify/graphql-function-transformer": "3.1.6",
-    "@aws-amplify/graphql-generation-transformer": "1.0.0",
+    "@aws-amplify/graphql-generation-transformer": "1.1.0",
     "@aws-amplify/graphql-http-transformer": "3.0.9",
     "@aws-amplify/graphql-index-transformer": "3.0.9",
     "@aws-amplify/graphql-maps-to-transformer": "4.0.9",
@@ -175,7 +175,7 @@
     "@aws-amplify/graphql-relational-transformer": "3.1.1",
     "@aws-amplify/graphql-searchable-transformer": "3.0.9",
     "@aws-amplify/graphql-sql-transformer": "0.4.9",
-    "@aws-amplify/graphql-transformer": "2.1.8",
+    "@aws-amplify/graphql-transformer": "2.1.9",
     "@aws-amplify/graphql-transformer-core": "3.3.1",
     "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
     "@aws-amplify/platform-core": "^1.0.0",

git diff packages/amplify-graphql-transformer/package.json

diff --git a/packages/amplify-graphql-transformer/package.json b/packages/amplify-graphql-transformer/package.json
index 1847f6b43..a666f632d 100644
--- a/packages/amplify-graphql-transformer/package.json
+++ b/packages/amplify-graphql-transformer/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aws-amplify/graphql-transformer",
-  "version": "2.1.8",
+  "version": "2.1.9",
   "description": "Amplify GraphQL Transformer Root Package",
   "repository": {
     "type": "git",
@@ -30,10 +30,10 @@
   },
   "dependencies": {
     "@aws-amplify/graphql-auth-transformer": "4.1.7",
-    "@aws-amplify/graphql-conversation-transformer": "1.0.0",
+    "@aws-amplify/graphql-conversation-transformer": "1.1.0",
     "@aws-amplify/graphql-default-value-transformer": "3.1.4",
     "@aws-amplify/graphql-function-transformer": "3.1.6",
-    "@aws-amplify/graphql-generation-transformer": "1.0.0",
+    "@aws-amplify/graphql-generation-transformer": "1.1.0",
     "@aws-amplify/graphql-http-transformer": "3.0.9",
     "@aws-amplify/graphql-index-transformer": "3.0.9",
     "@aws-amplify/graphql-maps-to-transformer": "4.0.9",
CDK / CloudFormation Parameters Changed

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • E2E test run linked
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies
  • Any CDK or CloudFormation parameter changes are called out explicitly

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@atierian atierian marked this pull request as ready for review November 18, 2024 20:40
@atierian atierian requested a review from a team as a code owner November 18, 2024 20:40
@atierian atierian merged commit 1d9e59e into main Nov 18, 2024
6 of 7 checks passed
@atierian atierian deleted the ai.ga branch November 18, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants