Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Jan 9, 2025
1 parent acbcc7d commit e0de5f5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ 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).

#### [0.2.0](https://github.com/kinde-oss/expo/compare/0.1.1...0.2.0)

- fix: `expo export` script failing for web [`#6`](https://github.com/kinde-oss/expo/pull/6)
- Fixes undefined config variables in standalone builds leading to crashes [`#7`](https://github.com/kinde-oss/expo/pull/7)
- fix: prod environment variables [`256cbdf`](https://github.com/kinde-oss/expo/commit/256cbdfb93a57614c17a1f86260837fe47cf89c8)
- chore: release v0.1.1 [`4eb8904`](https://github.com/kinde-oss/expo/commit/4eb8904eecf9342d7ebeec4504c2fed55eb4be6d)
- chore: lint [`acbcc7d`](https://github.com/kinde-oss/expo/commit/acbcc7d74c7c6e7bac2ea6f5db8d14df0d262427)

#### [0.1.1](https://github.com/kinde-oss/expo/compare/0.1.0...0.1.1)

> 5 August 2024
- fix: default scopes [`#2`](https://github.com/kinde-oss/expo/pull/2)
- fix: register loading login flow [`#1`](https://github.com/kinde-oss/expo/pull/1)
- Create LICENSE [`2fe084b`](https://github.com/kinde-oss/expo/commit/2fe084b5faa46e7d9927bec8c70fe7dfbedc73f4)
- chore: release v0.1.1 [`6772f44`](https://github.com/kinde-oss/expo/commit/6772f442061fbd2ca0b97715d3f59a96479424f8)

#### [0.1.0](https://github.com/kinde-oss/expo/compare/0.1.0-65...0.1.0)

Expand All @@ -17,3 +28,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: Kinde expo SDK [`616c751`](https://github.com/kinde-oss/expo/commit/616c751ee58a5cac10dbfd3195257733657a69b0)
- chore: release v0.1.0 [`88cf352`](https://github.com/kinde-oss/expo/commit/88cf3522e82125ed8f3b9ff4a50065094e2584ec)

#### [0.1.0-65](https://github.com/kinde-oss/expo/compare/0.1.0-32...0.1.0-65)

> 11 July 2024
#### [0.1.0-32](https://github.com/kinde-oss/expo/compare/0.1.0-31...0.1.0-32)

> 11 July 2024
#### 0.1.0-31

> 11 July 2024
- first commit [`5054985`](https://github.com/kinde-oss/expo/commit/5054985ffcde81e7ee568c612b072e9c3425c8c1)
- getting crypto error on useage of useKindeAuth [`989e57c`](https://github.com/kinde-oss/expo/commit/989e57cd2dfc903d15a30f7937380f2d91041a96)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"files": [
"dist"
],
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit e0de5f5

Please sign in to comment.