@brewer/dj-common 1.0.0-beta.7 → 1.0.0-beta.8

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -84,6 +84,8 @@ npm run build
84
84
 
85
85
  使用claude code时 只需发送 "帮我发布一个新版本" 即可
86
86
 
87
+ 推送消息必须要是:`chore: bump version to 1.0.0-beta.7`
88
+
87
89
  ```bash
88
90
  # 自动版本管理和发布
89
91
  npm run release:patch # 补丁版本 1.0.0 -> 1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brewer/dj-common",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-beta.8",
4
4
  "description": "多端通用的公共方法库,支持 PC、H5、APP 等平台",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",