Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.60 #7187

Merged
merged 1 commit into from
Jan 13, 2024
Merged

v1.5.60 #7187

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
66 changes: 33 additions & 33 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.5.59",
"version": "1.5.60",
"workspaces": [
"packages/*",
"packages/discovery-provider/plugins/pedalboard/apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/commands",
"version": "1.0.14",
"version": "1.0.15",
"private": true,
"description": "Collection of command useful for debugging audius-protocol",
"main": "src/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/common",
"version": "1.5.59",
"version": "1.5.60",
"description": "Common utilities and store for web and mobile.",
"private": true,
"author": "Audius",
Expand Down
2 changes: 1 addition & 1 deletion packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/compose",
"version": "1.0.14",
"version": "1.0.15",
"private": true,
"scripts": {
"start": "./start.sh"
Expand Down
2 changes: 1 addition & 1 deletion packages/ddex-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@audius/ddex-frontend",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions packages/ddex/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ddex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/ddex",
"version": "0.0.3",
"version": "0.0.4",
"description": "Backend server for DDEX ingestion (also serves frontend as static assets)",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pedalboard/app-template",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pedalboard/relay",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pedalboard/sla-auditor",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pedalboard/solana-relay",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"scripts": {
"start": "ts-node ./src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pedalboard/trending-challenge-rewards",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
Loading