Version Packages (#49)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## svelte-podcast@0.9.0 ### Minor Changes -528457f: Restructures package exports -528457f: - improved export structure - simplify audio methods - improve typescript types -bba2421: Improve example components -bba2421: improve progress component style overrides -f42a00f: removes autoplay as it doesn't behave as users would expect Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Restructures package exports
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
- improved export structure
|
|
||||||
- simplify audio methods
|
|
||||||
- improve typescript types
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Improve example components
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
improve progress component style overrides
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
removes autoplay as it doesn't behave as users would expect
|
|
||||||
@@ -1,5 +1,17 @@
|
|||||||
# svelte-podcast
|
# svelte-podcast
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 528457f: Restructures package exports
|
||||||
|
- 528457f: - improved export structure
|
||||||
|
- simplify audio methods
|
||||||
|
- improve typescript types
|
||||||
|
- bba2421: Improve example components
|
||||||
|
- bba2421: improve progress component style overrides
|
||||||
|
- f42a00f: removes autoplay as it doesn't behave as users would expect
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte-podcast",
|
"name": "svelte-podcast",
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Ollie Taylor (https://olliejt.com)",
|
"author": "Ollie Taylor (https://olliejt.com)",
|
||||||
"homepage": "https://github.com/OllieJT/svelte-podcast/blob/main/README.md",
|
"homepage": "https://github.com/OllieJT/svelte-podcast/blob/main/README.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user