@css-hooks/preact 0.8.0 → 1.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,7 +52,7 @@ Please visit [css-hooks.com](https://css-hooks.com) to get started.
52
52
  - [@css-hooks/react](packages/react): React framework integration
53
53
  - [@css-hooks/solid](packages/solid): Solid framework integration
54
54
  - [@css-hooks/preact](packages/preact): Preact framework integration
55
- - [@css-hooks/core](packages/core): Core CSS Hooks package (internal use only)
55
+ - [@css-hooks/core](packages/core): Core package (internal use only)
56
56
 
57
57
  ## Contributing
58
58
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@css-hooks/preact",
3
3
  "description": "CSS Hooks for Preact",
4
- "version": "0.8.0",
4
+ "version": "1.0.0",
5
5
  "author": "Nick Saunders",
6
6
  "dependencies": {
7
- "@css-hooks/core": "^0.8.0"
7
+ "@css-hooks/core": "^1.0.0"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@tsconfig/node-lts": "^18.12.3",