@lynx-js/web-elements-compat-canary 0.2.4-canary-20251105-d7a1d846 → 0.2.4-canary-20251105-83952a01

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @lynx-js/web-elements-compat
2
2
 
3
- ## 0.2.4-canary-20251105070649-d7a1d846d2f89aa3af9585556028adcee22e05a7
3
+ ## 0.2.4-canary-20251105085604-83952a0151ce3347e0f93e2d6f1c64481d0ad130
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - fix: define x-foldview-slot-drag-ng typo. ([#1915](https://github.com/lynx-family/lynx-stack/pull/1915))
8
8
 
9
9
  - Updated dependencies [[`04f2c39`](https://github.com/lynx-family/lynx-stack/commit/04f2c39cc028d88b2bc694c32433747e9a468478), [`c282f54`](https://github.com/lynx-family/lynx-stack/commit/c282f54b636d64e9cb899faaad7dcd8e5695544a)]:
10
- - @lynx-js/web-elements@0.8.10-canary-20251105070649-d7a1d846d2f89aa3af9585556028adcee22e05a7
10
+ - @lynx-js/web-elements@0.8.10-canary-20251105085604-83952a0151ce3347e0f93e2d6f1c64481d0ad130
11
11
 
12
12
  ## 0.2.3
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-elements-compat-canary",
3
- "version": "0.2.4-canary-20251105-d7a1d846",
3
+ "version": "0.2.4-canary-20251105-83952a01",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "**/*.css"
29
29
  ],
30
30
  "devDependencies": {
31
- "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.10-canary-20251105-d7a1d846"
31
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.10-canary-20251105-83952a01"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@lynx-js/web-elements": "*"