Skip to content

Commit

Permalink
release: version packages (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored Aug 7, 2024
1 parent 9142c6c commit 750b9c3
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-moons-tie.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.18

### Patch Changes

- Updated dependencies [9142c6c]
- @logto/next@3.5.0

## 2.1.17

### 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.17",
"version": "2.1.18",
"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.18

### Patch Changes

- Updated dependencies [9142c6c]
- @logto/next@3.5.0

## 2.1.17

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

## 2.3.0

### Minor Changes

- 9142c6c: add getAccessTokenRSC to the server actions package

Introduced two new asynchronous functions, getAccessTokenRSC and getOrganizationTokenRSC, designed to retrieve access tokens within React Server Components (RSC) environments. These functions facilitate token management in a server-side context without updating the session, since in RSC cookies are not writable.

### Patch Changes

- Updated dependencies [9142c6c]
- @logto/next@3.5.0

## 2.2.0

### Minor 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.2.0",
"version": "2.3.0",
"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.5.0

### Minor Changes

- 9142c6c: add getAccessTokenRSC to the server actions package

Introduced two new asynchronous functions, getAccessTokenRSC and getOrganizationTokenRSC, designed to retrieve access tokens within React Server Components (RSC) environments. These functions facilitate token management in a server-side context without updating the session, since in RSC cookies are not writable.

## 3.4.0

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

0 comments on commit 750b9c3

Please sign in to comment.