Skip to content

Commit eab94b3

Browse files
Version Packages
1 parent cda0286 commit eab94b3

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.changeset/old-snakes-guess.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/three-windows-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/audio/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solid-primitives/audio
22

3+
## 1.3.18
4+
5+
### Patch Changes
6+
7+
- b993fff: Set "COMPLETE" state on "ended"
8+
9+
Improved ssr support by setting the initial duration and volume to zero for `createAudio` to match the server state.
10+
311
## 1.3.17
412

513
### Patch Changes

packages/audio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/audio",
3-
"version": "1.3.17",
3+
"version": "1.3.18",
44
"description": "Primitives to manage audio and single sounds.",
55
"author": "David Di Biase <dave.dibiase@gmail.com>",
66
"license": "MIT",

packages/graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solid-primitives/graphql
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- c4e992a: Add a `GraphQLError` error class, and throw it in case of a request error, instead of thowing an errors array
8+
39
## 2.0.4
410

511
### Patch Changes

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/graphql",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Primitive that generates a client and reactive GraphQL queries",
55
"author": "David Di Biase <dave.dibiase@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)