Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ lerna-debug.log
/packages/studio/scripting/src/api.declaration.d.ts
tsconfig.tsbuildinfo
/packages/server/api.opendaw.studio/
/packages/server/logs.opendaw.studio/
/assets.opendaw.studio/models/**/model.onnx
2 changes: 1 addition & 1 deletion .moises-scope-applied
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Scope transformation applied: 2026-05-04T17:20:37.082Z
Scope transformation applied: 2026-05-11T18:02:20.466Z
Old scope: @opendaw
New scope: @moises-ai
54 changes: 27 additions & 27 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/app/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.138 (2026-05-11)

**Note:** Version bump only for package @opendaw/lab

## [0.0.137](https://github.com/andremichelle/openDAW/compare/@opendaw/lab@0.0.136...@opendaw/lab@0.0.137) (2026-05-04)

**Note:** Version bump only for package @opendaw/lab
Expand Down
2 changes: 1 addition & 1 deletion packages/app/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opendaw/lab",
"private": true,
"version": "0.0.137",
"version": "0.0.138",
"type": "module",
"license": "LGPL-3.0-or-later",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/app/nam-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.13 (2026-05-11)

**Note:** Version bump only for package @opendaw/nam-test

## [0.0.12](https://github.com/andremichelle/openDAW/compare/@opendaw/nam-test@0.0.11...@opendaw/nam-test@0.0.12) (2026-04-15)

**Note:** Version bump only for package @opendaw/nam-test
Expand Down
2 changes: 1 addition & 1 deletion packages/app/nam-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opendaw/nam-test",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"license": "LGPL-3.0-or-later",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/app/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.138 (2026-05-11)

### Bug Fixes

- prevent overlapping regions in RegionContentStartModifier ([dc15f99](https://github.com/andremichelle/openDAW/commit/dc15f99ab431e290e8d1e5bc12984580f41128ae))

## [0.0.137](https://github.com/andremichelle/openDAW/compare/@opendaw/app-studio@0.0.136...@opendaw/app-studio@0.0.137) (2026-05-04)

**Note:** Version bump only for package @opendaw/app-studio
Expand Down
2 changes: 1 addition & 1 deletion packages/app/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opendaw/app-studio",
"private": true,
"version": "0.0.137",
"version": "0.0.138",
"type": "module",
"license": "LGPL-3.0-or-later",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/studio/public/sponsors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fetchedAt": "2026-05-04T07:14:52.259Z",
"fetchedAt": "2026-05-11T07:27:10.034Z",
"totalCount": 10,
"sponsors": [
{
Expand Down
Loading
Loading