@lynx-js/react-alias-rsbuild-plugin-canary 0.10.13-canary-20250820-cf468211 → 0.10.13-canary-20250820-d4fd6cb1

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,10 +1,10 @@
1
1
  # @lynx-js/react-alias-rsbuild-plugin
2
2
 
3
- ## 0.10.13-canary-20250820090744-cf46821150eae76b63d43861fc63f8cbc4bf8883
3
+ ## 0.10.13-canary-20250820094213-d4fd6cb1c9f696f5441aeebe264d2fd90504210f
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Support using multiple times in different environments. ([`f0d483c`](https://github.com/lynx-family/lynx-stack/commit/f0d483ca2d3e208a618727590061b0babc075737))
7
+ - Support using multiple times in different environments. ([#1498](https://github.com/lynx-family/lynx-stack/pull/1498))
8
8
 
9
9
  ## 0.10.12
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-alias-rsbuild-plugin-canary",
3
- "version": "0.10.13-canary-20250820-cf468211",
3
+ "version": "0.10.13-canary-20250820-d4fd6cb1",
4
4
  "description": "A rsbuild plugin for making alias in ReactLynx",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -39,7 +39,7 @@
39
39
  "@rsbuild/core": "1.4.15",
40
40
  "@types/semver": "^7.7.0",
41
41
  "semver": "^7.7.2",
42
- "@lynx-js/react": "npm:@lynx-js/react-canary@0.112.4-canary-20250820-cf468211",
42
+ "@lynx-js/react": "npm:@lynx-js/react-canary@0.112.4-canary-20250820-d4fd6cb1",
43
43
  "@lynx-js/vitest-setup": "0.0.0",
44
44
  "@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.6.19"
45
45
  },