@nutui/nutui 4.1.1 → 4.1.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## v4.1.2
2
+
3
+ `2023-07-24`
4
+
5
+ Bug Fixes
6
+
7
+ - price: 修复小程序下符号转义丢失问题
8
+
1
9
  ## v4.1.1
2
10
 
3
11
  `2023-07-21`
package/dist/nutui.es.js CHANGED
@@ -215,7 +215,7 @@ export function install(app) {
215
215
  }
216
216
  });
217
217
  }
218
- export const version = '4.1.1';
218
+ export const version = '4.1.2';
219
219
  export default {
220
220
  install,
221
221
  version
package/dist/nutui.js CHANGED
@@ -16088,7 +16088,7 @@ function B4(e) {
16088
16088
  n.install ? e.use(n) : n.name && e.component(n.name, n);
16089
16089
  });
16090
16090
  }
16091
- const _4 = "4.1.0", P4 = { install: B4, version: _4 };
16091
+ const _4 = "4.1.1", P4 = { install: B4, version: _4 };
16092
16092
  export {
16093
16093
  vm as ActionSheet,
16094
16094
  K0 as Address,