瀏覽代碼

Update version

master
Palash Bansal 1 年之前
父節點
當前提交
ba16245378
沒有連結到貢獻者的電子郵件帳戶。
共有 4 個檔案被更改,包括 15 行新增5 行删除
  1. 10
    0
      .idea/threepipe.iml
  2. 2
    2
      plugins/blueprintjs/package-lock.json
  3. 2
    2
      plugins/gaussian-splatting/package-lock.json
  4. 1
    1
      src/viewer/version.ts

+ 10
- 0
.idea/threepipe.iml 查看文件

@@ -12,6 +12,16 @@
<excludeFolder url="file://$MODULE_DIR$/plugins/blueprintjs/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/tweakpane/docs" />
<excludeFolder url="file://$MODULE_DIR$/website/.vitepress/cache" />
<excludeFolder url="file://$MODULE_DIR$/plugins/blend-importer/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/configurator/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/gaussian-splatting/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/geometry-generator/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/gltf-transform/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/network/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/plugin-template-rollup" />
<excludeFolder url="file://$MODULE_DIR$/plugins/plugin-template-vite" />
<excludeFolder url="file://$MODULE_DIR$/plugins/svg-renderer/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/tweakpane-editor/docs" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

+ 2
- 2
plugins/blueprintjs/package-lock.json 查看文件

@@ -1,12 +1,12 @@
{
"name": "@threepipe/plugin-blueprintjs",
"version": "0.3.0",
"version": "0.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@threepipe/plugin-blueprintjs",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"dependencies": {
"threepipe": "file:./../../src/"

+ 2
- 2
plugins/gaussian-splatting/package-lock.json 查看文件

@@ -1,12 +1,12 @@
{
"name": "@threepipe/plugin-gaussian-splatting",
"version": "0.2.2",
"version": "0.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@threepipe/plugin-gaussian-splatting",
"version": "0.2.2",
"version": "0.2.3",
"license": "Apache-2.0",
"dependencies": {
"threepipe": "file:./../../src/"

+ 1
- 1
src/viewer/version.ts 查看文件

@@ -1 +1 @@
export const VERSION = '0.0.35-dev'
export const VERSION = '0.0.35'

Loading…
取消
儲存