Skip to content

Commit

Permalink
Merge pull request #8 from olliethedev/feature/amplify-frontend-schem…
Browse files Browse the repository at this point in the history
…a-form

fix: build
  • Loading branch information
olliethedev authored Oct 24, 2022
2 parents 7eb57c6 + 84b3699 commit f56cd5c
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
25 changes: 20 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/amplify-frontend-schema-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-frontend-schema-form",
"version": "0.0.4",
"version": "1.1.4",
"description": "This library helps you create forms from amplify graphql schema.",
"keywords": [
"aws",
Expand Down Expand Up @@ -45,6 +45,7 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"aws-amplify": "^4.3.39",
"clsx": "^1.2.1",
"draft-js": "^0.11.7",
"draft-js-export-markdown": "^1.4.0",
"draft-js-import-markdown": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-amplifiers-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-amplifiers-core",
"version": "1.1.3",
"version": "1.1.4",
"description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-create-model-transformer",
"version": "1.1.3",
"version": "1.1.4",
"description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-process-image-transformer",
"version": "1.1.3",
"version": "1.1.4",
"description": "This directive allows you to process images.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-send-email-transformer",
"version": "1.1.3",
"version": "1.1.4",
"description": "Amplify GraphQL @sendEmail transformer.",
"keywords": [
"aws",
Expand Down

0 comments on commit f56cd5c

Please sign in to comment.