Skip to content

Commit 049e46e

Browse files
committed
chore: release v2.0.0
1 parent e15e17a commit 049e46e

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v2.0.0](https://github.com/kinde-oss/kinde-remix-sdk/compare/v1.1.4...v2.0.0)
8+
9+
- feat: Upgrade to react-router and move to TS [`#41`](https://github.com/kinde-oss/kinde-remix-sdk/pull/41)
10+
- chore(deps): update dependency prettier to v3.5.3 [`#40`](https://github.com/kinde-oss/kinde-remix-sdk/pull/40)
11+
- chore(deps): update dependency rollup to v4.22.4 [security] [`#27`](https://github.com/kinde-oss/kinde-remix-sdk/pull/27)
12+
- chore(deps): update dependency @types/node to v20.17.24 [`#36`](https://github.com/kinde-oss/kinde-remix-sdk/pull/36)
13+
- chore(deps): update dependency eslint to v8.57.1 [`#35`](https://github.com/kinde-oss/kinde-remix-sdk/pull/35)
14+
- chore(deps): update dependency vitest to v1.6.1 [security] [`#28`](https://github.com/kinde-oss/kinde-remix-sdk/pull/28)
15+
- fix: changed kinde session test to handle the updated refresh logic [`#34`](https://github.com/kinde-oss/kinde-remix-sdk/pull/34)
16+
- chore(deps): update codecov/codecov-action action to v5 [`#33`](https://github.com/kinde-oss/kinde-remix-sdk/pull/33)
17+
- chore(deps): update actions/setup-node action to v4 [`#32`](https://github.com/kinde-oss/kinde-remix-sdk/pull/32)
18+
- chore(deps): update actions/cache action to v4 [`#30`](https://github.com/kinde-oss/kinde-remix-sdk/pull/30)
19+
- chore(deps): update actions/checkout action to v4 [`#31`](https://github.com/kinde-oss/kinde-remix-sdk/pull/31)
20+
- chore: Configure Renovate [`#26`](https://github.com/kinde-oss/kinde-remix-sdk/pull/26)
21+
- fix: cleanup and linting [`27c8ce6`](https://github.com/kinde-oss/kinde-remix-sdk/commit/27c8ce6df56d90e64ef8c764f4f748690949030c)
22+
- feat: react-router 7 [`d3f9c6d`](https://github.com/kinde-oss/kinde-remix-sdk/commit/d3f9c6ddf93ee606d61f8558cfa7ed34fde51eaf)
23+
- Add renovate.json [`315d08e`](https://github.com/kinde-oss/kinde-remix-sdk/commit/315d08eae695e09274840b4e8794f4194d3794bc)
24+
725
#### [v1.1.4](https://github.com/kinde-oss/kinde-remix-sdk/compare/v1.1.3...v1.1.4)
826

27+
> 19 March 2025
28+
929
- Refresh tokens only when necessary [`#25`](https://github.com/kinde-oss/kinde-remix-sdk/pull/25)
30+
- chore: release v1.1.4 [`2abafb9`](https://github.com/kinde-oss/kinde-remix-sdk/commit/2abafb9edaf2d91c796e0277397189781e0f315f)
1031
- chore: release v1.1.3 [`ff037e2`](https://github.com/kinde-oss/kinde-remix-sdk/commit/ff037e2790957280c73ae42b05d21beb4697cea3)
1132
- chore: linting [`fb4ef62`](https://github.com/kinde-oss/kinde-remix-sdk/commit/fb4ef62526e2aae8837efa9c88fc1959c0c869a2)
12-
- refreshTokens only when necessary [`6c854a1`](https://github.com/kinde-oss/kinde-remix-sdk/commit/6c854a156ae7953ef6cbb5577f2ca651efc7ac54)
1333

1434
#### [v1.1.3](https://github.com/kinde-oss/kinde-remix-sdk/compare/v1.1.2...v1.1.3)
1535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-remix-sdk",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

src/utils/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)