Skip to content

Commit f6e2600

Browse files
committed
Push release
1 parent 47440a0 commit f6e2600

File tree

4 files changed

+89
-22
lines changed

4 files changed

+89
-22
lines changed

apps/fluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@citation-js/plugin-csl": "0.7.18",
4747
"@datalayer/jupyter-react": "^1.0.1",
4848
"@excalidraw/excalidraw": "^0.18.0",
49-
"@fluster.io/dev": "workspace:*",
49+
"@fluster.io/dev": "0.3.5",
5050
"@google/model-viewer": "^4.1.0",
5151
"@hookform/resolvers": "5.0.1",
5252
"@lancedb/lancedb": "^0.19.1",

apps/fluster/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Fluster",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"identifier": "com.fluster.app",
55
"build": {
66
"beforeDevCommand": "pnpm dev",

apps/website/.source/index.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
// @ts-nocheck -- skip type checking
2-
import * as documentation_6 from "../content/docs/user/special_files.mdx?collection=documentation&hash=1758411574584"
3-
import * as documentation_5 from "../content/docs/user/intro_to_jsx.mdx?collection=documentation&hash=1758411574584"
4-
import * as documentation_4 from "../content/docs/user/index.mdx?collection=documentation&hash=1758411574584"
5-
import * as documentation_3 from "../content/docs/user/front_matter.mdx?collection=documentation&hash=1758411574584"
6-
import * as documentation_2 from "../content/docs/my_work/on_the_gravitational_nature_of_time.mdx?collection=documentation&hash=1758411574584"
7-
import * as documentation_1 from "../content/docs/developer/index.mdx?collection=documentation&hash=1758411574584"
8-
import * as documentation_0 from "../content/docs/developer/developer_setup.mdx?collection=documentation&hash=1758411574584"
9-
import * as metaFiles_3 from "../content/docs/user/meta.json?collection=metaFiles&hash=1758411574584"
10-
import * as metaFiles_2 from "../content/docs/my_work/meta.json?collection=metaFiles&hash=1758411574584"
11-
import * as metaFiles_1 from "../content/docs/developer/meta.json?collection=metaFiles&hash=1758411574584"
12-
import * as metaFiles_0 from "../content/docs/meta.json?collection=metaFiles&hash=1758411574584"
13-
import * as docs_6 from "../content/docs/user/special_files.mdx?collection=docs&hash=1758411574584"
14-
import * as docs_5 from "../content/docs/user/intro_to_jsx.mdx?collection=docs&hash=1758411574584"
15-
import * as docs_4 from "../content/docs/user/index.mdx?collection=docs&hash=1758411574584"
16-
import * as docs_3 from "../content/docs/user/front_matter.mdx?collection=docs&hash=1758411574584"
17-
import * as docs_2 from "../content/docs/my_work/on_the_gravitational_nature_of_time.mdx?collection=docs&hash=1758411574584"
18-
import * as docs_1 from "../content/docs/developer/index.mdx?collection=docs&hash=1758411574584"
19-
import * as docs_0 from "../content/docs/developer/developer_setup.mdx?collection=docs&hash=1758411574584"
2+
import * as documentation_6 from "../content/docs/user/special_files.mdx?collection=documentation&hash=1758840590481"
3+
import * as documentation_5 from "../content/docs/user/intro_to_jsx.mdx?collection=documentation&hash=1758840590481"
4+
import * as documentation_4 from "../content/docs/user/index.mdx?collection=documentation&hash=1758840590481"
5+
import * as documentation_3 from "../content/docs/user/front_matter.mdx?collection=documentation&hash=1758840590481"
6+
import * as documentation_2 from "../content/docs/my_work/on_the_gravitational_nature_of_time.mdx?collection=documentation&hash=1758840590481"
7+
import * as documentation_1 from "../content/docs/developer/index.mdx?collection=documentation&hash=1758840590481"
8+
import * as documentation_0 from "../content/docs/developer/developer_setup.mdx?collection=documentation&hash=1758840590481"
9+
import * as metaFiles_3 from "../content/docs/user/meta.json?collection=metaFiles&hash=1758840590481"
10+
import * as metaFiles_2 from "../content/docs/my_work/meta.json?collection=metaFiles&hash=1758840590481"
11+
import * as metaFiles_1 from "../content/docs/developer/meta.json?collection=metaFiles&hash=1758840590481"
12+
import * as metaFiles_0 from "../content/docs/meta.json?collection=metaFiles&hash=1758840590481"
13+
import * as docs_6 from "../content/docs/user/special_files.mdx?collection=docs&hash=1758840590481"
14+
import * as docs_5 from "../content/docs/user/intro_to_jsx.mdx?collection=docs&hash=1758840590481"
15+
import * as docs_4 from "../content/docs/user/index.mdx?collection=docs&hash=1758840590481"
16+
import * as docs_3 from "../content/docs/user/front_matter.mdx?collection=docs&hash=1758840590481"
17+
import * as docs_2 from "../content/docs/my_work/on_the_gravitational_nature_of_time.mdx?collection=docs&hash=1758840590481"
18+
import * as docs_1 from "../content/docs/developer/index.mdx?collection=docs&hash=1758840590481"
19+
import * as docs_0 from "../content/docs/developer/developer_setup.mdx?collection=docs&hash=1758840590481"
2020
import { _runtime } from "fumadocs-mdx"
2121
import * as _source from "../source.config"
2222
export const docs = _runtime.doc<typeof _source.docs>([{ info: {"path":"developer/developer_setup.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/developer/developer_setup.mdx"}, data: docs_0 }, { info: {"path":"developer/index.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/developer/index.mdx"}, data: docs_1 }, { info: {"path":"my_work/on_the_gravitational_nature_of_time.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/my_work/on_the_gravitational_nature_of_time.mdx"}, data: docs_2 }, { info: {"path":"user/front_matter.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/user/front_matter.mdx"}, data: docs_3 }, { info: {"path":"user/index.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/user/index.mdx"}, data: docs_4 }, { info: {"path":"user/intro_to_jsx.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/user/intro_to_jsx.mdx"}, data: docs_5 }, { info: {"path":"user/special_files.mdx","absolutePath":"/Users/bigsexy/Desktop/fluster/apps/website/content/docs/user/special_files.mdx"}, data: docs_6 }]);

pnpm-lock.yaml

Lines changed: 69 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)