Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Sep 25, 2021
1 parent aefe72f commit f2a0758
Show file tree
Hide file tree
Showing 9 changed files with 2,731 additions and 2,876 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [2.0.0-beta.1](https://github.com/feugy/melodie/compare/v2.0.0-alpha.2...v2.0.0-beta.1) (2021-09-25)

### Features

- improves usage on mobile and updates dependencies ([#30](https://github.com/feugy/melodie/issues/30)) ([54d802e](https://github.com/feugy/melodie/commit/54d802e61d703fff4d6d70e1855c17e205417661))

### Bug Fixes

- **desktop:** can not release on windows ([#26](https://github.com/feugy/melodie/issues/26)) ([c2927a1](https://github.com/feugy/melodie/commit/c2927a1d466c7e6c267abc0faa517703f810d1e9))

## [2.0.0-alpha.2](https://github.com/feugy/melodie/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2021-03-20)

### Features
Expand Down
10 changes: 5 additions & 5 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "melodie",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "Mélodie is a portable, simple-as-pie music player",
"author": {
"name": "Damien Simonin Feugas",
Expand All @@ -20,8 +20,8 @@
"test:dev": "jest --watch"
},
"dependencies": {
"@melodie/core": "2.0.0-alpha.2",
"@melodie/ui": "2.0.0-alpha.2",
"@melodie/core": "2.0.0-beta.1",
"@melodie/ui": "2.0.0-beta.1",
"dotenv": "^10.0.0",
"electron-localshortcut": "^3.2.1",
"electron-updater": "^4.3.9",
Expand All @@ -30,8 +30,8 @@
"rxjs": "^7.3.0"
},
"optionalDependencies": {
"@melodie/core": "2.0.0-alpha.2",
"@melodie/ui": "2.0.0-alpha.2"
"@melodie/core": "2.0.0-beta.1",
"@melodie/ui": "2.0.0-beta.1"
},
"devDependencies": {
"electron": "13.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@melodie/site",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "Mélodie promotion site, deployed as github page",
"scripts": {
"build": "run-s -ncs build:sapper build:copy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`Storyshots Site components/Download button Default 1`] = `
</i>

<span>
Install v2.0.0-alpha.2
Install v2.0.0-beta.1
</span>

<i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ exports[`Storyshots Site Page/Index Default 1`] = `
</i>

<span>
Install v2.0.0-alpha.2
Install v2.0.0-beta.1
</span>

<i
Expand Down
2 changes: 1 addition & 1 deletion common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@melodie/core",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "Mélodie core, to manage music tracks",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion common/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@melodie/ui",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "Mélodie UI, powered by Svelte",
"scripts": {
"build": "rollup -c",
Expand Down
Loading

0 comments on commit f2a0758

Please sign in to comment.