oipage 0.2.0-alpha.1 → 0.2.0

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 +1 -1
  2. package/package.json +1 -1
package/CHANGELOG CHANGED
@@ -27,7 +27,7 @@ v0.1.0:
27
27
  * 十二栅格化 rasterize.css
28
28
  * 架屏动画 skeleton.css
29
29
  v0.2.0:
30
- date:
30
+ date:2024-12-01
31
31
  changes:
32
32
  - 优化改造
33
33
  1、nodejs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oipage",
3
- "version": "0.2.0-alpha.1",
3
+ "version": "0.2.0",
4
4
  "description": "OI页面快速开发辅助库,包括核心包、Nodejs、浏览器、样式文件等",
5
5
  "main": "./nodejs/index.js",
6
6
  "typings": "./types/index.d.ts",