We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c766eda commit 7c2f72dCopy full SHA for 7c2f72d
community/src/.eslintrc.cjs
@@ -5,6 +5,7 @@ const projects = [
5
'./packages/designer-bundle/tsconfig.json',
6
'./packages/indexed-db-form-storage/tsconfig.json',
7
'./packages/viewer-bundle/tsconfig.json',
8
+ './packages/viewer-bundle-premium/tsconfig.json',
9
'./packages/views/rich-text/tsconfig.json',
10
'./packages/views/google-map/tsconfig.json',
11
'./packages/views/fast-qr/tsconfig.json',
community/src/lerna.json
@@ -2,5 +2,5 @@
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"useNx": true,
4
"useWorkspaces": true,
- "version": "5.2.0"
+ "version": "6.0.0"
}
0 commit comments