Skip to content

Commit

Permalink
release: version packages (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot committed Sep 26, 2024
1 parent 8ca35ed commit 81e7884
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/little-dragons-push.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.21

### Patch Changes

- Updated dependencies [8ca35ed]
- @logto/next@3.7.0

## 2.1.20

### 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.20",
"version": "2.1.21",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/next-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.2.0

### Minor Changes

- 8ca35ed: add support for sign in options including first screen values and identifier config

The function signature of `signIn` is changed to accept an options object, the old signature is deprecated and will be removed in the next major release.

### Patch Changes

- Updated dependencies [8ca35ed]
- @logto/next@3.7.0

## 2.1.20

### 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.20",
"version": "2.2.0",
"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.3.3

### Patch Changes

- Updated dependencies [8ca35ed]
- @logto/next@3.7.0

## 2.3.2

### 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.3.2",
"version": "2.3.3",
"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.7.0

### Minor Changes

- 8ca35ed: add support for sign in options including first screen values and identifier config

The function signature of `signIn` is changed to accept an options object, the old signature is deprecated and will be removed in the next major release.

## 3.6.1

### 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.6.1",
"version": "3.7.0",
"type": "module",
"main": "./lib/src/index.cjs",
"module": "./lib/src/index.js",
Expand Down

0 comments on commit 81e7884

Please sign in to comment.