Sfoglia il codice sorgente

chore: release v2.0.0-rc.1

alvarosabu 2 anni fa
parent
commit
7947b04aff
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 2 - 0
CHANGELOG.md

@@ -1,5 +1,7 @@
 
 
+## [2.0.0-rc.1](https://github.com/Tresjs/tres/compare/2.0.0-rc.0...2.0.0-rc.1) (2023-05-03)
+
 ## [2.0.0-rc.0](https://github.com/Tresjs/tres/compare/2.0.0-beta.13...2.0.0-rc.0) (2023-05-03)
 
 ## [2.0.0-beta.13](https://github.com/Tresjs/tres/compare/2.0.0-beta.12...2.0.0-beta.13) (2023-04-27)

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/core",
   "description": "Declarative ThreeJS using Vue Components",
-  "version": "2.0.0-rc.0",
+  "version": "2.0.0-rc.1",
   "type": "module",
   "packageManager": "pnpm@8.3.1",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",