Merge branch 'main' into feat/admin-manage-org-team-members

This commit is contained in:
Catalin Pit 2026-04-20 12:16:08 +03:00 committed by GitHub
commit f18610f54d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -106,5 +106,5 @@
"vite-plugin-babel-macros": "^1.0.6",
"vite-tsconfig-paths": "^5.1.4"
},
"version": "2.8.1"
"version": "2.9.0"
}

6
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@documenso/root",
"version": "2.8.1",
"version": "2.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@documenso/root",
"version": "2.8.1",
"version": "2.9.0",
"hasInstallScript": true,
"workspaces": [
"apps/*",
@ -653,7 +653,7 @@
},
"apps/remix": {
"name": "@documenso/remix",
"version": "2.8.1",
"version": "2.9.0",
"dependencies": {
"@cantoo/pdf-lib": "^2.5.3",
"@documenso/api": "*",

View file

@ -5,7 +5,7 @@
"apps/*",
"packages/*"
],
"version": "2.8.1",
"version": "2.9.0",
"scripts": {
"postinstall": "patch-package",
"build": "turbo run build",