Skip to content

Commit

Permalink
Version Packages (#70)
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 dda573f commit 1d2934c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-guests-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-eggs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-clocks-sit.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [584728f]
- Updated dependencies [41acdc2]
- Updated dependencies [2aa531b]
- @openauthjs/openauth@0.1.2
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.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/openauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openauthjs/openauth

## 0.1.2

### Patch Changes

- 584728f: Add common ColorScheme
- 41acdc2: ui: missing copy in password.tsx
- 2aa531b: Add GitHub Actions workflow for running tests

## 0.1.1

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

0 comments on commit 1d2934c

Please sign in to comment.