Skip to content

Commit 0ab2654

Browse files
committed
chore: update package versions
1 parent 9ec32ce commit 0ab2654

32 files changed

Lines changed: 32 additions & 32 deletions

File tree

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/backend",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"type": "module",

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/dashboard",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"scripts": {

apps/dev-launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/dev-launchpad",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"scripts": {

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/e2e-tests",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"type": "module",

apps/hosted-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/hosted-components",
33
"private": true,
4-
"version": "2.8.86",
4+
"version": "2.8.87",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}09",

apps/internal-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackframe/internal-tool",
33
"private": true,
4-
"version": "2.8.86",
4+
"version": "2.8.87",
55
"type": "module",
66
"scripts": {
77
"dev": "node scripts/pre-dev.mjs && next dev --turbopack --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}41",

apps/mock-oauth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/mock-oauth-server",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"main": "index.js",

docs-mintlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/docs-mintlify",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"private": true,
55
"scripts": {
66
"dev": "mint dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}04 --no-open",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/stack-docs",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"description": "",
66
"main": "index.js",

examples/cjs-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackframe/example-cjs-test",
3-
"version": "2.8.86",
3+
"version": "2.8.87",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)