Skip to content

Commit

Permalink
chore: release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Sep 18, 2024
1 parent f9eeadf commit 537c784
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [4.0.3](https://github.com/kinde-oss/kinde-auth-react/compare/4.0.2...4.0.3)

- fix: passing through options to getToken and getIdToken [`#58`](https://github.com/kinde-oss/kinde-auth-react/pull/58)
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#51`](https://github.com/kinde-oss/kinde-auth-react/pull/51)

#### [4.0.2](https://github.com/kinde-oss/kinde-auth-react/compare/3.0.29-beta.2...4.0.2)

> 6 August 2024
- fix:getToken and getUser and TS stuff [`#55`](https://github.com/kinde-oss/kinde-auth-react/pull/55)
- chore: genversion to TS [`ec91fb5`](https://github.com/kinde-oss/kinde-auth-react/commit/ec91fb5d1d72c9648d15fe97bdfcd904ec2b8aa9)
- chore: release v4.0.2 [`9d92068`](https://github.com/kinde-oss/kinde-auth-react/commit/9d9206821e5d999fb773d501f32a63a4d93c16fe)

#### [3.0.29-beta.2](https://github.com/kinde-oss/kinde-auth-react/compare/3.0.28...3.0.29-beta.2)

Expand Down Expand Up @@ -181,17 +189,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update to allow React 18 [`#5`](https://github.com/kinde-oss/kinde-auth-react/pull/5)

#### [v0.0.8](https://github.com/kinde-oss/kinde-auth-react/compare/v0.0.7...v0.0.8)
#### v0.0.8

> 22 April 2022
- version update [`#7`](https://github.com/kinde-oss/kinde-auth-react/pull/7)
- Update npm-publish.yml [`bcafbdc`](https://github.com/kinde-oss/kinde-auth-react/commit/bcafbdc5355cb2119ba98a8ca34dce163a94c62c)

#### v0.0.7

> 22 April 2022
- Create npm-publish.yml [`#4`](https://github.com/kinde-oss/kinde-auth-react/pull/4)
- inlcude logout uri [`#6`](https://github.com/kinde-oss/kinde-auth-react/pull/6)
- add pkce dep [`#2`](https://github.com/kinde-oss/kinde-auth-react/pull/2)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde-oss/kinde-auth-react",
"version": "4.0.2",
"version": "4.0.3",
"description": "Kinde React SDK for authentication",
"module": "./dist/kinde-auth-react.esm.js",
"main": "./dist/kinde-auth-react.umd.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '4.0.2'
export const version = '4.0.3'

0 comments on commit 537c784

Please sign in to comment.