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

Version Packages #56

Merged
merged 1 commit into from
Sep 4, 2024
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
5 changes: 0 additions & 5 deletions .changeset/four-ducks-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-cooks-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-mayflies-roll.md

This file was deleted.

11 changes: 11 additions & 0 deletions deemix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# deemix

## 3.10.0

### Minor Changes

- a2e64c5: Significantly improved typing

### Patch Changes

- Updated dependencies [a2e64c5]
- [email protected]

## 3.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion deemix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deemix",
"version": "3.9.0",
"version": "3.10.0",
"private": true,
"description": "A barebones deezer downloader library",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions deezer-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# deezer-js

## 1.6.0

### Minor Changes

- a2e64c5: Significantly improved typing

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion deezer-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deezer-js",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"description": "A wrapper for all Deezer's APIs",
"main": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions webui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# deemix-webui

## 4.0.0

### Major Changes

- a2e64c5: Complete overhaul to bundle server and webui together

### Patch Changes

- Updated dependencies [a2e64c5]
- Updated dependencies [a2e64c5]
- [email protected]
- [email protected]

## 3.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deemix-webui",
"version": "3.11.2",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "nodemon -w src/server -x tsx --tsconfig ./src/server/tsconfig.json src/server/main.ts",
Expand Down