Skip to content

Commit 95fd72f

Browse files
authored
Updated description and keywords in package.jsons (#198)
* Updated keywords in package.jsons * Added descriptions * Updated descriptions and keywords * Updated CHANGELOG
1 parent b15479e commit 95fd72f

5 files changed

Lines changed: 67 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

1111
## @wix/interact
1212

13+
### [2.2.2] - 2026-05-04
14+
15+
#### Fixed
16+
17+
- Attach adopted constructed stylesheets to the element's root (`document` or `ShadowRoot`) so dynamically injected CSS applies when Interact runs inside shadow DOM (#173)
18+
- Register sequence effect selectors on the source interaction so sequence steps resolve selectors when the animated target differs from the source element (#173)
19+
20+
#### Changed
21+
22+
- Allow React 19 in `peerDependencies` for `react` and `react-dom` (#194)
23+
- Revise package description and expand npm keywords
24+
25+
#### Added
26+
27+
- Added a Playground app and publish it under `/playground`.
28+
1329
### [2.2.1] - 2026-04-21
1430

1531
#### Added
@@ -112,6 +128,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
112128

113129
## @wix/motion
114130

131+
### [2.1.5] - 2026-05-04
132+
133+
#### Changed
134+
135+
- Revise package description and expand npm keywords
136+
115137
### [2.1.4] - 2026-04-15
116138

117139
#### Fixed
@@ -166,6 +188,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
166188

167189
## @wix/motion-presets
168190

191+
### [1.0.2] - 2026-05-04
192+
193+
#### Changed
194+
195+
- Revise package description and expand npm keywords
196+
169197
### [1.0.1] - 2026-04-15
170198

171199
#### Added
@@ -176,13 +204,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
176204

177205
- Fix `fadeIn` for ShuttersIn and GlideIn presets (#177)
178206

179-
### [Unreleased]
180-
181-
#### Changed
182-
183-
- Documentation cleanup (presets, entrance, mouse, ongoing) (#122)
184-
- Move to wix org on GitHub (#126)
185-
186207
### [1.0.0] - 2026-02-13
187208

188209
- Initial release.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@
1919
"type": "git",
2020
"url": "git+https://github.com/wix/interact.git"
2121
},
22+
"description": "Monorepo for the Interact animation and interaction libraries - web-native, AI-ready, framework-agnostic.",
2223
"keywords": [
2324
"animation",
25+
"waapi",
26+
"web-animations-api",
2427
"javascript",
2528
"css",
26-
"waapi"
29+
"scroll-driven",
30+
"motion",
31+
"interaction",
32+
"web-components",
33+
"wix"
2734
],
2835
"author": {
2936
"name": "wow!Team",

packages/interact/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wix/interact",
33
"version": "2.2.1",
4-
"description": "A powerful, declarative interaction library for creating engaging web apps.",
4+
"description": "Declarative, configuration-driven interaction library — web-native, AI-ready, and framework-agnostic.",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",
77
"module": "dist/es/index.js",
@@ -40,9 +40,18 @@
4040
},
4141
"keywords": [
4242
"animation",
43+
"waapi",
44+
"web-animations-api",
4345
"javascript",
4446
"css",
45-
"waapi"
47+
"scroll-driven",
48+
"motion",
49+
"interaction",
50+
"react",
51+
"web-components",
52+
"declarative",
53+
"config-driven",
54+
"wix"
4655
],
4756
"author": {
4857
"name": "wow!Team",

packages/motion-presets/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wix/motion-presets",
33
"version": "1.0.1",
4-
"description": "Animation presets for @wix/motion",
4+
"description": "Ready-made animation presets for @wix/motion effects — entrance, scroll, pointer, loop, and micro-interactions.",
55
"license": "MIT",
66
"main": "dist/cjs/motion-presets.js",
77
"module": "dist/es/motion-presets.js",
@@ -29,8 +29,17 @@
2929
"keywords": [
3030
"animation",
3131
"presets",
32+
"motion",
3233
"interact",
33-
"motion"
34+
"waapi",
35+
"web-animations-api",
36+
"javascript",
37+
"css",
38+
"scroll-driven",
39+
"pointer-animation",
40+
"declarative",
41+
"config-driven",
42+
"wix"
3443
],
3544
"author": {
3645
"name": "wow!Team",

packages/motion/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wix/motion",
33
"version": "2.1.4",
4-
"description": "High-performance animation toolkit for the web, powering Wix motion presets and tooling.",
4+
"description": "Low-level, web-first, animation toolkit, with support for triggered, scroll-driven, pointer-tracking, WAAPI & CSS animations.",
55
"license": "MIT",
66
"main": "dist/cjs/motion.js",
77
"module": "dist/es/motion.js",
@@ -34,10 +34,14 @@
3434
"keywords": [
3535
"animation",
3636
"motion",
37-
"web-animations",
38-
"browser",
39-
"effects",
40-
"typescript"
37+
"javascript",
38+
"css",
39+
"waapi",
40+
"web-animations-api",
41+
"scroll-driven",
42+
"view-timeline",
43+
"pointer-animation",
44+
"wix"
4145
],
4246
"author": {
4347
"name": "wow!Team",

0 commit comments

Comments
 (0)