taro-react-uilib 1.3.4-11 → 1.3.4-12

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,12 @@
1
+ ## [1.3.4-12](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.4-11...v1.3.4-12) (2023-08-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 低端机无法渲染0.02rem ([69f13c9](https://code.xhdev.xyz/h5group/taro-uilib/commits/69f13c99513067471569231b3275d3dad57bb7fb))
7
+
8
+
9
+
1
10
  ## [1.3.4-11](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.4-10...v1.3.4-11) (2023-08-14)
2
11
 
3
12
 
@@ -126,7 +126,7 @@ $class-prefix-steps: #{$xh-prefix}-steps;
126
126
  &::after {
127
127
  left: 50%;
128
128
  top: 21px;
129
- width: 1px;
129
+ width: 1PX;
130
130
  transform: translateX(-50%);
131
131
  height: 100%;
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-react-uilib",
3
- "version": "1.3.4-11",
3
+ "version": "1.3.4-12",
4
4
  "description": "基于taro的跨端组件库",
5
5
  "templateInfo": {
6
6
  "name": "default",