Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Dec 16, 2024
1 parent 9d62aa3 commit 1611658
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,28 @@ 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).

#### [2.0.0](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/compare/1.3.1...2.0.0)

- feat: improve auth URL generation and add extra params. [`#49`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/49)
- Update README with starter kit link [`#44`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/44)
- fix: update console level [`#46`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/46)
- feat: deprecate old additionalParameters [`#51`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/51)
- fix: remove expo [`#50`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/50)
- fix: Minor updates are fixes [`1a16e3f`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/1a16e3f511aca66ee379f4aea8db85eeb6e194dc)
- test: fix and improve tests [`6de2705`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/6de2705a80fde880c335e4eea43c07be5816950a)
- fix: url generation issues [`6d02fe7`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/6d02fe79cf9551efca083ef92556251282642731)

#### [1.3.1](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/compare/1.3.0...1.3.1)

> 27 August 2024
- Update Utils.ts [`#40`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/40)
- feat: add additional new params [`#36`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/36)
- Refactor: removed dependancies [`#35`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/35)
- [Snyk] Upgrade expo-web-browser from 12.1.1 to 12.8.2 [`#33`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/pull/33)
- refactor: remove old packages and replace url-parse with URLSearchParams [`9a7d4af`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/9a7d4afc0b094b40ce356c9319c276f9ce08caf4)
- chore: release v1.3.1 [`b04119e`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/b04119e4330b63f83681ea7e487e21a9ce9af063)
- chore: added changelog [`c682ccf`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/c682ccff8834eb4feb7099aec695fd15fcacc718)
- chore: linting [`3377de0`](https://github.com/kinde-oss/kinde-react-native-sdk-0-7x/commit/3377de0077b26f737565fb2fc5cd1f7da63c486e)

#### 1.3.0

Expand Down
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/react-native-sdk-0-7x",
"version": "1.3.1",
"version": "2.0.0",
"description": "Kinde React Native SDK for authentication",
"license": "MIT",
"homepage": "https://kinde.com",
Expand Down

0 comments on commit 1611658

Please sign in to comment.