Skip to content

Commit

Permalink
chore(release): cut the v0.79.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Oct 24, 2023
1 parent ade3a67 commit 8f93ee4
Show file tree
Hide file tree
Showing 57 changed files with 421 additions and 255 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.79.0](https://github.com/swagger-api/apidom/compare/v0.78.0...v0.79.0) (2023-10-24)

### Bug Fixes

- **ns-openapi-2:** add support for JSONReferenceElement ([#3283](https://github.com/swagger-api/apidom/issues/3283)) ([b6e6d59](https://github.com/swagger-api/apidom/commit/b6e6d594efca0e102597790cdc89849b6803b1de)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)

### Features

- **ns-openapi-2:** add replace empty elements refractor plugin ([#3315](https://github.com/swagger-api/apidom/issues/3315)) ([ade3a67](https://github.com/swagger-api/apidom/commit/ade3a67f18a6f4aa3aa69cea0537482e1a15cfdb)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Definitions Object ([#3292](https://github.com/swagger-api/apidom/issues/3292)) ([2d5ac83](https://github.com/swagger-api/apidom/commit/2d5ac83c8407d7f4cfc31ada40a22c37b282c669)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Operation Object ([#3305](https://github.com/swagger-api/apidom/issues/3305)) ([4770077](https://github.com/swagger-api/apidom/commit/4770077d09cc094cbf53ff036c7b97f2b136273b)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Parameters Definitions Object ([#3291](https://github.com/swagger-api/apidom/issues/3291)) ([21a237c](https://github.com/swagger-api/apidom/commit/21a237cc7de6857c256f3b6b2934e67efa028603)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for PathItem Object ([#3307](https://github.com/swagger-api/apidom/issues/3307)) ([9ad49be](https://github.com/swagger-api/apidom/commit/9ad49be86672170ab1cf5c148f01de84647599ea)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Response Object ([#3293](https://github.com/swagger-api/apidom/issues/3293)) ([006ec69](https://github.com/swagger-api/apidom/commit/006ec698f77536cd1191a200653701d2edab6aef)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Responses Definitions Object ([#3294](https://github.com/swagger-api/apidom/issues/3294)) ([51b15fe](https://github.com/swagger-api/apidom/commit/51b15fe0d7460cd55737cc29b5fa49f3a1c82b67)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Responses Object ([#3295](https://github.com/swagger-api/apidom/issues/3295)) ([d8ea760](https://github.com/swagger-api/apidom/commit/d8ea76006089e2ef54cc910983fe546d09ddb59e)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openapi-2:** add support for Swagger Object ([#3313](https://github.com/swagger-api/apidom/issues/3313)) ([81a0361](https://github.com/swagger-api/apidom/commit/81a036161f133eed144897de4119d31d20a089a1)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **ns-openpai-2:** add support for Paths Object ([#3312](https://github.com/swagger-api/apidom/issues/3312)) ([a3db4c2](https://github.com/swagger-api/apidom/commit/a3db4c2555e9b1ac95ee3b6836c8e7c6203cda61)), closes [#3097](https://github.com/swagger-api/apidom/issues/3097)
- **predicates:** implement TypeScript type guards ([#3289](https://github.com/swagger-api/apidom/issues/3289)) ([0cae70a](https://github.com/swagger-api/apidom/commit/0cae70aa3edc17ecc628c21e30a6b2ac1e992372)), closes [#3280](https://github.com/swagger-api/apidom/issues/3280)

# [0.78.0](https://github.com/swagger-api/apidom/compare/v0.77.0...v0.78.0) (2023-10-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "npm",
"version": "0.78.0",
"version": "0.79.0",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit 8f93ee4

Please sign in to comment.