Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @strudel/codemirror@1.0.0
 - @strudel/core@1.0.0
 - @strudel/csound@1.0.0
 - @strudel/embed@1.0.0
 - @strudel/hydra@1.0.0
 - @strudel/midi@1.0.0
 - @strudel/mini@1.0.0
 - @strudel/osc@1.0.0
 - @strudel/repl@1.0.0
 - @strudel/serial@1.0.0
 - @strudel/soundfonts@1.0.0
 - superdough@1.0.0
 - @strudel/tonal@1.0.0
 - @strudel/transpiler@1.0.0
 - @strudel/web@1.0.0
 - @strudel/webaudio@1.0.0
 - @strudel/xen@1.0.0
  • Loading branch information
felixroos committed Jan 22, 2024
1 parent 02efc09 commit 1829d8c
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/codemirror",
"version": "0.11.0",
"version": "1.0.0",
"description": "Codemirror Extensions for Strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/core",
"version": "0.11.0",
"version": "1.0.0",
"description": "Port of Tidal Cycles to JavaScript",
"main": "index.mjs",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/csound/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/csound",
"version": "0.11.0",
"version": "1.0.0",
"description": "csound bindings for strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/embed",
"version": "0.11.0",
"version": "1.0.0",
"description": "Embeddable Web Component to load a Strudel REPL into an iframe",
"main": "embed.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/hydra",
"version": "0.11.0",
"version": "1.0.0",
"description": "Hydra integration for strudel",
"main": "hydra.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/midi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/midi",
"version": "0.11.0",
"version": "1.0.0",
"description": "Midi API for strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down
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/mini",
"version": "0.11.0",
"version": "1.0.0",
"description": "Mini notation for strudel",
"main": "index.mjs",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/osc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/osc",
"version": "0.11.0",
"version": "1.0.0",
"description": "OSC messaging for strudel",
"main": "osc.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/repl",
"version": "0.11.0",
"version": "1.0.0",
"description": "Strudel REPL as a Web Component",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/serial",
"version": "0.11.0",
"version": "1.0.0",
"description": "Webserial API for strudel",
"main": "serial.mjs",
"publishConfig": {
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/soundfonts",
"version": "0.11.0",
"version": "1.0.0",
"description": "Soundsfont support for strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/superdough/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdough",
"version": "0.10.0",
"version": "1.0.0",
"description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.",
"main": "index.mjs",
"type": "module",
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/tonal",
"version": "0.11.0",
"version": "1.0.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/transpiler",
"version": "0.11.0",
"version": "1.0.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/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/web",
"version": "0.11.0",
"version": "1.0.0",
"description": "Easy to setup, opiniated bundle of Strudel for the browser.",
"main": "web.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/webaudio",
"version": "0.11.0",
"version": "1.0.0",
"description": "Web Audio helpers for Strudel",
"main": "index.mjs",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/xen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strudel/xen",
"version": "0.11.0",
"version": "1.0.0",
"description": "Xenharmonic API for strudel",
"main": "index.mjs",
"publishConfig": {
Expand Down

0 comments on commit 1829d8c

Please sign in to comment.