Skip to content

Commit

Permalink
chore: release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Oct 28, 2024
1 parent b9aa6f5 commit acec395
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/functions/Provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

## Defined in

[Provider.tsx:21](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/Provider.tsx#L21)
[Provider.tsx:21](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/Provider.tsx#L21)
2 changes: 1 addition & 1 deletion docs/functions/reducer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

## Defined in

[reducer.ts:5](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/reducer.ts#L5)
[reducer.ts:5](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/reducer.ts#L5)
2 changes: 1 addition & 1 deletion docs/functions/useGlobusAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## Defined in

[useGlobusAuth.ts:4](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/useGlobusAuth.ts#L4)
[useGlobusAuth.ts:4](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/useGlobusAuth.ts#L4)
2 changes: 1 addition & 1 deletion docs/type-aliases/GlobusAuthContextProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Defined in

[Context.ts:4](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/Context.ts#L4)
[Context.ts:4](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/Context.ts#L4)
2 changes: 1 addition & 1 deletion docs/type-aliases/GlobusAuthState.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
## Defined in

[State.ts:3](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/State.ts#L3)
[State.ts:3](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/State.ts#L3)
2 changes: 1 addition & 1 deletion docs/type-aliases/Props.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Defined in

[Provider.tsx:14](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/Provider.tsx#L14)
[Provider.tsx:14](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/Provider.tsx#L14)
2 changes: 1 addition & 1 deletion docs/variables/initialState.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Defined in

[State.ts:10](https://github.com/globus/react-auth-context/blob/dd4f18f00c59a4d730366bf281f83506ce9ff987/src/State.ts#L10)
[State.ts:10](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/State.ts#L10)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/react-auth-context",
"version": "0.0.6",
"version": "0.0.7",
"description": "A React context for integrating Globus Auth into your application using the Globus JavaScript SDK",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit acec395

Please sign in to comment.