Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/rich-carrots-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cherries-act.md

This file was deleted.

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

## 1.5.5

### Patch Changes

- 48100cf3: Improve `gql` function and used regex

## 1.5.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": "1.5.4",
"version": "1.5.5",
"description": "Primitive that generates a client and reactive GraphQL queries",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/props

## 3.1.2

### Patch Changes

- e4c7e59c: Improve regex used to extract CSS properties from inline styles.

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/props",
"version": "3.1.1",
"version": "3.1.2",
"description": "Library of primitives focused around component props.",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down