Skip to content

Commit 11c5e9b

Browse files
committed
Merge remote-tracking branch 'origin/dev' into codex/native-internal-feedback-emails
2 parents afdb77b + 612cb71 commit 11c5e9b

29 files changed

Lines changed: 29 additions & 29 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.72",
3+
"version": "2.8.73",
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.72",
3+
"version": "2.8.73",
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.72",
3+
"version": "2.8.73",
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.72",
3+
"version": "2.8.73",
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": "0.0.0",
4+
"version": "2.8.73",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}09",

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.72",
3+
"version": "2.8.73",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"main": "index.js",

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.72",
3+
"version": "2.8.73",
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.72",
3+
"version": "2.8.73",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"private": true,
66
"scripts": {

examples/convex/package.json

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

examples/demo/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-demo-app",
3-
"version": "2.8.72",
3+
"version": "2.8.73",
44
"repository": "https://github.com/stack-auth/stack-auth",
55
"description": "",
66
"private": true,

0 commit comments

Comments
 (0)