We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea7a44 commit c028067Copy full SHA for c028067
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+## 0.0.1 (2024-03-05)
2
+
3
+### Features
4
5
+- **core:** 新增 Shape Renderer Style Rectangle 等类 ([d11b785](https://github.com/js-tool-pack/canvas/commit/d11b7854dce81b208648ca85b479b2faf10d42e5))
package.json
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/canvas-monorepo",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "dumi monorepo 快速启动模板",
"main": "index.js",
6
"private": true,
packages/core/package.json
@@ -1,5 +1,5 @@
- "version": "0.0.20",
"types": "dist/index.d.ts",
"main": "dist/index.js",
0 commit comments