Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
(fix(editor): fix "export data->import data: gameObject should has script component" bug

solution
gameObject now can be Object3D instead of Mesh
)
  • Loading branch information
yyc-git committed Feb 26, 2024
1 parent 7570d8b commit ebd9ac9
Show file tree
Hide file tree
Showing 895 changed files with 304 additions and 287 deletions.
2 changes: 1 addition & 1 deletion contributes/meta3d-action-active-camera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-active-camera",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-add-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-add-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-add-cube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-add-cube",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"displayName": "add-cube",
"repoLink": "https://github.com/Meta3D-Technology/Meta3D/tree/master/contributes/meta3d-action-add-cube",
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-add-glb-to-scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-add-glb-to-scene",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-addcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-addcomponent",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-clone-gameobject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-clone-gameobject",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-close-publish-to-platform-modal",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-close-select-script-asset-modal",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-dispose-gameobject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-dispose-gameobject",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-export-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-export-data",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-export-data-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-export-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-export-event",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"displayName": "meta3d-action-export-event",
"repoLink": "",
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-import-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-import-data",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-import-data-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-import",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-import-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-jumptolink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-jumptolink",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-jumptolink-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-load-apppreview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-load-apppreview",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-open-publish-to-platform-modal",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-open-select-script-asset-modal",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-operate-publish-to-platform-modal",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-operate-select-script-asset-modal",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-publish-to-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-publish-to-platform",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-publish-to-platform-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-publish",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-publish-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-remove-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-remove-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-run",
"version": "1.3.1",
"version": "1.3.2",
"publisher": "meta3d",
"displayName": "meta3d-action-run",
"repoLink": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-script-component-add-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-script-component-add-asset-protocol"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-script-component-remove-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"protocol": {
"name": "meta3d-action-script-component-remove-asset-protocol"
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-select-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-select-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-select-inspector-node",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-select-scenetree-node",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-appname/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-appname",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-cameragroup-far/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-cameragroup-far",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-gameobjectname/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-gameobjectname",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-localeulerangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-localeulerangle",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-localposition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-localposition",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-localscale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-localscale",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-set-parent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-parent",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-script-asset-code",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-set-script-asset-name",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"repoLink": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-action-stop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-action-stop",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"displayName": "meta3d-action-stop",
"repoLink": "",
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-add-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-add-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-addcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-addcomponent",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-appname/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-appname",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-apppreview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-apppreview",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-asset",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-cameragroup-collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-cameragroup-collapse",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-cameragroup-far/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-cameragroup-far",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-cameragroup-isactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-cameragroup-isactive",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-default-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-default-inspector",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-gameobjectname/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-gameobjectname",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-glb-asset-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-glb-asset-inspector",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
2 changes: 1 addition & 1 deletion contributes/meta3d-input-localeulerangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta3d-input-localeulerangle",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "meta3d",
"description": "",
"protocol": {
Expand Down
Loading

0 comments on commit ebd9ac9

Please sign in to comment.