Version Packages (#38)

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

### Minor Changes

-   1a95ddd: Updates dependencies
-   9232f4d: Improves theming with css variables
    Improves developer logs
    Fixes various package export issues
    Adds player components:

    -   Player: `<PlayerStack />`
    -   Player: `<PlayerWidget />`
    -   Utility: `<HeadlessTimeline />`

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Ollie Taylor
2023-07-09 23:26:46 +01:00
committed by GitHub
parent 1a95ddd387
commit 738bbb917f
4 changed files with 14 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'svelte-podcast': minor
---
Updates dependencies
-12
View File
@@ -1,12 +0,0 @@
---
'svelte-podcast': minor
---
Improves theming with css variables
Improves developer logs
Fixes various package export issues
Adds player components:
- Player: `<PlayerStack />`
- Player: `<PlayerWidget />`
- Utility: `<HeadlessTimeline />`