Skip to content

Commit e73dc67

Browse files
committed
chore(release): cut the v1.0.0-beta.23 release [skip ci]
1 parent a8b3c2c commit e73dc67

File tree

75 files changed

+456
-452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+456
-452
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.23](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2025-03-12)
7+
8+
### Bug Fixes
9+
10+
- **release:** clean working directory before publish ([a8b3c2c](https://github.com/swagger-api/apidom/commit/a8b3c2c468c699f2e66ed34fc3ee976fd408b24e))
11+
612
# [1.0.0-beta.22](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2025-03-12)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "1.0.0-beta.22",
4+
"version": "1.0.0-beta.23",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)