Commit Graph

142 Commits

Author SHA1 Message Date
Ollie Taylor 47aabda96d Switch to pnpm (#36) 2023-02-26 15:40:03 +00:00
Ollie Taylor 084ed9fbbd Version Packages (#35)
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.5.0

### Minor Changes

-   feba0d4: Improvements to audio stores:

    -   Adds missing `is_paused` value.
    -   Fixes to `start_at` value
    -   Refactors localStorage stores & user preferences
2023-02-25 18:37:52 +00:00
github-actions[bot] 74be4d649d Version Packages 2023-02-25 18:36:25 +00:00
Ollie Taylor 0d841d095a Fix episode attributes (#34) 2023-02-25 18:35:50 +00:00
Ollie Taylor 6e4fad1549 removes unused deps 2023-02-25 18:30:39 +00:00
Ollie Taylor feba0d474c adds changeset 2023-02-25 18:29:25 +00:00
Ollie Taylor 7cad6ee1d6 improves handling of user data 2023-02-25 18:25:59 +00:00
Ollie Taylor 4be36ba047 adds start_at 2023-02-25 16:33:43 +00:00
Ollie Taylor 1b12c92953 adds is_paused 2023-02-25 16:33:08 +00:00
Ollie Taylor d257a6010d Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-25 16:31:43 +00:00
Ollie Taylor e5553127b2 Version Packages (#33)
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.4.0

### Minor Changes

- ff6a6d9: refactored audio element bindings for better control over
element
2023-02-25 14:49:32 +00:00
github-actions[bot] 737fa9c431 Version Packages 2023-02-25 14:48:34 +00:00
Ollie Taylor 75e45465ec Custom Listener (#32) 2023-02-25 14:47:56 +00:00
Ollie Taylor ff6a6d92db Adds changeset 2023-02-25 14:47:10 +00:00
Ollie Taylor 81ab49d15e restructured progress 2023-02-25 14:46:07 +00:00
Ollie Taylor 49c5e4eb63 restructured preferences 2023-02-25 14:41:56 +00:00
Ollie Taylor e46b929d69 colocate typings 2023-02-25 14:23:56 +00:00
Ollie Taylor 42c27b2469 refactor audio to use custom listener stores 2023-02-25 14:16:19 +00:00
Ollie Taylor acbdd46fe3 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-25 11:05:06 +00:00
Ollie Taylor fbd87d589f Version Packages (#31)
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.4

### Patch Changes

-   ff5caf2: fix to allow override of internal types
2023-02-25 01:48:11 +00:00
github-actions[bot] 6af95c93bd Version Packages 2023-02-25 01:46:58 +00:00
Ollie Taylor 311827ae66 Makes typings easier to override (#30) 2023-02-25 01:46:24 +00:00
Ollie Taylor ff5caf2344 add changeset 2023-02-25 01:42:24 +00:00
Ollie Taylor b9c260660d Makes typings easier to override 2023-02-25 01:40:17 +00:00
Ollie Taylor b51bab548f Version Packages (#29)
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.3

### Patch Changes

-   802c704: fixes dist exports
2023-02-25 01:19:33 +00:00
github-actions[bot] 4993af524d Version Packages 2023-02-25 01:19:14 +00:00
Ollie Taylor 5652822a2c Fixes derived store updating too frequently (#28)
Recreated this branch as the deploy failed
2023-02-25 01:18:34 +00:00
Ollie Taylor 802c704260 add changeset 2023-02-25 01:17:28 +00:00
Ollie Taylor de9cfd2adb fix preference edit 2023-02-25 01:14:35 +00:00
Ollie Taylor c1fc45306e restructure files 2023-02-25 01:13:56 +00:00
Ollie Taylor 198cdfd3e0 simplify exports 2023-02-25 01:04:08 +00:00
Ollie Taylor 03e95aa81b Update .eslintignore 2023-02-24 23:45:25 +00:00
Ollie Taylor 908ef0d36d adds /dist to eslintignore 2023-02-24 23:44:23 +00:00
Ollie Taylor 54ee4a7be4 Version Packages (#27)
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.2

### Patch Changes

-   6c849b7: Fixes derived store causing exessive updates
2023-02-24 23:40:59 +00:00
github-actions[bot] 0b84bc65f9 Version Packages 2023-02-24 23:40:28 +00:00
Ollie Taylor 0c88d8a9ab Fixes derived audio store updating too frequently (#26) 2023-02-24 23:39:44 +00:00
Ollie Taylor 6c849b7a60 add changeset 2023-02-24 23:31:43 +00:00
Ollie Taylor b73cfe49bc removes requirements for AudioMetadata 2023-02-24 23:29:41 +00:00
Ollie Taylor 34f708b1fa restructures stores and removes combined derived store 2023-02-24 23:27:04 +00:00
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