@lambo-design/schema-paging-table 1.0.0-beta.22 → 1.0.0-beta.24
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/.versionrc +21 -0
- package/CHANGELOG.md +7 -1
- package/package.json +5 -5
package/.versionrc
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tagPrefix": "@lambo-design/schema-paging-table@",
|
|
3
|
+
"header": "# Changelog",
|
|
4
|
+
"types": [
|
|
5
|
+
{"type": "chore", "section":"'🎫 Chores | 其他更新", "hidden": false},
|
|
6
|
+
{"type": "revert", "section":"⏪ Reverts | 回退", "hidden": false},
|
|
7
|
+
{"type": "feat", "section": "✨ Features | 新功能", "hidden": false},
|
|
8
|
+
{"type": "fix", "section": "🐛 Bug Fixes | Bug 修复", "hidden": false},
|
|
9
|
+
{"type": "improvement", "section": "Feature Improvements", "hidden": false},
|
|
10
|
+
{"type": "docs", "section":"📝 Documentation | 文档", "hidden": false},
|
|
11
|
+
{"type": "style", "section":"💄 Styles | 风格", "hidden": false},
|
|
12
|
+
{"type": "refactor", "section":"💄 Styles | 风格", "hidden": false},
|
|
13
|
+
{"type": "perf", "section":"⚡ Performance Improvements | 性能优化", "hidden": false},
|
|
14
|
+
{"type": "test", "section":"✅ Tests | 测试", "hidden": false},
|
|
15
|
+
{"type": "build", "section":"👷 Build System | 构建", "hidden": false},
|
|
16
|
+
{"type": "ci", "section":"🔧 Continuous Integration | CI 配置", "hidden":false}
|
|
17
|
+
],
|
|
18
|
+
"commitUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/{{hash}}",
|
|
19
|
+
"compareUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/{{previousTag}}...{{currentTag}}",
|
|
20
|
+
"issueUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/issues/{{id}}"
|
|
21
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [1.0.0-beta.24](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design/schema-paging-table@1.0.0-beta.23...@lambo-design/schema-paging-table@1.0.0-beta.24) (2024-04-07)
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
## [1.0.0-beta.23](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design/schema-paging-table@1.0.0-beta.22...) (2024-04-07)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### 💄 Styles | 风格
|
|
8
|
+
|
|
9
|
+
* **CHANGELOG合规性改造:** CHANGELOG模板变更 ([5fec210](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/5fec210992acff0ca71d4945402e41d72b0d18b8))
|
|
4
10
|
|
|
5
11
|
## [1.0.0-beta.22](http://git.inspur.com/ecbh/lambo-design/lambo-design/compare/@lambo-design/schema-paging-table@1.0.0-beta.21...@lambo-design/schema-paging-table@1.0.0-beta.22) (2024-04-07)
|
|
6
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambo-design/schema-paging-table",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"standard-version": "^9.5.0",
|
|
14
|
-
"@lambo-design/shared": "^1.0.0-beta.145",
|
|
15
|
-
"@lambo-design/paging-table": "^1.0.0-beta.76",
|
|
16
14
|
"@lambo-design/core": "^4.7.1-beta.129",
|
|
17
|
-
"@lambo-design/schema-form": "^1.0.0-beta.42"
|
|
15
|
+
"@lambo-design/schema-form": "^1.0.0-beta.42",
|
|
16
|
+
"@lambo-design/paging-table": "^1.0.0-beta.76",
|
|
17
|
+
"@lambo-design/shared": "^1.0.0-beta.145"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"release": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
|
|
21
21
|
"release-major": "standard-version --release-as major",
|
|
22
22
|
"release-minor": "standard-version --release-as minor",
|
|
23
23
|
"release-patch": "standard-version --release-as patch",
|
|
24
|
-
"release-beta": "standard-version --prerelease beta
|
|
24
|
+
"release-beta": "standard-version --prerelease beta",
|
|
25
25
|
"re-publish": "pnpm publish --access public --no-git-checks"
|
|
26
26
|
}
|
|
27
27
|
}
|