@css-hooks/preact 1.5.4 → 1.6.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 (3) hide show
  1. package/LICENSE +2 -0
  2. package/README.md +2 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -2,6 +2,8 @@ MIT License
2
2
 
3
3
  Copyright (c) 2023 Nick Saunders
4
4
 
5
+ Copyright (c) BuilderIO
6
+
5
7
  Copyright (c) Meta Platforms Inc. and affiliates.
6
8
 
7
9
  Permission is hereby granted, free of charge, to any person obtaining a copy of
package/README.md CHANGED
@@ -54,8 +54,9 @@ Please visit [css-hooks.com](https://css-hooks.com) to get started.
54
54
  - [@css-hooks/recommended](packages/recommended): Recommended hook configuration
55
55
  with sensible defaults
56
56
  - [@css-hooks/react](packages/react): React framework integration
57
- - [@css-hooks/solid](packages/solid): Solid framework integration
58
57
  - [@css-hooks/preact](packages/preact): Preact framework integration
58
+ - [@css-hooks/solid](packages/solid): Solid framework integration
59
+ - [@css-hooks/awik](packages/qwik): Qwik framework integration
59
60
  - [@css-hooks/core](packages/core): Core package (internal / advanced use cases)
60
61
 
61
62
  ## Contributing
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": "1.5.4",
4
+ "version": "1.6.0",
5
5
  "author": "Nick Saunders",
6
6
  "dependencies": {
7
- "@css-hooks/core": "^1.5.4"
7
+ "@css-hooks/core": "^1.6.0"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@tsconfig/strictest": "^2.0.1",