Skip to content

Commit bb11dd8

Browse files
authored
Merge branch 'dev' into refactor/data-grid-and-dashboard-surfaces
2 parents 8b7e60a + 80a26ca commit bb11dd8

35 files changed

Lines changed: 35 additions & 35 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.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/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.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/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.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/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.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/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.88",
4+
"version": "2.8.89",
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.88",
4+
"version": "2.8.89",
55
"type": "module",
66
"scripts": {
77
"dev": "node scripts/pre-dev.mjs && next dev --turbopack --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}41",

apps/mcp/package.json

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

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.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/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.88",
3+
"version": "2.8.89",
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.88",
3+
"version": "2.8.89",
44
"repository": "https://github.com/hexclave/stack-auth",
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)