Skip to content

Commit d971e88

Browse files
committed
fix: update version to 0.1.2 in package.json and add changelog for new dependencies
1 parent c55cca7 commit d971e88

4 files changed

Lines changed: 20 additions & 2 deletions

File tree

apps/demo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @protohiro/effects-demo
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @protohiro/effects@0.2.0
9+
310
## 0.1.1
411

512
### Patch Changes

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protohiro/effects-demo",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @protohiro/effects
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Add a new `useSpotlightEffect` hook with support for `glow` and `reveal` modes.
8+
9+
Highlights:
10+
- Adds reveal-mode options (`revealColor`, `revealImage`, `revealSize`, `revealOpacity`) for spotlight content reveal.
11+
- Improves spotlight behavior and customization with `softness`, `coreIntensity`, and pointer-follow updates.
12+
- Extends demo coverage and documentation for spotlight usage.
13+
314
## 0.1.1
415

516
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protohiro/effects",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Zero-wrapper React hooks for composable CSS effects.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)