Skip to content

Commit

Permalink
Merge changes from v2.0.1-next.1 into main (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson authored Mar 10, 2024
2 parents ea936bd + e13f6e7 commit a85a88e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

---

## [2.0.1-next.1](https://github.com/Nerdware-LLC/fixit-api/compare/v2.0.0...v2.0.1-next.1) (2024-03-10)

# [2.0.0](https://github.com/Nerdware-LLC/fixit-api/compare/v1.23.1...v2.0.0) (2024-03-10)


Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixit-api",
"version": "2.0.0",
"version": "2.0.1-next.1",
"description": "Fixit API services built on NodeJS and Apollo GraphQL.",
"author": {
"name": "Trevor Anderson",
Expand Down Expand Up @@ -37,7 +37,7 @@
"gql:update-types": "graphql-codegen-esm --config codegen.ts"
},
"dependencies": {
"@apollo/server": "^4.9.1",
"@apollo/server": "^4.10.1",
"@aws-sdk/client-dynamodb": "^3.391.0",
"@aws-sdk/client-lambda": "^3.391.0",
"@aws-sdk/lib-dynamodb": "^3.391.0",
Expand All @@ -52,7 +52,7 @@
"dayjs": "^1.11.9",
"expo-server-sdk": "^3.7.0",
"express": "^4.18.2",
"graphql": "^16.8.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.1",
Expand Down

0 comments on commit a85a88e

Please sign in to comment.