Skip to content

Commit e0894db

Browse files
committed
v0.1.21
1 parent e5f8714 commit e0894db

18 files changed

+24
-25
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.20"
5+
"version": "0.1.21"
66
}

packages/bargraph/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bargraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crossaudio/bargraph",
33
"description": "A canvas-based bargraph for crossaudio, on the web",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"dependencies": {
77
"color-interpolate": "^1.0.5"

packages/cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "crossaudio",
33
"description": "A native way to make synthesizers in javascript using an audio context",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"dependencies": {
6-
"@crossaudio/core": "^0.1.20",
6+
"@crossaudio/core": "^0.1.21",
77
"easymidi": "^2.0.5",
88
"yargs": "^17.0.1"
99
},

packages/context/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crossaudio/context",
33
"description": "A browser & native way to make an audio context",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"dependencies": {
77
"naudiodon": "^2.3.5",

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@crossaudio/core",
33
"description": "A browser & native way to make synthesizers in javascript using an audio context",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"dependencies": {
7-
"@crossaudio/context": "^0.1.20",
7+
"@crossaudio/context": "^0.1.21",
88
"emitonoff": "latest"
99
},
1010
"gitHead": "3ac842bf3b99d855ccf092acc5001237155002fa",

packages/create/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-crossaudio",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "Tool to create a crossaudio synth quickly.",
55
"publishConfig": {
66
"access": "public"

packages/mod/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossaudio/mod",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"src": "src/crossaudio-mod.js",
55
"keywords": [],
66
"author": "David Konsumer <[email protected]>",
@@ -13,7 +13,6 @@
1313
"type": "git",
1414
"url": "git+https://github.com/konsumer/crossaudio.git"
1515
},
16-
"license": "MIT",
1716
"bugs": {
1817
"url": "https://github.com/konsumer/crossaudio/issues"
1918
},

packages/oscilloscope/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crossaudio/oscilloscope",
33
"description": "A canvas-based oscilloscope for crossaudio, on the web",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"gitHead": "3ac842bf3b99d855ccf092acc5001237155002fa",
77
"publishConfig": {

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@crossaudio/react",
33
"description": "A browser way to make synthesizers in javascript using an audio context, in react",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"main": "index.js",
77
"dependencies": {
8-
"@crossaudio/core": "^0.1.20"
8+
"@crossaudio/core": "^0.1.21"
99
},
1010
"gitHead": "3ac842bf3b99d855ccf092acc5001237155002fa",
1111
"publishConfig": {

packages/site/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/site/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossaudio-site",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"private": true,
55
"homepage": "http://konsumer.js.org/crossaudio/",
66
"scripts": {
@@ -10,9 +10,9 @@
1010
"predeploy": "npm run build"
1111
},
1212
"dependencies": {
13-
"@crossaudio/oscilloscope": "^0.1.20",
14-
"@crossaudio/react": "^0.1.20",
15-
"@crossaudio/spectrograph": "^0.1.20",
13+
"@crossaudio/oscilloscope": "^0.1.21",
14+
"@crossaudio/react": "^0.1.21",
15+
"@crossaudio/spectrograph": "^0.1.21",
1616
"react": "^17.0.0",
1717
"react-dom": "^17.0.0",
1818
"react-piano": "^3.1.3"

packages/spectrograph/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spectrograph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crossaudio/spectrograph",
33
"description": "A canvas-based spectrograph for crossaudio, on the web",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"type": "module",
66
"dependencies": {
77
"color-interpolate": "^1.0.5"

0 commit comments

Comments
 (0)