Skip to content

Commit 81da2a8

Browse files
committed
chore(release): cut the v1.0.0-alpha.6 release [skip ci]
1 parent 26ccb89 commit 81da2a8

File tree

67 files changed

+10683
-16937
lines changed

Some content is hidden

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

67 files changed

+10683
-16937
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-alpha.6](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-07-09)
7+
8+
### Bug Fixes
9+
10+
- **ns-openapi-3-1:** set example to first element of examples in parameter examples refractor plugin ([#4230](https://github.com/swagger-api/apidom/issues/4230)) ([d85f72a](https://github.com/swagger-api/apidom/commit/d85f72ae327d521ae63e6096824ae994b9e486ca)), closes [#4229](https://github.com/swagger-api/apidom/issues/4229)
11+
612
# [1.0.0-alpha.5](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-05-29)
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-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)