From 85b9345de0665a5179eea162ec53c219e9ca3bc9 Mon Sep 17 00:00:00 2001 From: Raphael Landaverde Date: Mon, 25 Nov 2024 18:27:40 -0500 Subject: [PATCH] Synchronize beachball state with publish NPM packages (#42) * Sync packages after failed publish * Change files --- ...e-build-tasks-4bacd51b-c51c-4c07-a499-444b4e8eed62.json | 7 +++++++ ...inecraft-math-63d5ee8e-39a1-49c4-8598-afb145cd236a.json | 7 +++++++ libraries/math/package.json | 2 +- package-lock.json | 4 ++-- tools/core-build-tasks/package.json | 4 ++-- 5 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 change/@minecraft-core-build-tasks-4bacd51b-c51c-4c07-a499-444b4e8eed62.json create mode 100644 change/@minecraft-math-63d5ee8e-39a1-49c4-8598-afb145cd236a.json 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 +}