conditional-selection 1.1.2 → 1.1.3

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -154,6 +154,7 @@ const data = await ref.current.getConditionalSelectionData();
154
154
 
155
155
  ## 贡献与开发
156
156
 
157
+ https://github.com/1512-Yolo/conditional-selection.git
157
158
  1. 修改源码后可直接运行 `npm run dev` 查看效果
158
159
  2. 支持 monorepo 结构,组件统一从 packages/index.ts 导出
159
160
  3. 支持 less 样式
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "vite-plugin-dts": "^4.5.4"
12
12
  },
13
13
  "name": "conditional-selection",
14
- "version": "1.1.2",
14
+ "version": "1.1.3",
15
15
  "description": "",
16
16
  "main": "dist/ui.cjs.js",
17
17
  "module": "dist/ui.es.js",