Commit Graph

103 Commits

Author SHA1 Message Date
Ollie Taylor ebb02497e3 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-24 23:06:05 +00:00
Ollie Taylor b9b8ce2f44 Version Packages (#24)
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.3.1

### Patch Changes

-   02598d4: fixes exported typings
2023-02-24 23:02:36 +00:00
github-actions[bot] 57980c2e9b Version Packages 2023-02-24 23:02:15 +00:00
Ollie Taylor c831fb5975 Fix typings (#23) 2023-02-24 23:01:39 +00:00
Ollie Taylor 7a205e6b33 Merge branch 'main' into fix-typings 2023-02-24 23:00:33 +00:00
Ollie Taylor 02598d4942 add changeset 2023-02-24 23:00:01 +00:00
Ollie Taylor b2bd78f5be remove export of Logger type 2023-02-24 22:59:25 +00:00
Ollie Taylor c025b3e1a8 move types to types file 2023-02-24 22:59:12 +00:00
Ollie Taylor b6874a6e0b fixes type guard prop type 2023-02-24 22:18:56 +00:00
Ollie Taylor 209cb1c02d Version Packages (#22)
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.3.0

### Minor Changes

-   0b12aab: Adds mechanic for managing user preferences
2023-02-24 21:07:44 +00:00
github-actions[bot] 0cba035960 Version Packages 2023-02-24 21:05:22 +00:00
Ollie Taylor 4ed4fd365e Add basic docs 2023-02-24 21:02:00 +00:00
Ollie Taylor ea84d9b4e4 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-24 20:11:07 +00:00
Ollie Taylor 7c6bd98603 Handle user preferences (#21) 2023-02-24 20:06:43 +00:00
Ollie Taylor 0b12aab1f8 adds changeset 2023-02-24 20:05:04 +00:00
Ollie Taylor cf2281dfdb adds “save all state” utility 2023-02-24 20:04:01 +00:00
Ollie Taylor b079510b47 clamps preferences to valid values 2023-02-24 20:03:33 +00:00
Ollie Taylor becb001479 fixes consumption of user preferences store 2023-02-24 20:03:10 +00:00
Ollie Taylor ea75a18671 adds user preferences store 2023-02-24 19:43:01 +00:00
Ollie Taylor fdde14048d fixes logger output 2023-02-24 19:40:32 +00:00
Ollie Taylor 6155a3c09f Fixes dist exports 2023-02-24 19:24:58 +00:00
Ollie Taylor 613b81fa0b adds method to clear saved progress 2023-02-24 19:20:07 +00:00
Ollie Taylor 59bf26875c Version Packages (#17)
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.2.0

### Minor Changes

- 6f89448: Adds the ability to bind episode metadata to the audio store
- a70d68d: - Restructures lib to make dist cleaner and dev easier to
grock
- Refactors <audio /> bindings to make it easier to change values when
loading a different source
    -   Moves more values to micro-stores
-   1841199: Adds save/load mechanic for episode progress
2023-02-24 19:18:02 +00:00
github-actions[bot] a1a7f94518 Version Packages 2023-02-24 18:51:33 +00:00
Ollie Taylor 1bdc4dc828 Save Progress (#20) 2023-02-24 18:50:49 +00:00
Ollie Taylor 1841199cdc add changeset 2023-02-24 18:49:49 +00:00
Ollie Taylor 8357bf093f loads from localStorage automatically via AudioLoader 2023-02-24 18:47:10 +00:00
Ollie Taylor e222a4257d adds save button to demo 2023-02-24 18:46:50 +00:00
Ollie Taylor 5f200d3838 Adds stash/use/save/load actions for episode progress 2023-02-24 18:46:41 +00:00
Ollie Taylor 7f810fbd1b Update Repo (#19) 2023-02-24 17:51:58 +00:00
Ollie Taylor 847890e78e update image assets 2023-02-24 17:47:41 +00:00
Ollie Taylor cab061661c update CI workflow 2023-02-24 17:40:18 +00:00
Ollie Taylor feeff83a1c update icon assets 2023-02-24 17:40:11 +00:00
Ollie Taylor 0388f22cda Handle episode metadata (#18) 2023-02-24 15:43:55 +00:00
Ollie Taylor 6f89448647 adds changeset 2023-02-24 15:43:22 +00:00
Ollie Taylor c4a1927b7f Add metadata store 2023-02-24 15:38:33 +00:00
Ollie Taylor b929000d0a ove more values to micro stores 2023-02-24 15:38:08 +00:00
Ollie Taylor 48cf2375f1 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-24 15:11:28 +00:00
Ollie Taylor 8be664b824 Set state on load (#15) 2023-02-24 14:53:32 +00:00
Ollie Taylor a70d68dcd8 Add changeset 2023-02-24 14:48:25 +00:00
Ollie Taylor 62497fe06b refactor bindings + include start_at option 2023-02-24 14:43:33 +00:00
Ollie Taylor d7d81ce732 adds autoplay option 2023-02-24 14:01:43 +00:00
Ollie Taylor 20fc307099 cleanup internal stores 2023-02-24 13:47:07 +00:00
Ollie Taylor 3ac7346cdd adds $pkg alias 2023-02-24 13:32:10 +00:00
Ollie Taylor b74f1c15fb improve package logs 2023-02-24 13:27:53 +00:00
Ollie Taylor 29ee8f1763 restructure $lib 2023-02-24 13:16:46 +00:00
Ollie Taylor 55c7448248 Version Packages (#11)
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.1

### Patch Changes

-   549d858: Fixes release build
2023-02-23 23:16:53 +00:00
github-actions[bot] 9f3d719741 Version Packages 2023-02-23 23:16:09 +00:00
Ollie Taylor 6f495c8618 Fix Releases (#10) 2023-02-23 23:15:29 +00:00
Ollie Taylor 549d858b24 sdd changeset 2023-02-23 23:13:17 +00:00