Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Mar 18, 2024
1 parent 5187ed5 commit 8cf3f6a
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 38 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions libraries/math/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@minecraft/math",
"entries": [
{
"date": "Mon, 18 Mar 2024 23:32:29 GMT",
"version": "1.3.5",
"tag": "@minecraft/math_v1.3.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@minecraft/math",
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
"comment": "Added monorepo support to package.json"
}
]
}
},
{
"date": "Thu, 29 Feb 2024 20:11:07 GMT",
"version": "1.3.2",
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 Thu, 29 Feb 2024 20:11:07 GMT and should not be manually modified.
This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.

<!-- Start content -->

## 1.3.5

Mon, 18 Mar 2024 23:32:29 GMT

### Patches

- Added monorepo support to package.json ([email protected])

## 1.3.2

Thu, 29 Feb 2024 20:11:07 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.3.4",
"version": "1.3.5",
"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.

21 changes: 21 additions & 0 deletions tools/core-build-tasks/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@minecraft/core-build-tasks",
"entries": [
{
"date": "Mon, 18 Mar 2024 23:32:29 GMT",
"version": "1.1.4",
"tag": "@minecraft/core-build-tasks_v1.1.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@minecraft/core-build-tasks",
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
"comment": "Add support for spaces in the path to the eslint config file"
},
{
"author": "[email protected]",
"package": "@minecraft/core-build-tasks",
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
"comment": "Added repo link to package.json"
}
]
}
},
{
"date": "Mon, 04 Mar 2024 21:57:32 GMT",
"version": "1.1.3",
Expand Down
11 changes: 10 additions & 1 deletion tools/core-build-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @minecraft/core-build-tasks

This log was last generated on Mon, 04 Mar 2024 21:57:32 GMT and should not be manually modified.
This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.4

Mon, 18 Mar 2024 23:32:29 GMT

### Patches

- Add support for spaces in the path to the eslint config file ([email protected])
- Added repo link to package.json ([email protected])

## 1.1.3

Mon, 04 Mar 2024 21:57:32 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.3",
"version": "1.1.4",
"description": "Common build tasks used for minecraft-scripting-libraries",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions tools/eslint-plugin-minecraft-linting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "eslint-plugin-minecraft-linting",
"entries": [
{
"date": "Mon, 18 Mar 2024 23:32:29 GMT",
"version": "1.2.2",
"tag": "eslint-plugin-minecraft-linting_v1.2.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "eslint-plugin-minecraft-linting",
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
"comment": "Added repo link to package.json"
}
]
}
},
{
"date": "Fri, 15 Mar 2024 22:07:18 GMT",
"version": "1.2.1",
Expand Down
10 changes: 9 additions & 1 deletion tools/eslint-plugin-minecraft-linting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - eslint-plugin-minecraft-linting

This log was last generated on Fri, 15 Mar 2024 22:07:18 GMT and should not be manually modified.
This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.

<!-- Start content -->

## 1.2.2

Mon, 18 Mar 2024 23:32:29 GMT

### Patches

- Added repo link to package.json ([email protected])

## 1.2.1

Fri, 15 Mar 2024 22:07:18 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.2.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 8cf3f6a

Please sign in to comment.