Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Feb 11, 2023
1 parent 3d6b333 commit 83bf2ae
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "3.0.0"
"version": "3.1.0"
}
4 changes: 2 additions & 2 deletions packages/osu-difficulty-calculator/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/osu-difficulty-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-difficulty-calculator",
"version": "3.0.0",
"version": "3.1.0",
"description": "A module for calculating osu!standard beatmap difficulty and performance value with respect to the current difficulty and performance algorithm.",
"keywords": [
"osu",
Expand Down
8 changes: 4 additions & 4 deletions packages/osu-droid-replay-analyzer/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/osu-droid-replay-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-droid-replay-analyzer",
"version": "3.0.0",
"version": "3.1.0",
"description": "A replay analyzer for analyzing osu!droid replay files.",
"keywords": [
"osu",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@rian8337/osu-base": "^3.0.0",
"@rian8337/osu-difficulty-calculator": "^3.0.0",
"@rian8337/osu-rebalance-difficulty-calculator": "^3.0.0",
"@rian8337/osu-difficulty-calculator": "^3.1.0",
"@rian8337/osu-rebalance-difficulty-calculator": "^3.1.0",
"java-deserialization": "^0.1.0",
"unzipper": "^0.10.11"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/osu-droid-utilities/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 packages/osu-droid-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-droid-utilities",
"version": "3.0.0",
"version": "3.1.0",
"description": "A module containing utilities for osu!droid.",
"keywords": [
"osu",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@rian8337/osu-base": "^3.0.0",
"@rian8337/osu-droid-replay-analyzer": "^3.0.0"
"@rian8337/osu-droid-replay-analyzer": "^3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

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

2 changes: 1 addition & 1 deletion packages/osu-rebalance-difficulty-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-rebalance-difficulty-calculator",
"version": "3.0.0",
"version": "3.1.0",
"description": "A module for calculating osu!standard beatmap difficulty and performance value with respect to the latest osu!lazer difficulty and performance algorithm.",
"keywords": [
"osu",
Expand Down
8 changes: 4 additions & 4 deletions packages/osu-strain-graph-generator/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/osu-strain-graph-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rian8337/osu-strain-graph-generator",
"version": "3.0.0",
"version": "3.1.0",
"description": "A module for generating strain graph of an osu!standard beatmap.",
"keywords": [
"osu",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@rian8337/osu-base": "^3.0.0",
"@rian8337/osu-difficulty-calculator": "^3.0.0",
"@rian8337/osu-rebalance-difficulty-calculator": "^3.0.0",
"@rian8337/osu-difficulty-calculator": "^3.1.0",
"@rian8337/osu-rebalance-difficulty-calculator": "^3.1.0",
"canvas": "^2.9.0"
},
"publishConfig": {
Expand Down

0 comments on commit 83bf2ae

Please sign in to comment.