Version Packages (#45)
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.8.0 ### Minor Changes -d18b0c7: refactor audio element logic -29ef657: switch to jsdoc from ts -d18b0c7: rewrite docs with code samples 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
|
|
||||||
---
|
|
||||||
|
|
||||||
refactor audio element logic
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
switch to jsdoc from ts
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'svelte-podcast': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
rewrite docs with code samples
|
|
||||||
@@ -1,5 +1,13 @@
|
|||||||
# svelte-podcast
|
# svelte-podcast
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d18b0c7: refactor audio element logic
|
||||||
|
- 29ef657: switch to jsdoc from ts
|
||||||
|
- d18b0c7: rewrite docs with code samples
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte-podcast",
|
"name": "svelte-podcast",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Ollie Taylor",
|
"author": "Ollie Taylor",
|
||||||
"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