Skip to content

Commit 46e2bc2

Browse files
committed
chore(release): 2.0.0
1 parent be1da77 commit 46e2bc2

File tree

9 files changed

+25
-73
lines changed

9 files changed

+25
-73
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/feugy/melodie/compare/v2.0.0-beta.3...v2.0.0) (2022-03-30)
6+
7+
### Features
8+
9+
- **core:** adds more audio formats ([#48](https://github.com/feugy/melodie/issues/48)) ([4a0643e](https://github.com/feugy/melodie/commit/4a0643eb4af5f75cde89a2d20f61c10f67b47c8f))
10+
511
## [2.0.0-beta.3](https://github.com/feugy/melodie/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2022-03-14)
612

713
### Bug Fixes

apps/desktop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "melodie",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0",
44
"description": "Mélodie is a portable, simple-as-pie music player",
55
"author": {
66
"name": "Damien Simonin Feugas",
@@ -28,8 +28,8 @@
2828
"rxjs": "^7.5.5"
2929
},
3030
"optionalDependencies": {
31-
"@melodie/core": "2.0.0-beta.3",
32-
"@melodie/ui": "2.0.0-beta.3"
31+
"@melodie/core": "2.0.0",
32+
"@melodie/ui": "2.0.0"
3333
},
3434
"devDependencies": {
3535
"electron": "18.0.0",

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@melodie/site",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0",
44
"description": "Mélodie promotion site, deployed as github page",
55
"type": "module",
66
"scripts": {

apps/site/src/components/DownloadButton/__snapshots__/DownloadButton.tools.shot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exports[`Toolshot components/DownloadButton/DownloadButton.tools.svelte: Site co
1717
</i>
1818

1919
<span>
20-
Install v2.0.0-beta.3
20+
Install v2.0.0
2121
</span>
2222

2323
<i

apps/site/src/tests/index/__snapshots__/index.tools.shot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ exports[`Toolshot tests/index/index.tools.svelte: Site Page/Index 1`] = `
125125
</i>
126126

127127
<span>
128-
Install v2.0.0-beta.3
128+
Install v2.0.0
129129
</span>
130130

131131
<i

common/core/package.json

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1 @@
1-
{
2-
"name": "@melodie/core",
3-
"version": "2.0.0-beta.3",
4-
"description": "Mélodie core, to manage music tracks",
5-
"main": "lib/index.js",
6-
"scripts": {
7-
"test": "jest --coverage --colors",
8-
"test:dev": "jest --watch"
9-
},
10-
"dependencies": {
11-
"@vscode/sqlite3": "^5.0.8",
12-
"ajv": "^8.11.0",
13-
"chokidar": "^3.5.3",
14-
"electron": "18.0.0",
15-
"fastify": "^3.27.4",
16-
"fastify-compress": "^4.0.1",
17-
"fastify-cors": "^6.0.3",
18-
"fastify-jwt": "^4.1.1",
19-
"fastify-static": "^4.6.1",
20-
"fastify-websocket": "^4.2.1",
21-
"fs-extra": "^10.0.1",
22-
"got": "^11.8.2",
23-
"json-schema": "^0.4.0",
24-
"klaw": "^4.0.1",
25-
"knex": "^1.0.4",
26-
"knex-migrate": "^1.7.4",
27-
"mime-types": "^2.1.35",
28-
"music-metadata": "^7.12.2",
29-
"os-locale": "^5.0.0",
30-
"otpauth": "^7.1.0",
31-
"pino": "^7.9.2",
32-
"pino-pretty": "^7.6.0",
33-
"public-ip": "^4.0.4",
34-
"rxjs": "^7.5.5",
35-
"ws": "^8.5.0",
36-
"xxhashjs": "^0.2.2"
37-
},
38-
"devDependencies": {
39-
"deepmerge": "^4.2.2",
40-
"dotenv": "^16.0.0",
41-
"faker": "^5.5.3",
42-
"jest": "^27.2.4",
43-
"jest-extended": "^2.0.0",
44-
"jest-watch-typeahead": "^1.0.0",
45-
"minimatch": "^3.1.2",
46-
"nock": "^13.2.4",
47-
"otpauth": "^7.0.6",
48-
"stack-trace": "^0.0.10"
49-
},
50-
"lint-staged": {
51-
"**/__nocks__/*.json": [
52-
"node scripts/remove-secrets"
53-
]
54-
}
55-
}
1+
{"name":"@melodie/core","version":"2.0.0","description":"Mélodie core, to manage music tracks","main":"lib/index.js","scripts":{"test":"jest --coverage --colors","test:dev":"jest --watch"},"dependencies":{"@vscode/sqlite3":"^5.0.8","ajv":"^8.11.0","chokidar":"^3.5.3","electron":"18.0.0","fastify":"^3.27.4","fastify-compress":"^4.0.1","fastify-cors":"^6.0.3","fastify-jwt":"^4.1.1","fastify-static":"^4.6.1","fastify-websocket":"^4.2.1","fs-extra":"^10.0.1","got":"^11.8.2","json-schema":"^0.4.0","klaw":"^4.0.1","knex":"^1.0.4","knex-migrate":"^1.7.4","mime-types":"^2.1.35","music-metadata":"^7.12.2","os-locale":"^5.0.0","otpauth":"^7.1.0","pino":"^7.9.2","pino-pretty":"^7.6.0","public-ip":"^4.0.4","rxjs":"^7.5.5","ws":"^8.5.0","xxhashjs":"^0.2.2"},"devDependencies":{"deepmerge":"^4.2.2","dotenv":"^16.0.0","faker":"^5.5.3","jest":"^27.2.4","jest-extended":"^2.0.0","jest-watch-typeahead":"^1.0.0","minimatch":"^3.1.2","nock":"^13.2.4","otpauth":"^7.0.6","stack-trace":"^0.0.10"},"lint-staged":{"**/__nocks__/*.json":["node scripts/remove-secrets"]}}

common/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@melodie/ui",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0",
44
"description": "Mélodie UI, powered by Svelte",
55
"scripts": {
66
"build": "vite build",

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "melodie",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0",
44
"description": "Mélodie is a portable, simple-as-pie music player",
55
"author": {
66
"name": "Damien Simonin Feugas",

0 commit comments

Comments
 (0)