Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Nov 25, 2024
1 parent 85b9345 commit 9545549
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 51 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions libraries/math/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@minecraft/math",
"entries": [
{
"date": "Mon, 25 Nov 2024 23:28:43 GMT",
"version": "1.4.2",
"tag": "@minecraft/math_v1.4.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@minecraft/math",
"commit": "85b9345de0665a5179eea162ec53c219e9ca3bc9",
"comment": "Sync packages after failed publish"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@minecraft/math",
"commit": "85b9345de0665a5179eea162ec53c219e9ca3bc9",
"comment": "build(dependabot): bump just-scripts from 2.2.1 to 2.3.2"
}
]
}
},
{
"date": "Fri, 12 Jul 2024 19:33:22 GMT",
"version": "1.4.0",
Expand Down
10 changes: 9 additions & 1 deletion libraries/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @minecraft/math

This log was last generated on Fri, 12 Jul 2024 19:33:22 GMT and should not be manually modified.
This log was last generated on Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.2

Mon, 25 Nov 2024 23:28:43 GMT

### Patches

- build(dependabot): bump just-scripts from 2.2.1 to 2.3.2 ([email protected])

## 1.4.0

Fri, 12 Jul 2024 19:33:22 GMT
Expand Down
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.1",
"version": "1.4.2",
"author": "Raphael Landaverde ([email protected])",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

23 changes: 23 additions & 0 deletions tools/core-build-tasks/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@minecraft/core-build-tasks",
"entries": [
{
"date": "Mon, 25 Nov 2024 23:28:43 GMT",
"version": "1.1.6",
"tag": "@minecraft/core-build-tasks_v1.1.6",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@minecraft/core-build-tasks",
"commit": "85b9345de0665a5179eea162ec53c219e9ca3bc9",
"comment": "Sync packages after failed publish"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@minecraft/core-build-tasks",
"commit": "85b9345de0665a5179eea162ec53c219e9ca3bc9",
"comment": "build(dependabot): bump just-scripts from 2.2.1 to 2.3.2"
}
]
}
},
{
"date": "Thu, 09 May 2024 22:54:01 GMT",
"version": "1.1.4",
Expand Down
10 changes: 9 additions & 1 deletion tools/core-build-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @minecraft/core-build-tasks

This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.
This log was last generated on Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.6

Mon, 25 Nov 2024 23:28:43 GMT

### Patches

- build(dependabot): bump just-scripts from 2.2.1 to 2.3.2 ([email protected])

## 1.1.4

Mon, 18 Mar 2024 23:32:29 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "1.1.6",
"description": "Common build tasks used for minecraft-scripting-libraries",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
21 changes: 21 additions & 0 deletions tools/eslint-plugin-minecraft-linting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "eslint-plugin-minecraft-linting",
"entries": [
{
"date": "Mon, 25 Nov 2024 23:28:43 GMT",
"version": "1.2.4",
"tag": "eslint-plugin-minecraft-linting_v1.2.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "eslint-plugin-minecraft-linting",
"commit": "85b9345de0665a5179eea162ec53c219e9ca3bc9",
"comment": "build(dependabot): bump just-scripts from 2.2.1 to 2.3.2"
},
{
"author": "[email protected]",
"package": "eslint-plugin-minecraft-linting",
"commit": "85b9345de0665a5179eea162ec53c219e9ca3bc9",
"comment": "build(dependabot): bump @typescript-eslint/eslint-plugin"
}
]
}
},
{
"date": "Tue, 22 Oct 2024 22:51:12 GMT",
"version": "1.2.3",
Expand Down
11 changes: 10 additions & 1 deletion tools/eslint-plugin-minecraft-linting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - eslint-plugin-minecraft-linting

This log was last generated on Tue, 22 Oct 2024 22:51:12 GMT and should not be manually modified.
This log was last generated on Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified.

<!-- Start content -->

## 1.2.4

Mon, 25 Nov 2024 23:28:43 GMT

### Patches

- build(dependabot): bump just-scripts from 2.2.1 to 2.3.2 ([email protected])
- build(dependabot): bump @typescript-eslint/eslint-plugin ([email protected])

## 1.2.3

Tue, 22 Oct 2024 22:51:12 GMT
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin-minecraft-linting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-minecraft-linting",
"version": "1.2.3",
"version": "1.2.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 9545549

Please sign in to comment.