Skip to content

Commit

Permalink
Merge pull request #112 from kinde-oss/peter/chore/update-ts-version
Browse files Browse the repository at this point in the history
Peter/chore/update ts version
  • Loading branch information
kinde-engineering authored Jan 24, 2024
2 parents 71e7cb0 + 961e1e4 commit 267ca7f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v2.1.4

[compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.3-alpha.1...v2.1.4)

### 🚀 Enhancements

- Raw id and access tokens ([d094900](https://github.com/kinde-oss/kinde-auth-nextjs/commit/d094900))
- Multiple audiences ([469cdc1](https://github.com/kinde-oss/kinde-auth-nextjs/commit/469cdc1))

### 🩹 Fixes

- Typo ([adec5c9](https://github.com/kinde-oss/kinde-auth-nextjs/commit/adec5c9))
- Handle remove cookies on pages router ([fbbb772](https://github.com/kinde-oss/kinde-auth-nextjs/commit/fbbb772))

### 🏡 Chore

- Remove comment ([b02bb50](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b02bb50))
- Bump version ([50a313f](https://github.com/kinde-oss/kinde-auth-nextjs/commit/50a313f))
- Changelog revert ([7243dde](https://github.com/kinde-oss/kinde-auth-nextjs/commit/7243dde))
- Revert changelog ([699a36b](https://github.com/kinde-oss/kinde-auth-nextjs/commit/699a36b))
- **release:** V2.1.3-alpha.1 ([affdca4](https://github.com/kinde-oss/kinde-auth-nextjs/commit/affdca4))
- **release:** V2.1.3-alpha.1 ([4b02c3a](https://github.com/kinde-oss/kinde-auth-nextjs/commit/4b02c3a))
- **release:** V2.1.3-alpha.1 ([b2b55b3](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b2b55b3))
- **release:** V2.1.3-alpha.1 ([ce519ee](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ce519ee))
- **release:** V2.1.3-alpha.2 ([f148e26](https://github.com/kinde-oss/kinde-auth-nextjs/commit/f148e26))

### ❤️ Contributors

- Peter Phanouvong ([@peterphanouvong](http://github.com/peterphanouvong))

## v2.1.3-alpha.2

[compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.3-alpha.1...v2.1.3-alpha.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde-oss/kinde-auth-nextjs",
"version": "2.1.3-alpha.2",
"version": "2.1.4",
"description": "Kinde Auth SDK for NextJS",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-dom": "^18.1.0"
},
"dependencies": {
"@kinde-oss/kinde-typescript-sdk": "^2.6.1",
"@kinde-oss/kinde-typescript-sdk": "^2.6.2",
"cookie": "^0.5.0",
"crypto-js": "^4.1.1",
"jwt-decode": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.js

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

0 comments on commit 267ca7f

Please sign in to comment.