Skip to content

Commit

Permalink
🔖 v48.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed May 3, 2020
1 parent a17cbd0 commit 23edc42
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions bemuse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse",
"version": "48.1.0",
"version": "48.2.0",
"description": "BEAT☆MUSIC☆SEQUENCE, a web-based music game of the future",
"private": true,
"browserslist": [
Expand Down Expand Up @@ -101,11 +101,11 @@
"auth0-js": "^9.8.0",
"axios": "^0.18.1",
"baconjs": "^0.7.95",
"bemuse-indexer": "*",
"bemuse-notechart": "*",
"bemuse-indexer": "^48.2.0",
"bemuse-notechart": "^48.2.0",
"bluebird": "^3.5.2",
"bms": "*",
"bmson": "*",
"bms": "^48.2.0",
"bmson": "^48.2.0",
"bson-objectid": "^1.2.4",
"bytes": "^3.0.0",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-scripts",
"version": "0.0.1",
"version": "48.2.0",
"private": true,
"dependencies": {
"execa": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse-e2e",
"version": "48.0.0",
"version": "48.2.0",
"private": true,
"dependencies": {
"expect": "^23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "3.16.4",
"packages": ["packages/*", "bemuse"],
"version": "48.0.0",
"version": "48.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bemuse-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse-indexer",
"version": "48.0.0",
"version": "48.2.0",
"description": "Parse and index BMS notecharts",
"main": "lib/index.js",
"typings": "lib/index.d.js",
Expand All @@ -25,8 +25,8 @@
"homepage": "https://github.com/bemusic/indexer",
"dependencies": {
"bluebird": "^3.5.2",
"bms": "^48.0.0",
"bmson": "^48.0.0",
"bms": "^48.2.0",
"bmson": "^48.2.0",
"invariant": "^2.2.4",
"lodash": "^4.17.11",
"object-assign": "^4.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/bemuse-notechart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse-notechart",
"version": "48.0.0",
"version": "48.2.0",
"description": "Bemuse notechart data structure, supports BMS and bmsons.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"mocha": "^5.2.0"
},
"dependencies": {
"bms": "^48.0.0",
"bmson": "^48.0.0",
"bms": "^48.2.0",
"bmson": "^48.2.0",
"lodash": "^4.17.11"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bemuse-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse-tools",
"version": "48.0.0",
"version": "48.2.0",
"description": "bemuse-tools: Tools for Bemuse",
"files": [
"src",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/bemusic/bemuse-tools",
"dependencies": {
"bemuse-indexer": "^48.0.0",
"bemuse-indexer": "^48.2.0",
"bluebird": "^3.5.2",
"bytes": "^3.0.0",
"chalk": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bms",
"version": "48.0.0",
"version": "48.2.0",
"description": "BMS Parser for JavaScript",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/bmson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmson",
"version": "48.0.0",
"version": "48.2.0",
"description": "BMSON support for Bemuse",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/power-assert": "^1.5.0",
"bms": "^48.0.0",
"bms": "^48.2.0",
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"power-assert": "^1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse-docs",
"version": "48.0.0",
"version": "48.2.0",
"private": true,
"scripts": {
"examples": "docusaurus-examples",
Expand Down

0 comments on commit 23edc42

Please sign in to comment.