Skip to content

Commit

Permalink
bump more packages to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed May 5, 2023
1 parent 308f139 commit b27a58d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/mini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/mini",
"version": "0.7.2",
"version": "0.8.0",
"description": "Mini notation for strudel",
"main": "index.mjs",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/soundfonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/soundfonts",
"version": "0.7.1",
"version": "0.8.0",
"description": "Soundsfont support for strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tonal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/tonal",
"version": "0.7.1",
"version": "0.8.0",
"description": "Tonal functions for strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transpiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/transpiler",
"version": "0.7.1",
"version": "0.8.0",
"description": "Transpiler for strudel user code. Converts syntactically correct but semantically meaningless JS into evaluatable strudel code.",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webaudio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/webaudio",
"version": "0.7.1",
"version": "0.8.0",
"description": "Web Audio helpers for Strudel",
"main": "index.mjs",
"type": "module",
Expand Down

0 comments on commit b27a58d

Please sign in to comment.