Skip to content

Commit

Permalink
Merge pull request #271 from solidjs-community/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thetarnav authored Dec 11, 2022
2 parents e0216e9 + 2d731a9 commit 5e73939
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-colts-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-cycles-serve.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/audio

## 1.3.5

### Patch Changes

- 76ea4cef: Handle exceptions thrown during audio playback.

## 1.3.4

### 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.4",
"version": "1.3.5",
"description": "Primitives to manage audio and single sounds.",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/share

## 2.0.0

### Major Changes

- aa2fcb52: Add `makeWebShare` and `createWebShare` primitives. Rename network variables to UPPERCASE. Make `createSocialShare` a named export, instead of default.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/share",
"version": "1.0.3",
"version": "2.0.0",
"description": "Primitives to help with sharing content on social media and beyond.",
"author": "David Di Biase <dave.dibiase@gmail.com",
"contributors": [
Expand Down

0 comments on commit 5e73939

Please sign in to comment.