Skip to content

Commit

Permalink
Version Packages (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Sep 20, 2024
2 parents 82245cf + eab94b3 commit 62e1be0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/old-snakes-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-windows-accept.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/audio/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 62e1be0

Please sign in to comment.