Skip to content

Commit

Permalink
v0.0.2-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythie committed Sep 3, 2024
1 parent 14b580f commit 765f672
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mitosis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed",
"version": "0.0.0",
"version": "0.0.2-rc.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed-preact",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"license": "MIT",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions packages/preact/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default defineConfig({
formats: ['es', 'cjs'],
fileName: 'index',
},
rollupOptions: {
external: ['preact', 'preact/hooks'],
},
},
plugins: [
preact(),
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed-react",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"license": "MIT",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions packages/react/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default defineConfig({
formats: ['es', 'cjs'],
fileName: 'index',
},
rollupOptions: {
external: ['react', 'react/jsx-runtime', 'react-dom'],
},
},
plugins: [
react(),
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed-solid",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"license": "MIT",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions packages/solid/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default defineConfig({
formats: ['es', 'cjs'],
fileName: 'index',
},
rollupOptions: {
external: ['solid-js'],
},
},
plugins: [
solid(),
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed-svelte",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"license": "MIT",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed-vue",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"license": "MIT",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions packages/vue/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default defineConfig({
formats: ['es', 'cjs'],
fileName: 'index',
},
rollupOptions: {
external: ['vue'],
},
},
plugins: [
AutoImport({
Expand Down
2 changes: 1 addition & 1 deletion packages/webcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documenso/embed-webcomponent",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"license": "MIT",
"files": [
"dist"
Expand Down

0 comments on commit 765f672

Please sign in to comment.