@lambo-design/schema-paging-table 1.0.0-beta.23 โ 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 +3 -1
- package/CHANGELOG.md +1 -2
- package/package.json +4 -4
package/.versionrc
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"tagPrefix": "@lambo-design/schema-paging-table@",
|
|
3
|
+
"header": "# Changelog",
|
|
2
4
|
"types": [
|
|
3
5
|
{"type": "chore", "section":"'๐ซ Chores | ๅ
ถไปๆดๆฐ", "hidden": false},
|
|
4
6
|
{"type": "revert", "section":"โช Reverts | ๅ้", "hidden": false},
|
|
@@ -14,6 +16,6 @@
|
|
|
14
16
|
{"type": "ci", "section":"๐ง Continuous Integration | CI ้
็ฝฎ", "hidden":false}
|
|
15
17
|
],
|
|
16
18
|
"commitUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/{{hash}}",
|
|
17
|
-
"compareUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/{{previousTag}}...{{
|
|
19
|
+
"compareUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/{{previousTag}}...{{currentTag}}",
|
|
18
20
|
"issueUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/issues/{{id}}"
|
|
19
21
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
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)
|
|
4
3
|
|
|
5
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)
|
|
6
5
|
|
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",
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"standard-version": "^9.5.0",
|
|
14
14
|
"@lambo-design/core": "^4.7.1-beta.129",
|
|
15
|
-
"@lambo-design/shared": "^1.0.0-beta.145",
|
|
16
15
|
"@lambo-design/schema-form": "^1.0.0-beta.42",
|
|
17
|
-
"@lambo-design/paging-table": "^1.0.0-beta.76"
|
|
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
|
}
|