diff --git a/.changeset/old-snakes-guess.md b/.changeset/old-snakes-guess.md deleted file mode 100644 index dabd1aa7f..000000000 --- a/.changeset/old-snakes-guess.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@solid-primitives/audio": patch ---- - -Set "COMPLETE" state on "ended" - -Improved ssr support by setting the initial duration and volume to zero for `createAudio` to match the server state. diff --git a/.changeset/three-windows-accept.md b/.changeset/three-windows-accept.md deleted file mode 100644 index e549d014b..000000000 --- a/.changeset/three-windows-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solid-primitives/graphql": minor ---- - -Add a `GraphQLError` error class, and throw it in case of a request error, instead of thowing an errors array diff --git a/packages/audio/CHANGELOG.md b/packages/audio/CHANGELOG.md index 84cdf61b4..efd2fac53 100644 --- a/packages/audio/CHANGELOG.md +++ b/packages/audio/CHANGELOG.md @@ -1,5 +1,13 @@ # @solid-primitives/audio +## 1.3.18 + +### Patch Changes + +- b993fff: Set "COMPLETE" state on "ended" + + Improved ssr support by setting the initial duration and volume to zero for `createAudio` to match the server state. + ## 1.3.17 ### Patch Changes diff --git a/packages/audio/package.json b/packages/audio/package.json index 218320c40..4395cad7c 100644 --- a/packages/audio/package.json +++ b/packages/audio/package.json @@ -1,6 +1,6 @@ { "name": "@solid-primitives/audio", - "version": "1.3.17", + "version": "1.3.18", "description": "Primitives to manage audio and single sounds.", "author": "David Di Biase ", "license": "MIT", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 9395c85c8..115615b53 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @solid-primitives/graphql +## 2.1.0 + +### Minor Changes + +- c4e992a: Add a `GraphQLError` error class, and throw it in case of a request error, instead of thowing an errors array + ## 2.0.4 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 8c235a1b9..826c27a1a 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@solid-primitives/graphql", - "version": "2.0.4", + "version": "2.1.0", "description": "Primitive that generates a client and reactive GraphQL queries", "author": "David Di Biase ", "contributors": [