@lynx-js/motion-canary 0.0.2-canary-20260201-1dd5516a → 0.0.2-canary-20260201-4d72a866

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/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @lynx-js/motion
2
2
 
3
- ## 0.0.2-canary-20260201023753-1dd5516a0af31ab86045e11521322bbaaa7e0668
3
+ ## 0.0.2-canary-20260201025350-4d72a8666b4a38c3df8502d590133daaadddf773
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Add initial support for `@lynx-js/motion` ([#1062](https://github.com/lynx-family/lynx-stack/pull/1062))
8
8
 
9
- - Updated dependencies [[`35f520a`](https://github.com/lynx-family/lynx-stack/commit/35f520a560c4d498ab3617f63a600239602f371c), [`c68aecc`](https://github.com/lynx-family/lynx-stack/commit/c68aecc649285fbc34bb2075aff69a9cc9c49821), [`3fe8949`](https://github.com/lynx-family/lynx-stack/commit/3fe89492b8d29fd728da5f4026eeb409bf812681), [`d1b0d9e`](https://github.com/lynx-family/lynx-stack/commit/d1b0d9e31fd514016d2ec0fc0dc2ff84f5b47a94), [`1fa1ddc`](https://github.com/lynx-family/lynx-stack/commit/1fa1ddc77447704d6865509a884aa71ea72cd56e)]:
10
- - @lynx-js/react@0.116.2-canary-20260201023753-1dd5516a0af31ab86045e11521322bbaaa7e0668
9
+ - Updated dependencies [[`35f520a`](https://github.com/lynx-family/lynx-stack/commit/35f520a560c4d498ab3617f63a600239602f371c), [`c68aecc`](https://github.com/lynx-family/lynx-stack/commit/c68aecc649285fbc34bb2075aff69a9cc9c49821), [`3fe8949`](https://github.com/lynx-family/lynx-stack/commit/3fe89492b8d29fd728da5f4026eeb409bf812681), [`d1b0d9e`](https://github.com/lynx-family/lynx-stack/commit/d1b0d9e31fd514016d2ec0fc0dc2ff84f5b47a94)]:
10
+ - @lynx-js/react@0.116.2-canary-20260201025350-4d72a8666b4a38c3df8502d590133daaadddf773
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/motion-canary",
3
- "version": "0.0.2-canary-20260201-1dd5516a",
3
+ "version": "0.0.2-canary-20260201-4d72a866",
4
4
  "private": false,
5
5
  "description": "This is a motion adapter for Lynx.js",
6
6
  "keywords": [
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@lynx-js/types": "3.6.0",
50
50
  "rsbuild-plugin-publint": "0.3.4",
51
- "@lynx-js/react": "npm:@lynx-js/react-canary@0.116.2-canary-20260201-1dd5516a"
51
+ "@lynx-js/react": "npm:@lynx-js/react-canary@0.116.2-canary-20260201-4d72a866"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@lynx-js/react": "*",