Skip to content

Commit f6d21b8

Browse files
authored
Merge pull request #345 from solidjs-community/changeset-release/main
Version Packages
2 parents 498f5a6 + bb23375 commit f6d21b8

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

.changeset/rich-carrots-divide.md

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

.changeset/tender-cherries-act.md

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

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+
## 1.5.5
4+
5+
### Patch Changes
6+
7+
- 48100cf3: Improve `gql` function and used regex
8+
39
## 1.5.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": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Primitive that generates a client and reactive GraphQL queries",
55
"author": "David Di Biase <[email protected]>",
66
"contributors": [

packages/props/CHANGELOG.md

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

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- e4c7e59c: Improve regex used to extract CSS properties from inline styles.
8+
39
## 3.1.1
410

511
### Patch Changes

packages/props/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/props",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Library of primitives focused around component props.",
55
"author": "Damian Tarnawski <[email protected]>",
66
"contributors": [],

0 commit comments

Comments
 (0)