diff --git a/change/@minecraft-core-build-tasks-4bacd51b-c51c-4c07-a499-444b4e8eed62.json b/change/@minecraft-core-build-tasks-4bacd51b-c51c-4c07-a499-444b4e8eed62.json new file mode 100644 index 0000000..85d9712 --- /dev/null +++ b/change/@minecraft-core-build-tasks-4bacd51b-c51c-4c07-a499-444b4e8eed62.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Sync packages after failed publish", + "packageName": "@minecraft/core-build-tasks", + "email": "rlanda@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@minecraft-math-63d5ee8e-39a1-49c4-8598-afb145cd236a.json b/change/@minecraft-math-63d5ee8e-39a1-49c4-8598-afb145cd236a.json new file mode 100644 index 0000000..23e74d6 --- /dev/null +++ b/change/@minecraft-math-63d5ee8e-39a1-49c4-8598-afb145cd236a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Sync packages after failed publish", + "packageName": "@minecraft/math", + "email": "rlanda@microsoft.com", + "dependentChangeType": "none" +} diff --git a/libraries/math/package.json b/libraries/math/package.json index 455c002..e9c35dc 100644 --- a/libraries/math/package.json +++ b/libraries/math/package.json @@ -1,6 +1,6 @@ { "name": "@minecraft/math", - "version": "1.4.0", + "version": "1.4.1", "author": "Raphael Landaverde (rlanda@microsoft.com)", "contributors": [ { diff --git a/package-lock.json b/package-lock.json index 5b27c8c..d5259fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ }, "libraries/math": { "name": "@minecraft/math", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "devDependencies": { "@minecraft/core-build-tasks": "*", @@ -6090,7 +6090,7 @@ }, "tools/core-build-tasks": { "name": "@minecraft/core-build-tasks", - "version": "1.1.4", + "version": "1.1.5", "dependencies": { "@microsoft/api-extractor": "^7.38.3", "@rushstack/node-core-library": "^3.59.6", diff --git a/tools/core-build-tasks/package.json b/tools/core-build-tasks/package.json index 371750c..cb80f8f 100644 --- a/tools/core-build-tasks/package.json +++ b/tools/core-build-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@minecraft/core-build-tasks", - "version": "1.1.4", + "version": "1.1.5", "description": "Common build tasks used for minecraft-scripting-libraries", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -46,4 +46,4 @@ "typescript": "^5.2.2", "webpack": "^5.86.0" } -} \ No newline at end of file +}