@css-hooks/solid 3.0.5 → 3.0.6-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<p align="center" id="logos">
|
|
2
|
-
<img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.0.
|
|
2
|
+
<img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.0.6-next.1/.github/logo-light.svg" height="64" style="max-width: 100%;">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center" id="badges">
|
|
6
|
-
<a href="https://github.com/css-hooks/css-hooks/tree/v3.0.
|
|
7
|
-
<a href="https://www.npmjs.com/package/@css-hooks/solid/v/3.0.
|
|
8
|
-
<a href="https://github.com/css-hooks/css-hooks/blob/v3.0.
|
|
6
|
+
<a href="https://github.com/css-hooks/css-hooks/tree/v3.0.6-next.1"><img src="https://img.shields.io/badge/tag-v3.0.6--next.1-hotpink" alt="tag v3.0.6-next.1"></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/@css-hooks/solid/v/3.0.6-next.1"><img src="https://img.shields.io/badge/npm-v3.0.6--next.1-hotpink" alt="npm version"></a>
|
|
8
|
+
<a href="https://github.com/css-hooks/css-hooks/blob/v3.0.6-next.1/LICENSE"><img src="https://img.shields.io/badge/license-MIT-hotpink" alt="license"></a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
---
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@css-hooks/solid",
|
|
3
3
|
"description": "CSS Hooks for Solid",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.6-next.1",
|
|
5
5
|
"author": "Nick Saunders",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@css-hooks/core": "3.0.
|
|
7
|
+
"@css-hooks/core": "3.0.6-next.1"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"solid-js": "^1.7.11"
|