Selaa lähdekoodia

Version bump

master
Palash Bansal 11 kuukautta sitten
vanhempi
commit
6d6319703d
No account linked to committer's email address
4 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts
  4. 1
    1
      website/notes/vanilla-threejs.md

+ 2
- 2
package-lock.json Näytä tiedosto

@@ -1,12 +1,12 @@
{
"name": "threepipe",
"version": "0.0.51",
"version": "0.0.52",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "threepipe",
"version": "0.0.51",
"version": "0.0.52",
"license": "Apache-2.0",
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz",

+ 1
- 1
package.json Näytä tiedosto

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.51",
"version": "0.0.52",
"description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.",
"main": "dist/index.js",
"module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts Näytä tiedosto

@@ -1 +1 @@
export const VERSION = '0.0.51'
export const VERSION = '0.0.52'

+ 1
- 1
website/notes/vanilla-threejs.md Näytä tiedosto

@@ -75,7 +75,7 @@ If you are using packages that depend on `three`, override in package.json to us
{
"dependencies": {
"three": "./node_modules/threepipe/",
"threepipe": "^0.0.51"
"threepipe": "^0.0.52"
},
"overrides": {
"three": "$three"

Loading…
Peruuta
Tallenna