Skip to content

Commit

Permalink
release: version packages (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored Jun 6, 2024
1 parent e888a7c commit e7d4344
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/lemon-plants-lay.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/next-app-dir-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logto/next-app-dir-sample

## 2.1.12

### Patch Changes

- Updated dependencies [e888a7c]
- @logto/next@3.3.0

## 2.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-app-dir-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/next-app-dir-sample",
"version": "2.1.11",
"version": "2.1.12",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/next-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.1.12

### Patch Changes

- Updated dependencies [e888a7c]
- @logto/next@3.3.0

## 2.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/next-sample",
"version": "2.1.11",
"version": "2.1.12",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/next-server-actions-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-server-actions-sample

## 2.1.17

### Patch Changes

- Updated dependencies [e888a7c]
- @logto/next@3.3.0

## 2.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-server-actions-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/next-server-actions-sample",
"version": "2.1.16",
"version": "2.1.17",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.3.0

### Minor Changes

- e888a7c: add error handler to handleAuthRoutes

You can now pass a custom error handler to handleAuthRoutes. This will allow you to handle errors in a way that makes sense for your application.

## 3.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/next",
"version": "3.2.7",
"version": "3.3.0",
"type": "module",
"main": "./lib/src/index.cjs",
"module": "./lib/src/index.js",
Expand Down

0 comments on commit e7d4344

Please sign in to comment.