Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit ba6c98a

Browse files
chore(release): version 2.1.0 [skip ci]
# [2.1.0](v2.0.1...v2.1.0) (2024-03-24) ### Bug Fixes * correct DateTime validity logic ([6273a0a](6273a0a)) * ensure every next call wraps an Error ([9efc8e5](9efc8e5)) * update google OAuth related logic ([9fa247b](9fa247b)) ### Features * add Google OAuth2 client ([5529074](5529074)) * add googleID/googleIDToken handling ([0f8df48](0f8df48)) * add isValidTimestamp util ([ce20e7f](ce20e7f)) * rm requirement for user.sca.id ([e46c681](e46c681)) * set 'phone' and sca fields to allow null ([4fa7ccf](4fa7ccf)) * update codegen'd types ([7cf2141](7cf2141)) * update local gql shema file for nullable phone ([9e98c85](9e98c85)) * update logic to allow 'phone' to be optional ([b2df714](b2df714))
1 parent 5d6e99b commit ba6c98a

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
# [2.1.0](https://github.com/Nerdware-LLC/fixit-api/compare/v2.0.1...v2.1.0) (2024-03-24)
8+
9+
10+
### Bug Fixes
11+
12+
* correct DateTime validity logic ([6273a0a](https://github.com/Nerdware-LLC/fixit-api/commit/6273a0a4e4d6df5b466272769ab5f621a1a9d9e4))
13+
* ensure every next call wraps an Error ([9efc8e5](https://github.com/Nerdware-LLC/fixit-api/commit/9efc8e58eedd6d54db2ab7f9bb58f30025bf986b))
14+
* update google OAuth related logic ([9fa247b](https://github.com/Nerdware-LLC/fixit-api/commit/9fa247b11d083166650e81f2eb75a57701b10dc2))
15+
16+
17+
### Features
18+
19+
* add Google OAuth2 client ([5529074](https://github.com/Nerdware-LLC/fixit-api/commit/5529074517b445d8ab9b3814995ae68dfc837b3e))
20+
* add googleID/googleIDToken handling ([0f8df48](https://github.com/Nerdware-LLC/fixit-api/commit/0f8df48eb6f664346515e93083f825356a49438f))
21+
* add isValidTimestamp util ([ce20e7f](https://github.com/Nerdware-LLC/fixit-api/commit/ce20e7f2e928644764ddc20c77e2f950d7948f6c))
22+
* rm requirement for user.sca.id ([e46c681](https://github.com/Nerdware-LLC/fixit-api/commit/e46c6816f79592b4432629389c3b3653e673df36))
23+
* set 'phone' and sca fields to allow null ([4fa7ccf](https://github.com/Nerdware-LLC/fixit-api/commit/4fa7ccfdd39e6f443928c31b078ed27709ce6b22))
24+
* update codegen'd types ([7cf2141](https://github.com/Nerdware-LLC/fixit-api/commit/7cf21412be8bf58cb2afd2d25f0dc8ad0c6a548f))
25+
* update local gql shema file for nullable phone ([9e98c85](https://github.com/Nerdware-LLC/fixit-api/commit/9e98c85af321f17e6121b9a11646ee5b4de10104))
26+
* update logic to allow 'phone' to be optional ([b2df714](https://github.com/Nerdware-LLC/fixit-api/commit/b2df7145e91f70282fe57b786323900b58e9f9bc))
27+
728
# [2.1.0-next.1](https://github.com/Nerdware-LLC/fixit-api/compare/v2.0.1...v2.1.0-next.1) (2024-03-24)
829

930

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fixit-api",
3-
"version": "2.1.0-next.1",
3+
"version": "2.1.0",
44
"description": "Fixit API services built on NodeJS and Apollo GraphQL.",
55
"author": {
66
"name": "Trevor Anderson",

0 commit comments

Comments
 (0)