Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2024
1 parent 83125f1 commit e6a1c3f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-turtles-marry.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [83125f1]
- @openauthjs/openauth@0.2.1

## 0.1.2

### 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.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/openauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openauthjs/openauth

## 0.2.1

### Patch Changes

- 83125f1: Remove predefined scopes from Spotify adapter to allow user-defined scopes

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"build": "bun run script/build.ts",
Expand Down

0 comments on commit e6a1c3f

Please sign in to comment.