Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Oct 31, 2020
1 parent f38a78b commit 6d37441
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [1.0.0](https://github.com/feugy/melodie/compare/v1.0.0-beta.2...v1.0.0) (2020-10-31)


### Features

* **ui:** sticky header for track queue ([2218285](https://github.com/feugy/melodie/commit/2218285f576af5b8aa56d58e53b6deebb2828c66))


### Bug Fixes

* **ui:** importing playlist during tutorial will skip latest steps ([f38a78b](https://github.com/feugy/melodie/commit/f38a78bc373c71cf72068f5be9ea442d76d5b26b))
* **ui:** removing items in tracks queue automatically scrolls to current track ([7a0d15c](https://github.com/feugy/melodie/commit/7a0d15c9529e98a4d6f09bc2de79cdf26387c71c))
* stylistic issues ([ec42c23](https://github.com/feugy/melodie/commit/ec42c23b5f1d0bc60d090cb2ca4d9dc2a1794c34))

## [1.0.0-beta.2](https://github.com/feugy/melodie/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-10-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "melodie",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"description": "Melodie is a portable, simple-as-pie music player",
"author": {
"name": "Damien Simonin Feugas",
Expand All @@ -18,7 +18,7 @@
"dev": "rollup -c -w",
"postinstall": "electron-builder install-app-deps",
"release:artifacts": "electron-builder",
"release:bump": "standard-version -s --prerelease beta",
"release:bump": "standard-version -s",
"release:publish": "electron-builder -p",
"site:dev": "cd site && sapper dev",
"site:build": "if test $BASE_PATH; then sapper export --cwd site --basepath $BASE_PATH; else sapper export --cwd site; fi",
Expand Down Expand Up @@ -130,4 +130,4 @@
"node scripts/remove-secrets"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`Storyshots Site components/Download button Default 1`] = `
</i>

<span>
Install v1.0.0-beta.2
Install v1.0.0
</span>

<i
Expand Down
2 changes: 1 addition & 1 deletion site/src/tests/index/__snapshots__/index.stories.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ exports[`Storyshots Site Page/Index Default 1`] = `
</i>

<span>
Install v1.0.0-beta.2
Install v1.0.0
</span>

<i
Expand Down

0 comments on commit 6d37441

Please sign in to comment.