Skip to content

Commit 6d37441

Browse files
committed
chore(release): 1.0.0
1 parent f38a78b commit 6d37441

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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](https://github.com/feugy/melodie/compare/v1.0.0-beta.2...v1.0.0) (2020-10-31)
6+
7+
8+
### Features
9+
10+
* **ui:** sticky header for track queue ([2218285](https://github.com/feugy/melodie/commit/2218285f576af5b8aa56d58e53b6deebb2828c66))
11+
12+
13+
### Bug Fixes
14+
15+
* **ui:** importing playlist during tutorial will skip latest steps ([f38a78b](https://github.com/feugy/melodie/commit/f38a78bc373c71cf72068f5be9ea442d76d5b26b))
16+
* **ui:** removing items in tracks queue automatically scrolls to current track ([7a0d15c](https://github.com/feugy/melodie/commit/7a0d15c9529e98a4d6f09bc2de79cdf26387c71c))
17+
* stylistic issues ([ec42c23](https://github.com/feugy/melodie/commit/ec42c23b5f1d0bc60d090cb2ca4d9dc2a1794c34))
18+
519
## [1.0.0-beta.2](https://github.com/feugy/melodie/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-10-21)
620

721

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.0.0-beta.2",
3+
"version": "1.0.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 beta",
21+
"release:bump": "standard-version -s",
2222
"release:publish": "electron-builder -p",
2323
"site:dev": "cd site && sapper dev",
2424
"site:build": "if test $BASE_PATH; then sapper export --cwd site --basepath $BASE_PATH; else sapper export --cwd site; fi",
@@ -130,4 +130,4 @@
130130
"node scripts/remove-secrets"
131131
]
132132
}
133-
}
133+
}

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

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

1919
<span>
20-
Install v1.0.0-beta.2
20+
Install v1.0.0
2121
</span>
2222

2323
<i

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

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

133133
<span>
134-
Install v1.0.0-beta.2
134+
Install v1.0.0
135135
</span>
136136

137137
<i

0 commit comments

Comments
 (0)