Skip to content

Commit

Permalink
Version Packages (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 14, 2024
1 parent 8720626 commit f4bbc3e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .changeset/hip-pigs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-forks-bake.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/client/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs

## 0.1.2

### Patch Changes

- Updated dependencies [8c3f050]
- Updated dependencies [0f93def]
- @openauthjs/openauth@0.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/client/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
15 changes: 15 additions & 0 deletions packages/openauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @openauthjs/openauth

## 0.2.0

### Minor Changes

- 8c3f050: BREAKING CHANGE: `client.exchange` and `client.authorize` signatures have changed.

`client.exchange` will now return an `{ err, tokens }` object. check `if (result.err)` for errors.
`client.authorize` now accepts `pkce: true` as an option. it is now async and returns a promise with `{ challenge, url}`. the `challenge` contains the `state` and `verifier` if using `pkce`

all exchanges have been updated to reflect this if you would like to reference

### Patch Changes

- 0f93def: refactor: update storage adapters to use Date for expiry

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openauthjs/openauth",
"version": "0.1.2",
"version": "0.2.0",
"type": "module",
"scripts": {
"build": "bun run script/build.ts",
Expand Down

0 comments on commit f4bbc3e

Please sign in to comment.