Version Packages (#5)

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.1.0

### Minor Changes

-   2e6f082: Adds initial audio element abstraction with store
This commit is contained in:
Ollie Taylor
2023-02-23 14:18:17 +00:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'svelte-podcast': minor
---
Adds initial audio element abstraction with store
+7
View File
@@ -0,0 +1,7 @@
# svelte-podcast
## 0.1.0
### Minor Changes
- 2e6f082: Adds initial audio element abstraction with store
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "svelte-podcast", "name": "svelte-podcast",
"version": "0.0.1", "version": "0.1.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",