Skip to content

Commit f2a0758

Browse files
committed
chore(release): 2.0.0-beta.1
1 parent aefe72f commit f2a0758

File tree

9 files changed

+2731
-2876
lines changed

9 files changed

+2731
-2876
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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-beta.1](https://github.com/feugy/melodie/compare/v2.0.0-alpha.2...v2.0.0-beta.1) (2021-09-25)
6+
7+
### Features
8+
9+
- improves usage on mobile and updates dependencies ([#30](https://github.com/feugy/melodie/issues/30)) ([54d802e](https://github.com/feugy/melodie/commit/54d802e61d703fff4d6d70e1855c17e205417661))
10+
11+
### Bug Fixes
12+
13+
- **desktop:** can not release on windows ([#26](https://github.com/feugy/melodie/issues/26)) ([c2927a1](https://github.com/feugy/melodie/commit/c2927a1d466c7e6c267abc0faa517703f810d1e9))
14+
515
## [2.0.0-alpha.2](https://github.com/feugy/melodie/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2021-03-20)
616

717
### Features

apps/desktop/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "melodie",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-beta.1",
44
"description": "Mélodie is a portable, simple-as-pie music player",
55
"author": {
66
"name": "Damien Simonin Feugas",
@@ -20,8 +20,8 @@
2020
"test:dev": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@melodie/core": "2.0.0-alpha.2",
24-
"@melodie/ui": "2.0.0-alpha.2",
23+
"@melodie/core": "2.0.0-beta.1",
24+
"@melodie/ui": "2.0.0-beta.1",
2525
"dotenv": "^10.0.0",
2626
"electron-localshortcut": "^3.2.1",
2727
"electron-updater": "^4.3.9",
@@ -30,8 +30,8 @@
3030
"rxjs": "^7.3.0"
3131
},
3232
"optionalDependencies": {
33-
"@melodie/core": "2.0.0-alpha.2",
34-
"@melodie/ui": "2.0.0-alpha.2"
33+
"@melodie/core": "2.0.0-beta.1",
34+
"@melodie/ui": "2.0.0-beta.1"
3535
},
3636
"devDependencies": {
3737
"electron": "13.4.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-alpha.2",
3+
"version": "2.0.0-beta.1",
44
"description": "Mélodie promotion site, deployed as github page",
55
"scripts": {
66
"build": "run-s -ncs build:sapper build:copy",

apps/site/src/components/DownloadButton/__snapshots__/DownloadButton.stories.storyshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`Storyshots Site components/Download button Default 1`] = `
1919
</i>
2020

2121
<span>
22-
Install v2.0.0-alpha.2
22+
Install v2.0.0-beta.1
2323
</span>
2424

2525
<i

apps/site/src/tests/index/__snapshots__/index.stories.storyshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ exports[`Storyshots Site Page/Index Default 1`] = `
133133
</i>
134134

135135
<span>
136-
Install v2.0.0-alpha.2
136+
Install v2.0.0-beta.1
137137
</span>
138138

139139
<i

common/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@melodie/core",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-beta.1",
44
"description": "Mélodie core, to manage music tracks",
55
"main": "lib/index.js",
66
"scripts": {

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-alpha.2",
3+
"version": "2.0.0-beta.1",
44
"description": "Mélodie UI, powered by Svelte",
55
"scripts": {
66
"build": "rollup -c",

0 commit comments

Comments
 (0)