Skip to content

Commit e1b21f5

Browse files
committed
chore(release): 1.0.0-beta.0
1 parent 2b4d70f commit e1b21f5

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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+
## [1.0.0-beta.0](https://github.com/feugy/melodie/compare/v1.0.0-alpha.6...v1.0.0-beta.0) (2020-10-04)
6+
7+
8+
### Features
9+
10+
* **core:** settings for enqueue behaviour ([5b0ab82](https://github.com/feugy/melodie/commit/5b0ab8259eb53ae683df0028b88f8c08ebd80dbe))
11+
* **ui:** add to playlist from Album details/Playlist details/Search results pages ([4bc5065](https://github.com/feugy/melodie/commit/4bc5065ad8c54634f81c2083e50b0e0ef25f8c7e))
12+
* **ui:** auto-scroll track queue to current track ([c9936e8](https://github.com/feugy/melodie/commit/c9936e8ac18963c396ea441c9c7c23df982a1d2e))
13+
* **ui:** configurable simple/double click behaviour (play or enqueue) ([0cb6bc0](https://github.com/feugy/melodie/commit/0cb6bc0210f8f9ebcacc1ab81e3e0b4845c72601))
14+
* **ui:** display album years in artist and album details ([0d94f39](https://github.com/feugy/melodie/commit/0d94f39971032b11715970a52346a064bf3567e2))
15+
* **ui:** display albums' year ([cadcf70](https://github.com/feugy/melodie/commit/cadcf703d35a907b0046d17c585a25d9141307b3))
16+
* **ui:** feedback when adding to playlist ([c32d68a](https://github.com/feugy/melodie/commit/c32d68ae19bec514615d6893e175a778a4c709f1))
17+
* **ui:** fetch and display artist bio ([fc6e524](https://github.com/feugy/melodie/commit/fc6e52401c4f801489a371b15b3a60ebf78772dd))
18+
* **ui:** more efficient sortable list component with drag'n drop events ([f98684d](https://github.com/feugy/melodie/commit/f98684df36a79b6774f3c5627d4f2649c1e61c9a))
19+
* **ui:** new logo ([0c992a0](https://github.com/feugy/melodie/commit/0c992a0e808b7ef1eb3186e6bea7829feeb87c33))
20+
21+
22+
### Bug Fixes
23+
24+
* **ui:** click on Play button without any track still changes icon ([03c21ca](https://github.com/feugy/melodie/commit/03c21ca673b61825b34f3daa09c8a90b9a394b81))
25+
526
## [1.0.0-alpha.6](https://github.com/feugy/melodie/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-09-29)
627

728

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "melodie",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-beta.0",
44
"description": "Melodie is a portable, simple-as-pie music player",
55
"author": {
66
"name": "Damien Simonin Feugas",
@@ -18,7 +18,7 @@
1818
"dev": "rollup -c -w",
1919
"postinstall": "electron-builder install-app-deps",
2020
"release:artifacts": "electron-builder",
21-
"release:bump": "standard-version -s -prerelease alpha",
21+
"release:bump": "standard-version -s --prerelease beta",
2222
"release:publish": "electron-builder -p",
2323
"start": "electron .",
2424
"storybook": "start-storybook -p 6006 -s ./fixtures",
@@ -125,4 +125,4 @@
125125
"node scripts/remove-secrets"
126126
]
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)