Skip to content

Commit

Permalink
Synchronize beachball state with publish NPM packages (#42)
Browse files Browse the repository at this point in the history
* Sync packages after failed publish

* Change files
  • Loading branch information
rlandav authored Nov 25, 2024
1 parent c24293e commit 85b9345
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Sync packages after failed publish",
"packageName": "@minecraft/core-build-tasks",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Sync packages after failed publish",
"packageName": "@minecraft/math",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion libraries/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minecraft/math",
"version": "1.4.0",
"version": "1.4.1",
"author": "Raphael Landaverde ([email protected])",
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/core-build-tasks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -46,4 +46,4 @@
"typescript": "^5.2.2",
"webpack": "^5.86.0"
}
}
}

0 comments on commit 85b9345

Please sign in to comment.