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 16, 2024
1 parent 7764e39 commit 62f00fb
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-eels-rescue.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies [8b5f490]
- @openauthjs/openauth@0.2.4
2 changes: 1 addition & 1 deletion examples/client/jwt-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwt-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
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.6

### Patch Changes

- Updated dependencies [8b5f490]
- @openauthjs/openauth@0.2.4

## 0.1.5

### 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.5",
"version": "0.1.6",
"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.4

### Patch Changes

- 8b5f490: feat: Add copy customization to Code UI component

## 0.2.3

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

0 comments on commit 62f00fb

Please sign in to comment.